1.4.0 (2020-04-03)
- Added
AzureKeyCredential
andAzureKeyCredentialPolicy
to support generic key based authorizations. - Fixed a deserialization issue when a JSON property contained a
.
and the containing class was annotated withJsonFlatten
. - Updated
reactor-core
dependency to3.3.3.RELEASE
. - Added APIs to
ClientLogger
to log checked exceptions that will be thrown. - Added simplified APIs to
ClientLogger
where only a message will be logged. - Fixed URL encoded form request issue where the URL would be encoded improperly.
- Added property to
HttpLogOptions
to enable pretty printing when logging a request or response body. - Added another
withContext
overload inFluxUtil
. - Added additional constants to
Configuration
.