2.3.3 (2021-10-07)
Features Added
- Defer creation of AmqpException in switchIfEmpty to decrease creation of unused exception objects.
- Updated tests to run in parallel.
- Updated log messages so they are consistent in reporting connectionId.
- Updated incorrect log messages in ReactorReceiver.
Bugs Fixed
- Fixed issue where RequestResponseChannel did not complete pending sends on disposal. So, any downstream subscribers would wait forever for a completion or error. This results in dependent senders or receivers not recovering from a disconnect or graceful closure.
Other Changes
Dependency Updates
- Upgraded
azure-core
from1.20.0
to1.21.0
. - Upgraded Reactor from
3.4.9
to3.4.10
. - Upgraded Jackson from
2.12.4
to2.12.5
.