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

latest releases: azure-communication-callautomation_1.2.0, azure-developer-devcenter_1.0.0, azure-security-keyvault-keys_4.8.3...
2 years ago

1.26.0 (2022-03-04)

Features Added

  • Added FluxUtil.writeToOutputStream which provides an optimized way to write a stream of Flux<ByteBuffer> to an
    OutputStream with minimal overhead. (#26821)

Bugs Fixed

  • Fixed com.azure.core.implementation.ReflectionUtils.getLookupToUse which fails with java.lang.SecurityException
    under SecurityManager. (#27182, thank you @reta!)
  • Fixed an issue where converting Azure Context to Reactor Context could result in an IndexOutOfBoundsException. (#27197)

Other Changes

  • Added x-ms-request-id, MS-CV, WWW-Authenticate as default logged headers and api-version as a default logged
    query parameter. (#26973)
  • Updated how Response types are constructed in RestProxy to reduce the usage of reflection. (#27207)
  • Updated all ClientLoggers to be static constants instead of instance variables. (#27339)
  • Updated the usage of AZURE_LOG_LEVEL to be constant. (#27193)

Dependency Updates

  • Upgraded Reactor from 3.4.13 to 3.4.14.

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

NewReleases is sending notifications on new releases.