1.31.0 (2022-08-05)
Features Added
- Added support for relative paths returned by polling operations. (#29676)
- Added the ability to transfer the body of an
HttpResponse
to anAsynchronousByteChannel
orWriteableByteChannel
. - Added
AZURE_CLIENT_CERTIFICATE_PASSWORD
property toConfiguration
. - Added
AZURE_METRICS_DISABLED
property toConfiguration
.
Bugs Fixed
- Fixed bug where
RestProxy
could leak connection if service method returnedMono<Void>
orvoid
. (#30072) - Fixed bug where query parameters with Base64 encoded values with trailing
=
s would be stripped. (#30164)
Other Changes
- Added additional information to log messages and exceptions when requests are retried.
- Removed requirement for
Multi-Release: true
to be included in a manifest when creating an all-in-one JAR includingazure-core
. - Updated log messages to mention when there is a fallback being used.
- Miscellaneous performance improvements.
Dependency Updates
- Upgraded Reactor from
3.4.19
to3.4.21
.