1.9.0 (2022-05-06)
Features Added
- The
OkHttpAsyncClientProvider.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
.