1.11.14 (2023-10-06)
Bugs Fixed
- Fixed a bug where the network connection wasn't being explicitly closed after the response body was consumed.
Other Changes
- Changed buffer read size from
4096
to8192
when returningFlux<ByteBuffer>
inHttpResponse
to reduce number
of reads and elements emitted by theFlux
.
Dependency Updates
- Upgraded
azure-core
from1.43.0
to1.44.0
.