2.9.9 (2024-09-12)
Features Added
- Integrated RequestResponseChannelCache (CBS, Management channel cache) and ReactorSessionCache, removing the dependency on AmqpChannelProcessor. (39107)
Bugs Fixed
- Fixes the endpoint state subscription to log errors using ClientLogger so that error do not reach Reactor global OnErrorDropped hook. (41637)
- Fixes thread unsafe operation in AMQP session by introducing ReactorSessionCache. (39107)
Other Changes
Dependency Updates
- Upgraded
azure-core
from1.51.0
to1.52.0
.