github Azure/azure-sdk-for-java com.azure+azure-core-amqp_2.12.1

latest releases: com.azure+azure-core-tracing-opentelemetry_1.0.0-beta.65, com.azure+azure-core-test_1.27.0-beta.17, com.azure+azure-core-serializer-json-jackson_1.6.6...
5 hours ago

2.12.1 (2026-08-12)

Bugs Fixed

  • Fixed a memory leak in RequestResponseChannel (used by management/request-response operations such as
    lock renewal, peek, schedule, and session state). The channel's SendLinkHandler emits a link-credit value
    on every AMQP flow frame into a unicast, unbounded-buffer sink, but the channel never subscribed to it, so the
    credits buffered indefinitely and the heap grew steadily for long-lived, cached channels. The channel now drains
    the credit flux. (#47261)

Other Changes

Dependency Updates

  • Upgraded azure-core from 1.58.1 to 1.58.2.
  • Upgraded Reactor from 3.7.18 to 3.7.19.

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

NewReleases is sending notifications on new releases.