Skip to content

azure-cosmos_4.28.0

Compare
Choose a tag to compare
@azure-sdk azure-sdk released this 19 Mar 15:10
bbbb2af

4.28.0 (2022-03-18)

Features Added

  • Added the "VM Unique ID" - see Accessing and Using Azure VM Unique ID - to the request diagnostics. This information helps to simplify investigating any network issues between an application hosted in Azure and the corresponding Cosmos DB service endpoint. - See PR 27692
  • Added overload of read api on ClientEncryptionKey with request options for cosmos encrytion project. - See PR 27210

Key Bugs Fixes

  • Added decodeTime in CosmosDiagnostics - See PR 22808

Other Changes

  • Reduced CPU usage for some String operations by switching to APIs that don't compile a pattern for each call. - See PR 27654
  • Reduced GC (Garbage Collection) pressure when executing queries returning many documents by pushing down type conversion. - See PR 27440