1.13.0 (2023-02-01)
Features Added
- Added override for
HttpClient.sendSync
inNettyAsyncHttpClient
. This is done to propagate any exceptions through
a synchronous stack rather than through Reactor's error stream, allowing for better handling of exceptions that
wouldn't be thrown until the reactive stream was blocked further up the callstack. (#32840)
Other Changes
- Added a log message when
ConnectionProvider
is set to a non-defaultConnectionProvider
to allow for easier debugging
ifPollAcquirePendingLimitException
is seen. (#32826)
Dependency Updates
- Upgraded
azure-core
from1.35.0
to1.36.0
. - Upgraded Netty from
4.1.86.Final
to4.1.87.Final
. - Upgraded Reactor Netty from
1.0.26
to1.0.27
.