Skip to content

azure-cosmos_4.62.0

Compare
Choose a tag to compare
@azure-sdk azure-sdk released this 03 Jul 02:06
d75bc49

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 of FeedOperationState. - See PR 40714
  • Changed to only disable PartitionKeyRangeGoneRetryPolicy when enable disableSplitHandling in ChangeFeedRequestOptions. - See PR 40738

Other Changes

  • Added diagnostic fields for quorumAckedLSN and currentReplicaSetSize. Changed replicaStatusList 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