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

latest releases: azure-messaging-eventgrid_4.25.0, azure-identity_1.14.0-beta.2, azure-ai-formrecognizer_4.1.11...
22 months ago

1.34.0 (2022-11-04)

Features Added

  • Added HttpHeaderName, and corresponding methods on HttpHeaders, which provides a way of adding, accessing, and
    removing HttpHeaders from HttpHeaders without needing to call String.toLowercase. (#30924)
  • Added SyncPollingStrategy, and implementations of it, to compliment the asynchronous PollingStrategy. (#31923)
  • Added a new factory method on SyncPoller matching the factory method on PollerFlux, except taking SyncPollingStrategy
    instead of PollingStrategy.

Bugs Fixed

  • Fixed a bug where void and Void responses would attempt to create a byte[] the size of the response
    Content-Length. (#31865)
  • Fixed a bug where SyncPoller waitUntil or waitForCompletion didn't update the terminal poll context correctly. (#31905)

Other Changes

  • Removed size limit when creating a BinaryData.fromFlux when the Flux<ByteBuffer> is buffered.
  • Deprecated empty argument constructor in ExpandableStringEnum subtypes.
  • Miscellaneous performance improvements.

Dependency Updates

  • Upgraded Jackson from 2.13.4 to 2.13.4.2.

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

NewReleases is sending notifications on new releases.