Skip to content

Releases: Azure/azure-cosmos-dotnet-v3

3.58.0-preview.0

22 Jan 21:50
626af83

Choose a tag to compare

3.58.0-preview.0 Pre-release
Pre-release

3.58.0-preview.0 - 2026-1-15

Added

  • 5511 Tracing: Adds tracing improvements for pkrange refresh calls
  • 5515 [FullTextPolicy]: Adds tests for full text policy multi-language support.
  • 5529 [Thin Client Integration]: Adds support for store procedure in thinclient mode.
  • 5535 [Thin Client Integration]: Adds thinclient header for refresh account data requests.

Fixed

  • 5512 ChangeFeed: Fixes crts field being nullable
  • 5517 SystemTextSerializer: Fixes serialization to preserve polymorphic serialization when base type is marked [JsonPolymorphic]
  • 5498 Query: Fixes hybrid search query plan optimization to be enabled by default
  • 5543 Query: Fixes GetItemQueryIterator to honor the supplied (optional) FeedRange
  • 5541 Upsert/Batch: Fixes bug where RequestOptions are not honored for Upsert requests in Bulk Mode
  • 5544 Query : Fixes LINQ API to support builtin functions - ARRAY_CONTAINS_ALL and ARRAY_CONTAINS_ANY

3.57.0

22 Jan 21:49
626af83

Choose a tag to compare

3.57.0 - 2026-1-15

Added

  • 5511 Tracing: Adds tracing improvements for pkrange refresh calls
  • 5515 [FullTextPolicy]: Adds tests for full text policy multi-language support.
  • 5529 [Thin Client Integration]: Adds support for store procedure in thinclient mode.
  • 5535 [Thin Client Integration]: Adds thinclient header for refresh account data requests.

Fixed

  • 5512 ChangeFeed: Fixes crts field being nullable
  • 5517 SystemTextSerializer: Fixes serialization to preserve polymorphic serialization when base type is marked [JsonPolymorphic]
  • 5498 Query: Fixes hybrid search query plan optimization to be enabled by default
  • 5543 Query: Fixes GetItemQueryIterator to honor the supplied (optional) FeedRange
  • 5541 Upsert/Batch: Fixes bug where RequestOptions are not honored for Upsert requests in Bulk Mode
  • 5544 Query : Fixes LINQ API to support builtin functions - ARRAY_CONTAINS_ALL and ARRAY_CONTAINS_ANY

3.57.0-preview.1

18 Dec 00:25
ff99cba

Choose a tag to compare

3.57.0-preview.1 Pre-release
Pre-release

3.57.0-preview.1 - 2025-12-16

Fixed

  • 5528 Semantic Reranking: Refactors RerankResult.Document to return string type

3.57.0-preview.0

25 Nov 18:45
f10fdb6

Choose a tag to compare

3.57.0-preview.0 Pre-release
Pre-release

3.57.0-preview.0 - 2025-11-25

Added

  • 5445 Semantic Rerank: Adds Semantic Rerank API

3.56.0

25 Nov 18:45
f10fdb6

Choose a tag to compare

3.56.0 - 2025-11-25

Fixed

  • 5550 Owner not found: Fixes substatus code 1003 for item operations when container doesn't exist (Direct mode)

3.56.0-preview.0

25 Nov 18:44
f10fdb6

Choose a tag to compare

3.56.0-preview.0 Pre-release
Pre-release

3.56.0-preview.0 - 2025-11-14

Fixed

  • 5260 HPK: Fixes Lengthaware normalized EPK comparators as default (only in preview)

3.55.0

25 Nov 18:43
f10fdb6

Choose a tag to compare

3.55.0 - 2025-11-14

Added

  • 5462 [VectorIndexPath]: Adds GA IndexingSearchListSize and VectorIndexShardKey
  • 5470 Change feed: Adds id and pk to ChangeFeedMetadata for delete operations (Default policy excludes Previous for deletes)
  • 5474 Binary Encoding: Adds support to DateTimeOffset type

Fixed

  • 5469 BarrierRequests: Adds 410/LeaseNotFound(1022) fail-fast to cross-region retries by retrying on primary (checks last replica response)
  • 5475 Query: Fixes query advisor prefix url links to use aka.ms
  • 5476 HttpTimeoutPolicy: Fixes QueryPlan retry gaps (Http POST but its Read)
  • 5497 HttpTimeoutPolicy: Fixes PPAF and ThinProxy timeout polices to (6s, 6s, 10s) for both PointReads and NonPointReads

3.55.0-preview.1

03 Nov 22:33

Choose a tag to compare

3.55.0-preview.1 Pre-release
Pre-release
Update EndToEndTraceWriterBaselineTests.cs

3.54.1

03 Nov 22:32

Choose a tag to compare

Update EndToEndTraceWriterBaselineTests.cs

3.54.0-preview.2

15 Oct 21:29

Choose a tag to compare

3.54.0-preview.2 Pre-release
Pre-release

3.54.0-preview.2 - 2025-10-7

Fixed

  • 5427 PPAF: Fixes issue where setting RequestTimeout to 0 second will cause PPAF dynamic enablement to break