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