2.4.1 (2022-03-16)
Bugs Fixed
- Fixed issue where EndpointStates were not emitted serially. (#24762)
- Fixed issue of not emitting the shutdown signal serially when ClosedChannelException thrown concurrently. (#27320)
- Fixed the issue of leaving downstream in an unterminated state when RequestResponseChannel is disposed after invoking sendWithAck (27482)
- Removing CustomIOHandler.onUnhandled which listens to every proton-j reactor event that could cause excessive logging. The underlying library could encounter
NullPointerException
if the selector is null.
Other Changes
Dependency Updates
- Upgraded
azure-core
from1.25.0
to1.26.0
.