Skip to content

3.9.0

Compare
Choose a tag to compare
@j82w j82w released this 20 May 11:26
85a4c28

3.9.0 - 2020-05-18

Added

  • #1356 & #1407 & #1428 & #1407 Autoscale: Add support
  • #1398 Diagnostics: Add CPU monitoring for .Net Core
  • #1441 Transport: Add HttpClientFactory support on CosmosClientOptions
  • #1457 Container: Add Database reference to the container
  • #1455 Serializer: Add SDK serializer to Client.ClientOptions.Serializer
  • #1397 CosmosClientBuilder: Add preferred regions and WithConnectionModeDirect()
  • #1439 No content on Response: Add the ability to have operation return no content from Cosmos DB.
  • #1398 & #1516 Read feed and change feed: Add serialization optimization to reduce memory and cpu utlization upto 90%. Object are now passed as an array to the serializer.
  • #1516 Query: Add serialization optimization to reduce memory upto %50 and cpu utlization upto 25%. Object are now passed as an array to the serializer.

Fixed

  • #1401 & #1437: Response type: Fix deadlock on scenarios with SynchronizationContext when using Response.Container
  • #1445 Transport: Fix ServicePoint for WebAssembly
  • #1462 UserAgent: Fix feature usage tracking
  • #1469 Diagnostics: Fix InvalidOperationException and converts elapsed time to millisecond
  • #1512 PartitionRoutingHelper: Fix ReadFeed ArgumentNullException due to container cache miss
  • #1530 CosmosClientBuilder: Fix WithDefaultTimeToLive parameter spelling