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

1.44.0 (2023-10-06)

Features Added

  • Added CoreUtils.getResultWithTimeout to get a value of a Future and cancel it if the get times out. (#37055)
  • Added transfer and transferAsync overloads in IOUtils that accept an estimated data size to attempt to better
    optimize transfers to reduce reads and writes. (#36650)

Bugs Fixed

  • Fixed a bug where FluxByteBufferContent.toReplayableContent() didn't eagerly make the Flux<ByteBuffer> replayable. (#36999)

Other Changes

  • REST calls using SyncRestProxy no longer logs unexpected HTTP status code responses to align with the asynchronous
    behavior in AsyncRestProxy. (#36680)
  • Rewrote internal reflection handling to better support Android. (#36612)
  • Replaced doFinally with Mono.using and Flux.using. (#36997)

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

NewReleases is sending notifications on new releases.