4.43.0 (2023-04-06)
Features Added
- Added option to enable automatic retries for write operations - See 34227
- Added option to enable automatic logging of Cosmos diagnostics for errors or requests exceeding latency threshold - See 33209
- Added support for OpenTelemetry traces following the Semantic profile for Cosmos DB - See 33209
Breaking Changes
- Changed the default structure of Open Telemetry events being emitted by the SDK to follow the semantic profile for Cosmos DB. Use the
COSMOS.USE_LEGACY_TRACING
system property to retrun to the previous event structure:-DCOSMOS.USE_LEGACY_TRACING=true
- See 33209