1.15.0 (2021-04-02)
New Features
- Added
Binary.toByteBuffer
which returns a read-only view of theBinaryData
. - Added
ProxyOptions.fromConfiguration(Configuration, boolean)
which allows for configuring if the returned proxy
is resolved. - Added a default
JsonSerializer
implementation which is optionally used when creating aJsonSerializer
with
JsonSerializerProviders
by passing the flaguseDefaultIfAbset
. - Added the ability to configure HTTP logging level without making code changes by configuring environment property
AZURE_HTTP_LOG_DETAIL_LEVEL
. - Added constructor overloads to
PagedFlux
which allows for the paging implements to consume thebyPage
page size value. - Added
AzureNamedKey
andAzureNamedKeyCredential
to support authentication using a named key. - Added overloads to
SerializerAdapter
which usebyte[]
instead ofString
orInputStream
/OutputStream
.
Bug Fixes
- Fixed a bug where Unix timestamps were not being properly deserialized to
OffsetDateTime
. - Fixed edge cases where response bodies would be eagerly read into a
byte[]
when they shouldn't.
Dependency Updates
- Upgraded Jackson from
2.12.1
to2.12.2
. - Upgraded Netty from
4.1.59.Final
to4.1.60.Final
.