You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
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