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

latest releases: azure-communication-identity_1.6.0, azure-communication-common_1.3.7, azure-resourcemanager-cosmos_2.43.0-beta.1...
18 months ago

1.37.0 (2023-03-02)

Features Added

  • Added CoreUtils.bytesToHexString as a common utility for creating hex strings.
  • Added CoreUtils.extractSizeFromContentRange as a common utility for extracting the entity size from a properly
    formatted Content-Range header.
  • Added support for JsonSerializable and XmlSerializable in JacksonAdapter serialize and deserialize APIs. (#33685)

Breaking Changes

  • Removed jackson-dataformat-xml as a dependency. XML serialization is still supported when jackson-dataformat-xml
    is found on the classpath, if it's not a class not found exception/error will be thrown when attempting to use XML
    serialization. (#33401)

Bugs Fixed

  • Fixed a bug where a method not found error would be thrown when attempting to reflectively access Jackson Databind 2.12+
    APIs. (#33448)
  • Fixed a bug where HTTP headers and query parameters weren't included in HTTP request and response logging when
    INFORMATIONAL log level was used.

Dependency Updates

  • Upgraded Reactor Core from 3.4.26 to 3.4.27.
  • Upgraded Jackson to the latest releases 2.13.5.

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

NewReleases is sending notifications on new releases.