v0.16.0
·
1047 commits
to main
since this release
0.16.0
- #2710: bump org.apache.logging.log4j:log4j-bom from 2.25.1 to 2.25.2
- #2542: Add support for Kafka 4.1.0
- #2688: bump io.netty:netty-bom from 4.1.126.Final to 4.1.127.Final
- #2685: build(deps): bump kubernetes-client.version from 7.3.1 to 7.4.0
- #1927: chore(docs): Remove deprecated adminHttp configuration property.
- #1885: chore(docs): Remove deprecated support for virtualClusters expressed as a map.
- #2598: feat(metrics): Add metrics for the number of active connections
Changes, deprecations and removals
- The
virtualClustersconfiguration property now requires a list ofvirtualClusterobjects. The support
for supplying a virtual cluster map (which was deprecated at 0.11.0) is now removed. - Support for the
adminHttpconfiguration property (which was deprecated in 0.11.0) is removed. Usemanagementinstead.
Also support for thehostconfiguration property within that object (which was also deprecated in 0.11.0) is removed. UsebindAddressinstead. - breaking kroxylicious-api change.
ListClientMetricsResourcesResponseFilterandListClientMetricsResourcesRequestFilterare removed, replaced
withListConfigResourcesResponseFilterandListConfigResourcesRequestFilterdue to the RPC being renamed in kafka-clients. Filters that implement
the old interfaces will be incompatible with this version of the proxy and must migrate to the new interfaces.