1.7.2 (2021-08-06)
Fixed
- Fixed a bug where OkHttp connections would occasionally deadlock when reading the response. (#23183)
- Fixed a bug where
NullPointerException
would be thrown whenHttpClientOptions
was used inOkHttpAsyncClientProvider
without a connection pool size configured. (#23357)
Dependency Updates
- Upgraded
azure-core
from1.18.0
to1.19.0
.