1.12.0 (2022-05-06)
Features Added
- The
NettyAsyncHttpClientProvider.createInstance()
now has the option to share a single sharedHttpClient
.
Set the environment variableAZURE_ENABLE_HTTP_CLIENT_SHARING
totrue
before starting the process to use
the sharedHttpClient
.
Other Changes
Dependency Updates
- Upgraded
azure-core
from1.27.0
to1.28.0
. - Upgraded Netty from
4.1.73.Final
to4.1.76.Final
. - Upgraded Reactor Netty from
1.0.15
to1.0.18
.