1.10.2 (2021-08-06)
Features Added
- Added support for setting per-call response timeouts by passing
azure-response-timeout
in the request'sContext
. (#23244)
Fixed
- Fixed a bug where
NullPointerException
would be thrown whenHttpClientOptions
was used inNettyAsyncClientProvider
without a connection pool size configured. (#23357) - Fixed a bug where the fix
CONNECT
request made after the creation of anHttpClient
instance would time out. (#22661)
Dependency Updates
- Upgraded
azure-core
from1.18.0
to1.19.0
. - Upgraded Netty from
4.1.65.Final
to4.1.66.Final
. - Upgraded Reactor Netty from
1.0.8
to1.0.9
.