3.31.0-preview
Pre-release
Pre-release
kundadebdatta
released this
03 Oct 22:04
·
1 commit
to releases/3.31.0-preview
since this release
3.31.0-preview - 2022-10-03
Fixed
- #3480 FeedRange: Fixes a NullRef in
FeedRangePartitionKey.ToString()
- #3479 ClientRetryPolicy: Fixes behavior to handling of 503 HTTP errors. Introduced in 3.24.0 PR #3008
- #3431 Documentation: Fixes ApplicationRegion and ApplicationPreferredRegions remarks
- #3405 CosmosClient Initialization: Fixes TokenCredentialCache to respect cancellation token
- #3401 Change Feed Processor: Fixes LeaseLostException leaks on notification APIs
- #3377 Documentation: Fixes ItemRequestOptions Example
Added
- #3455 CosmosClientOptions: Adds validation for ApplicationName
- #3449 Documentation: Adds link to supported operations doc for PatchOperationType Enum
- #3433 CosmosOperationCanceledException: Adds serializable functionality
- #3419 Documentation: Removes mention of obsolete disableAutomaticIdGeneration
- #3404 Patch: Adds public to
PatchOperation<T>
class for testing - #3400 Query: Adds new system strings in JsonBinaryEncoding, replacing 1-byte user strings
- #3380 Query: Adds aggressive prefetching for
GROUP BY
andCOUNT(DISTINCT)