Skip to content

v0.16.0

Choose a tag to compare

@kroxylicious-robot kroxylicious-robot released this 01 Oct 14:37
· 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 virtualClusters configuration property now requires a list of virtualCluster objects. The support
    for supplying a virtual cluster map (which was deprecated at 0.11.0) is now removed.
  • Support for the adminHttp configuration property (which was deprecated in 0.11.0) is removed. Use management instead.
    Also support for the host configuration property within that object (which was also deprecated in 0.11.0) is removed. Use bindAddress instead.
  • breaking kroxylicious-api change. ListClientMetricsResourcesResponseFilter and ListClientMetricsResourcesRequestFilter are removed, replaced
    with ListConfigResourcesResponseFilter and ListConfigResourcesRequestFilter due 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.