Skip to content

Releases: Azure/azure-cosmos-dotnet-v3

3.35.4-preview

18 Sep 14:47
83509cc
Compare
Choose a tag to compare
3.35.4-preview Pre-release
Pre-release

3.35.4-preview - 2023-09-15

Fixed

  • 3934 Subpartitioning: Fixes bug for queries on subpartitioned containers with split physical partitions

3.35.4

15 Sep 22:22
Compare
Choose a tag to compare

3.35.4 - 2023-09-15

Fixed

  • 3934 Subpartitioning: Fixes bug for queries on subpartitioned containers with split physical partitions

3.35.3

11 Aug 00:08
aff544b
Compare
Choose a tag to compare

3.35.3 - 2023-08-10

Fixed

  • 4030 Upgrade Resiliency: Fixes Race Condition by Calling Dispose Too Early

Added

  • 4019 Upgrade Resiliency: Disables Replica Validation Feature By Default in Preview (The feature was previously enabled by default in the 3.35.2-preview release)

3.35.3-preview

11 Aug 00:05
b92cf85
Compare
Choose a tag to compare
3.35.3-preview Pre-release
Pre-release

3.35.3-preview - 2023-08-10

Fixed

  • 4030 Upgrade Resiliency: Fixes Race Condition by Calling Dispose Too Early

Added

  • 4019 Upgrade Resiliency: Disables Replica Validation Feature By Default in Preview (The feature was previously enabled by default in the 3.35.2-preview release)

3.35.2

17 Jul 23:47
38b556b
Compare
Choose a tag to compare

3.35.2 - 2023-07-17

Fixed

  • 3917 Query: Fixes malformed continuation token exception type and message
  • 3969 Diagnostics: Fixes verbose levels for "Operation will NOT be retried"

Added

  • 3668 Query : Adds string comparison alternative when converting LINQ to SQL (Thanks @ernesto1596)
  • 3834 Query : Adds support for newtonsoft member access via ExtensionData (Thanks @onionhammer)
  • 3939 CreateAndInitializeAsync: Adds Code to Optimize Rntbd Open Connection Logic to Open Connections in Parallel

3.35.2-preview

17 Jul 23:49
38b556b
Compare
Choose a tag to compare
3.35.2-preview Pre-release
Pre-release

3.35.2-preview - 2023-07-17

Fixed

  • 3973 Application Insights Integration: Fixes event generation for failed requests

Added

  • 3951 Upgrade Resiliency: Adds Code to Enable Replica Validation Feature By Default for Preview

3.35.1

27 Jun 20:26
947a5d0
Compare
Choose a tag to compare

3.35.1 - 2023-06-27

Fixed

  • 3944 Availability: Fixes HttpTimeoutPolicies to not accidentally suppress retries

3.35.1-preview

27 Jun 20:26
4599e4b
Compare
Choose a tag to compare
3.35.1-preview Pre-release
Pre-release

3.35.1-preview - 2023-06-27

Fixed

  • 3944 Availability: Fixes HttpTimeoutPolicies to not accidentally suppress retries

3.35.0

20 Jun 17:46
b979061
Compare
Choose a tag to compare

Fixed

  • 3864 NugetPackage: Removes ThirdPartyNotice.txt from content and contentFiles folders
  • 3866 CosmosClient: Fixes missing Trace when converting HTTP Timeout to 503
  • 3879 Subpartitioning: Fixes handling of split physical partitions
  • 3907 Query: Fixes empty property name parsing exception

Added

  • 3860 Documentation: Adds see also link to Container.CreateTransactionalBatch
  • 3852 Query: Adds type-markers with count and length for large arrays
  • 3838 Benchmarking: Adds use of ARM Templates for benchmarking
  • 3877 Regions: Adds Malaysia South, Isreal Central, and Italy North
  • 3887 Distributed Tracing: Setting DisplayName for an operation level activity as <operationname><space><containername>
  • 3874 Client Encryption: Adds Microsoft.Azure.Cosmos compatibility to version 3.34.0
  • 3891 Documentation: Adds additional remarks to CosmosClient
  • 3902 ConnectionPolicy: Refactors Code to Reduce Default Request Timeout to 6 Seconds
  • 3910 Documentations: Adds links to PatchItems docs
  • 3918 Regions: Adds Israel Central
  • 3918 CosmosClient: Fixes SynchronizationLockException when disposing client with requests in-flight.
  • 3918 Fixes Crashing CosmosClient on the Dispose() Stage.

3.35.0-preview

21 Jun 20:29
b1d3134
Compare
Choose a tag to compare
3.35.0-preview Pre-release
Pre-release

Added

  • 3836 Integrated cache: Adds BypassIntegratedCache to DedicatedGatewayRequestOptions
  • 3909 Query: Adds EnableOptimisticDirectExecution in QueryRequestOptions enabled by default