Skip to content

azure-cosmos_4.53.2-hotfix

Pre-release
Pre-release
Compare
Choose a tag to compare
@azure-sdk azure-sdk released this 04 Feb 23:14
f59844a

4.53.2-hotfix (2024-02-04)

Other Changes

  • Reduced CPU overhead slightly for workloads with high throughput of point operations - especially when diagnostics like traces or metrics are enabled. - See PR 38232
  • Changed to add transportRequestChannelAcquisitionContext in CosmosDiagnostics based on duration in channelAcquisitionStarted stage. By default, if channelAcquisitionStarted took more than 1s, transportRequestChannelAcquisitionContext will be added. - See PR 38416
  • Added an option to opt-out of E2E timeout defined in CosmosClientBuilder for non-point operations via system property or environment variable. - See PR 38388