github Azure/azure-sdk-for-java azure-core-http-netty_1.16.2

latest releases: com.azure.v2+azure-sdk-template-two_1.0.0-beta.1, com.azure.v2+azure-sdk-template_1.0.1-beta.1, azure-core-tracing-opentelemetry_1.0.0-beta.61...
one day ago

1.16.2 (2025-10-06)

Bugs Fixed

  • Fixed a bug where reactor.netty.http.client.HttpClient.resolver would always be set to DefaultAddressResolverGroup.INSTANCE
    when no ProxyOptions were provided, even when a custom HttpClient was used to initialize NettyAsyncHttpClientBuilder.
    Now the resolver is only set to DefaultAddressResolverGroup.INSTANCE when a resolver wasn't set.
  • Changed how HTTP responses are closed to limit the chances of leaking ByteBufs when the Connection's Channel was
    deregistered from an EventLoop, resulting in the network connection from being cleaned up properly.

Other Changes

Dependency Updates

  • Upgraded azure-core from 1.56.1 to 1.57.0.
  • Upgraded Reactor from 3.7.9 to 3.7.11. (#46894)
  • Upgraded Reactor Netty from 1.2.9 to 1.2.10. (#46894)
  • Upgraded Netty dependencies from 4.1.126.Final to 4.1.127.Final. (#46894)

Don't miss a new azure-sdk-for-java release

NewReleases is sending notifications on new releases.