Releases: Azure/azure-sdk-for-java
Releases · Azure/azure-sdk-for-java
azure-identity_1.14.2
1.14.2 (2024-11-15)
Bugs Fixed
- Fixed issue in Managed Identity scopes #42934
Other Changes
Dependency Updates
- Upgraded
azure-core
from1.54.0
to version1.54.1
. - Upgraded
azure-core-http-netty
from1.15.6
to version1.15.7
. - Upgraded
jna-platform
from5.6.0
to version5.13.0
.
azure-identity-broker_1.1.8
1.1.8 (2024-11-15)
Other Changes
Dependency Updates
- Upgraded
azure-identity
from1.14.1
to1.14.2
azure-ai-translation-text_1.1.0
1.1.0 (2024-11-15)
Other Changes
- Removed
JsonCreator
andJsonProperty
annotation and replaced them with new methodstoJson
andfromJson
using stream-style serialization.
Dependency Updates
- Upgraded
azure-core
from1.49.0
to version1.54.1
. - Upgraded
azure-core-http-netty
from1.15.0
to version1.15.7
.
azure-digitaltwins-core_1.4.0
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
from1.5.2
to version1.5.4
. - Upgraded
azure-core
from1.53.0
to version1.54.1
. - Upgraded
azure-core-http-netty
from1.15.5
to version1.15.7
.
azure-core_1.54.1
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
1.5.4 (2024-11-14)
Other Changes
Dependency Updates
- Upgraded
azure-core
from1.54.0
to1.54.1
.
azure-core-serializer-json-gson_1.3.4
1.3.4 (2024-11-14)
Other Changes
Dependency Updates
- Upgraded
azure-core
from1.54.0
to1.54.1
.
azure-core-management_1.15.6
1.15.6 (2024-11-14)
Other Changes
Dependency Updates
- Upgraded
azure-core
from1.54.0
to1.54.1
.
azure-core-http-okhttp_1.12.6
1.12.6 (2024-11-14)
Bugs Fixed
- Fixed a bug where when using
responseTimeout
could result in anOutOfMemoryError
due to aTimer
retaining a
reference to the network call until the timeout period elapsed. (#42887)
Other Changes
Dependency Updates
- Upgraded
azure-core
from1.54.0
to1.54.1
.
azure-core-http-netty_1.15.7
1.15.7 (2024-11-14)
Other Changes
Dependency Updates
- Upgraded
azure-core
from1.54.0
to1.54.1
. - Upgraded Netty dependencies from
4.1.112.Final
to4.1.115.Final
to resolve a CVE.