github Azure/azure-sdk-for-java azure-core_1.14.0

latest releases: azure-identity-broker_1.1.1, azure-identity_1.12.1, azure-sdk-template-three_1.0.0-beta.3753787...
3 years ago

1.14.0 (2021-03-08)

New Features

  • Added Class<T> overloads of BinaryData.toObject and BinaryData.toObjectAsync.
  • Added defaulted interface API Tracer.addEvent.
  • Added FluxUtil.collectBytesInByteBufferStream(Flux, int) and FluxUtil.collectBytesFromNetworkResponse(Flux, HttpHeaders)
    to allow for performance optimizations when the resulting byte[] size in known.
  • Added handling to collect a Flux<ByteBuffer> into a byte[] with less array duplications.
  • Added default interface API overloads to ObjectSerializer which take or return byte[] instead of InputStream or
    OutputStream allowing for performance optimizations by removing array copies.
  • Added default interface API SerializerAdapter.serializeIterable which handles serializing generic collections.
  • Added CloudEvent model which conforms to the Cloud Event Specification.

Dependency Updates

  • Upgraded Jackson from 2.11.3 to 2.12.1.
  • Upgraded Netty from 4.1.54.Final to 4.1.59.Final.
  • Upgraded Reactor from 3.3.12.RELEASE to 3.4.3.
  • Upgraded Reactor Netty from 0.9.15.RELEASE to 1.0.4.

Don't miss a new azure-sdk-for-java release

NewReleases is sending notifications on new releases.