1.10.0 (2022-06-03)
Features Added
- Added
callTimeout
method to OkHttpAsyncHttpClientBuilder. - This client can now stream bodies larger than 2GB. The buffering for
Flux<ByteBuffer>
request bodies has been removed.
Other Changes
- Added specialized consumption for
HttpRequest.getBodyAsBinaryData()
.
Dependency Updates
- Upgraded
azure-core
from1.28.0
to1.29.0
.