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'sSendLinkHandleremits 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-corefrom1.58.1to1.58.2. - Upgraded Reactor from
3.7.18to3.7.19.