Skip to content

Releases: Azure/azure-cosmos-dotnet-v3

3.52.0-preview.0

19 May 16:50
Compare
Choose a tag to compare
3.52.0-preview.0 Pre-release
Pre-release

3.52.0-preview.0 - 2025-5-16

Added

  • 5182 InMemoryLeaseContainer: Adds public API to use InMemoryLeaseContainer with ChangeFeedProcessorBuilder
  • 5170 PPAF: Adds Code to Fetch Enablement Flag Through Gateway Database Account Response

Fixed

  • 5197 GlobalEndpointManager: Fixes Observed exception (ObjectDisposedException)

3.51.0

19 May 16:50
Compare
Choose a tag to compare

3.51.0 - 2025-5-16

Added

  • 5182 InMemoryLeaseContainer: Adds public API to use InMemoryLeaseContainer with ChangeFeedProcessorBuilder
  • 5170 PPAF: Adds Code to Fetch Enablement Flag Through Gateway Database Account Response

Fixed

  • 5197 GlobalEndpointManager: Fixes Observed exception (ObjectDisposedException)

3.51.0-preview.0

10 May 03:49
25b0fda
Compare
Choose a tag to compare
3.51.0-preview.0 Pre-release
Pre-release

3.51.0-preview.0 - 2025-5-9

Added

  • 4993 Query: Adds LINQ extension method for ORDER BY RANK, FullTextScore and RRF
  • 5121 Query: Adds support for the optimized query plan that skips the order by rewrite
  • 5190 Hedging: Adds Hedging for Write requests GA

Fixed

  • 5145 Query: Fixes handling of undefined projections in hybrid search
  • 5150 Query: Fixes Full Text Search APIs by marking them public
  • 5162 HPK : Fixes code documentation to reference PartitionKeyPaths for HPK scenarios
  • 5163 Query: Fixes function signature for RRF, OrderByRank and FullTextScore LINQ extension methods
  • 5171 Query: Fixes FullText Policy API by making language optional
  • 5189 Hedging: Fixes Concurrency Issue

3.50.0

10 May 03:48
25b0fda
Compare
Choose a tag to compare

3.50.0 - 2025-5-9

Added

  • 4993 Query: Adds LINQ extension method for ORDER BY RANK, FullTextScore and RRF
  • 5121 Query: Adds support for the optimized query plan that skips the order by rewrite
  • 5190 Hedging: Adds Hedging for Write requests GA

Fixed

  • 5145 Query: Fixes handling of undefined projections in hybrid search
  • 5150 Query: Fixes Full Text Search APIs by marking them public
  • 5162 HPK : Fixes code documentation to reference PartitionKeyPaths for HPK scenarios
  • 5163 Query: Fixes function signature for RRF, OrderByRank and FullTextScore LINQ extension methods
  • 5171 Query: Fixes FullText Policy API by making language optional
  • 5189 Hedging: Fixes Concurrency Issue

3.50.0-preview.0

18 Apr 20:04
d3e98de
Compare
Choose a tag to compare
3.50.0-preview.0 Pre-release
Pre-release

3.50.0-preview.0 - 2025-4-17

Added

  • 5136 VectorIndexing: Adds Preview APIs for VectorIndexing Policies

3.49.0

18 Apr 20:04
d3e98de
Compare
Choose a tag to compare

3.49.0 - 2025-4-17

Added

  • 5077 ThroughputBucketing: Adds changes to make ThroughputBucket public for preview SDK
  • 5069 AsyncCache: Adds support for stack trace optimization during exceptions for AsyncCache and AsyncCacheNonblocking
  • 5120 Query: Adds an environment variable for disabling the hybrid search query plan optimization
  • 5127 UnknownRntbdHeader : Adds a new SDK capability for UnknownRntbdHeaders
  • 5128 Session Consistency: Adds SessionTokenMismatchRetryPolicy optimization through customer supplied region switch hints

Fixed

  • 5089 WebAssembly : Fixes Guard the ServicePointAccessor call in DocumentClass with IsSupported as well
  • 5106 Diagnostics: Fixes bug where some overloaded substatus codes are displayed incorrectly in diagnostics.
  • 5139 Query: Fixes flip of boolean switch for hybridSearchSkipOrderByRewrite

3.49.0-preview.1

14 Apr 22:34
fa6097d
Compare
Choose a tag to compare
3.49.0-preview.1 Pre-release
Pre-release

3.49.0-preview.1 - 2025-4-11

Fixes

  • 5108 Metadata requests: Fixes bug where certain metadata requests are not retried with a client cold start with only query requests

3.48.1

14 Apr 22:33
fa6097d
Compare
Choose a tag to compare

3.48.1 - 2025-4-11

Fixes

  • 5108 Metadata requests: Fixes bug where certain metadata requests are not retried with a client cold start with only query requests

3.49.0-preview.0

21 Mar 19:58
4e81ed6
Compare
Choose a tag to compare
3.49.0-preview.0 Pre-release
Pre-release

3.49.0-preview.0 - 2025-3-21

Fixes

  • 5024 Query: Fixes logic to determine whether to use distributed query by adding a check for gateway connection mode
  • 5049 .NET9: Fixes WebAssembly or browser scenarios by conditionally setting the ConnectionLimit
  • 4470 NonBlockingAsyncCache: Fixes lambda func capturing the outer context (memory optimization)
  • 4977 Heiarchical Partition Keys: Fixes bug for ReadMany where None Partition does not return results

Added

  • 5057 AvailabilityStrategy: Adds WithAvailabilityStrategy method to public GA SDK.
  • 5011 Query: Adds query feature and deserialization of component weights for weighted rank fusion
  • 4980 Query: Adds FullTextContains, FullTextContainsAll, FullTextContainsAny as LINQ extension method

3.48.0

21 Mar 19:57
4e81ed6
Compare
Choose a tag to compare

3.48.0 - 2025-3-21

Fixes

  • 5024 Query: Fixes logic to determine whether to use distributed query by adding a check for gateway connection mode
  • 5049 .NET9: Fixes WebAssembly or browser scenarios by conditionally setting the ConnectionLimit
  • 4470 NonBlockingAsyncCache: Fixes lambda func capturing the outer context (memory optimization)
  • 4977 Heiarchical Partition Keys: Fixes bug for ReadMany where None Partition does not return results

Added

  • 5057 AvailabilityStrategy: Adds WithAvailabilityStrategy method to public GA SDK.
  • 5011 Query: Adds query feature and deserialization of component weights for weighted rank fusion
  • 4980 Query: Adds FullTextContains, FullTextContainsAll, FullTextContainsAny as LINQ extension method