Releases: Azure/azure-sdk-for-java
Releases · Azure/azure-sdk-for-java
spring-cloud-azure-autoconfigure_5.14.0
5.14.0 (2024-07-05)
Please refer to spring/CHANGELOG.md for more details.
spring-cloud-azure-appconfiguration-config_5.14.0
5.14.0 (2024-07-05)
Please refer to spring/CHANGELOG.md for more details.
spring-cloud-azure-appconfiguration-config-web_5.14.0
5.14.0 (2024-07-05)
Please refer to spring/CHANGELOG.md for more details.
spring-cloud-azure-actuator_5.14.0
5.14.0 (2024-07-05)
Please refer to spring/CHANGELOG.md for more details.
spring-cloud-azure-actuator-autoconfigure_5.14.0
5.14.0 (2024-07-05)
Please refer to spring/CHANGELOG.md for more details.
azure-spring-data-cosmos_5.14.0
5.14.0 (2024-07-05)
Features Added
- Added hierarchical or sub-partitioning support to 'azure-spring-data-cosmos' - See PR 40928.
Other Changes
- Updated
azure-cosmos
to version4.62.0
.
azure-resourcemanager-oracledatabase_1.0.0
1.0.0 (2024-07-04)
- Azure Resource Manager OracleDatabase client library for Java. This package contains Microsoft Azure SDK for OracleDatabase Management SDK. Package tag package-2023-09-01. For documentation on how to use this package, please see Azure Management Libraries for Java.
Breaking Changes
models.DbSystemShapeProperties
was modified
int availableCoreCount()
->java.lang.Integer availableCoreCount()
models.DnsPrivateZoneProperties
was modified
boolean isProtected()
->java.lang.Boolean isProtected()
int serial()
->java.lang.Integer serial()
models.DnsPrivateViewProperties
was modified
boolean isProtected()
->java.lang.Boolean isProtected()
azure-sdk-bom_1.2.25
prepare for BOm 1.2.25 release (#40988)
azure-cosmos_4.62.0
4.62.0 (2024-07-02)
Features Added
- Added support for changing some request options dynamically without the need of restarting the application. - See PR 40061
Bugs Fixed
- Fixed a possible
NullPointerException
in the ctor ofFeedOperationState
. - See PR 40714 - Changed to only disable
PartitionKeyRangeGoneRetryPolicy
when enabledisableSplitHandling
inChangeFeedRequestOptions
. - See PR 40738
Other Changes
- Added diagnostic fields for
quorumAckedLSN
andcurrentReplicaSetSize
. ChangedreplicaStatusList
to include all replicas and more information. - See PR 39844 - Ensured that exceptions thrown in custom serializers are being wrapped as a CosmosException with StatusCode 400. - See PR 40797 and PR 40913
- Reduced number of logs emitted in the success case for cross partition queries. - See PR 40932
azure-cosmos-encryption_2.13.0
2.13.0 (2024-07-02)
Other Changes
- Updated
azure-cosmos
to version4.62.0
.