Skip to content

Releases: Azure/azure-sdk-for-java

azure-identity_1.14.2

16 Nov 01:27
Compare
Choose a tag to compare

1.14.2 (2024-11-15)

Bugs Fixed

  • Fixed issue in Managed Identity scopes #42934

Other Changes

Dependency Updates

  • Upgraded azure-core from 1.54.0 to version 1.54.1.
  • Upgraded azure-core-http-netty from 1.15.6 to version 1.15.7.
  • Upgraded jna-platform from 5.6.0 to version 5.13.0.

azure-identity-broker_1.1.8

16 Nov 01:27
Compare
Choose a tag to compare

1.1.8 (2024-11-15)

Other Changes

Dependency Updates

  • Upgraded azure-identity from 1.14.1 to 1.14.2

azure-ai-translation-text_1.1.0

15 Nov 18:37
53e6603
Compare
Choose a tag to compare

1.1.0 (2024-11-15)

Other Changes

  • Removed JsonCreator and JsonProperty annotation and replaced them with new methods toJson and fromJson using stream-style serialization.

Dependency Updates

  • Upgraded azure-core from 1.49.0 to version 1.54.1.
  • Upgraded azure-core-http-netty from 1.15.0 to version 1.15.7.

azure-digitaltwins-core_1.4.0

14 Nov 22:56
ea0a4ec
Compare
Choose a tag to compare

1.4.0 (2024-11-14)

Features Added

  • Migrated serialization to azure-json which offers implementation agnostic serialization, providing support for
    more serialization frameworks than just Jackson.

Breaking Changes

  • Removed Jackson annotations from models and removed custom serializer for raw JSON fields.

Other Changes

Dependency Updates

  • Upgraded azure-core-serializer-json-jackson from 1.5.2 to version 1.5.4.
  • Upgraded azure-core from 1.53.0 to version 1.54.1.
  • Upgraded azure-core-http-netty from 1.15.5 to version 1.15.7.

azure-core_1.54.1

14 Nov 15:50
2ad2cb1
Compare
Choose a tag to compare

1.54.1 (2024-11-14)

Bugs Fixed

  • Fixed a bug where when using a SecurityManager a recursive call can crash an application. (#42906)

azure-core-serializer-json-jackson_1.5.4

14 Nov 15:52
2ad2cb1
Compare
Choose a tag to compare

1.5.4 (2024-11-14)

Other Changes

Dependency Updates

  • Upgraded azure-core from 1.54.0 to 1.54.1.

azure-core-serializer-json-gson_1.3.4

14 Nov 15:52
2ad2cb1
Compare
Choose a tag to compare

1.3.4 (2024-11-14)

Other Changes

Dependency Updates

  • Upgraded azure-core from 1.54.0 to 1.54.1.

azure-core-management_1.15.6

14 Nov 15:51
2ad2cb1
Compare
Choose a tag to compare

1.15.6 (2024-11-14)

Other Changes

Dependency Updates

  • Upgraded azure-core from 1.54.0 to 1.54.1.

azure-core-http-okhttp_1.12.6

14 Nov 15:51
2ad2cb1
Compare
Choose a tag to compare

1.12.6 (2024-11-14)

Bugs Fixed

  • Fixed a bug where when using responseTimeout could result in an OutOfMemoryError due to a Timer retaining a
    reference to the network call until the timeout period elapsed. (#42887)

Other Changes

Dependency Updates

  • Upgraded azure-core from 1.54.0 to 1.54.1.

azure-core-http-netty_1.15.7

14 Nov 15:51
2ad2cb1
Compare
Choose a tag to compare

1.15.7 (2024-11-14)

Other Changes

Dependency Updates

  • Upgraded azure-core from 1.54.0 to 1.54.1.
  • Upgraded Netty dependencies from 4.1.112.Final to 4.1.115.Final to resolve a CVE.