Skip to content

Releases: Azure/azure-cosmos-dotnet-v3

3.54.0-preview.0

13 Aug 23:03
6ff7e4f
Compare
Choose a tag to compare
3.54.0-preview.0 Pre-release
Pre-release

3.54.0-preview.0 - 2025-8-13

Added

  • 5253 License: Adds new license expression
  • 5252 TokenCredentialCache: Adds an options to override AAD audience scope
  • 5308 Query: Adds Weighted RRF capability to LINQ
  • 5213 Query: Adds GetIndexMetrics LINQ extension method

Fixed

  • 5273 Query: Fixes non streaming order by queries to not be tagged as passthrough queries
  • 5291 GatewayStoreClient: Fixes stream consumption bug in GatewayStoreClient.CreateDocumentClientExceptionAsync
  • 5317 Query: Fixes HybridSearchQueryTests to account for backend changes in phrase search

3.53.0

13 Aug 23:01
6ff7e4f
Compare
Choose a tag to compare

3.53.0 - 2025-8-13

Added

  • 5253 License: Adds new license expression
  • 5252 TokenCredentialCache: Adds an options to override AAD audience scope
  • 5308 Query: Adds Weighted RRF capability to LINQ
  • 5213 Query: Adds GetIndexMetrics LINQ extension method

Fixed

  • 5273 Query: Fixes non streaming order by queries to not be tagged as passthrough queries
  • 5291 GatewayStoreClient: Fixes stream consumption bug in GatewayStoreClient.CreateDocumentClientExceptionAsync
  • 5317 Query: Fixes HybridSearchQueryTests to account for backend changes in phrase search

3.53.0-preview.1

17 Jul 19:43
f869cce
Compare
Choose a tag to compare
3.53.0-preview.1 Pre-release
Pre-release

3.53.0-preview.1 - 2025-7-10

Fixed

  • 5257 QueryPlan: Fixes 410 Gone exception on query plan calls in Non-X64 windows platforms

3.52.1

17 Jul 19:38
f869cce
Compare
Choose a tag to compare

3.52.1 - 2025-7-10

Fixed

  • 5257 QueryPlan: Fixes 410 Gone exception on query plan calls in Non-X64 windows platforms

3.53.0-preview.0

14 Jun 22:35
16558bb
Compare
Choose a tag to compare
3.53.0-preview.0 Pre-release
Pre-release

3.53.0-preview.0 - 2025-6-13

Added

  • 5180 Query: Adds public PopulateQueryAdvice capability
  • 5215 Client Encryption: Adds support for latest Cosmos package and bumps up Encryption package for nuget release
  • 5157 Query: Adds support for LINQ extension method for VectorDistance

This also includes a Direct Package version update to 3.39.1 in PR #5241 which includes the following:

  • Rntbd Health Check Improvements Part 3: Enables Aggressive Timeout Detection By Default.
  • Introduce East US 3 region in the SDK.

Fixed

  • 5221 Query : Fixes Skip + Order By Bug
  • 5218 Binary Encoding: Fixes DateTime Parsing Issue with Trailing Zeros in the Milli-Seconds Precision
  • 5234 Client Encryption: Fixes Encryption Release Pipeline

3.52.0

14 Jun 22:34
16558bb
Compare
Choose a tag to compare

3.52.0 - 2025-6-13

Added

  • 5180 Query: Adds public PopulateQueryAdvice capability
  • 5215 Client Encryption: Adds support for latest Cosmos package and bumps up Encryption package for nuget release
  • 5157 Query: Adds support for LINQ extension method for VectorDistance

This also includes a Direct Package version update to 3.39.1 in PR #5241 which includes the following:

  • Rntbd Health Check Improvements Part 3: Enables Aggressive Timeout Detection By Default.
  • Introduce East US 3 region in the SDK.

Fixed

  • 5221 Query : Fixes Skip + Order By Bug
  • 5218 Binary Encoding: Fixes DateTime Parsing Issue with Trailing Zeros in the Milli-Seconds Precision
  • 5234 Client Encryption: Fixes Encryption Release Pipeline

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