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 inchannelAcquisitionStarted
stage. By default, ifchannelAcquisitionStarted
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