Skip to content

azure-cosmos_4.11.0b1

Pre-release
Pre-release

Choose a tag to compare

@azure-sdk azure-sdk released this 30 Apr 20:25
8e61a00

4.11.0b1 (2025-04-30)

Features Added

  • Added ability to set throughput_bucket header at the client level and for all requests. See PR 40340.
  • Added ability to use Filters from Logging module on Diagnostics Logging based on Http request/response related attributes. See PR 39897.
  • Added ability to use excluded_locations on client level and document API request level. See PR 40298

Bugs Fixed

  • Fixed bug where change feed requests would not respect the partition key filter. See PR 40677.
  • Fixed how the environment variables in the sdk are parsed. See PR 40303.
  • Fixed health check to check the first write region when it is not specified in the preferred regions. See PR 40588.
  • Fixed response_hook not getting called for aggregate queries. See PR 40696.
  • Fixed bug where writes were being retried for 5xx status codes for patch and replace. See PR 40672.

Other Changes

  • Optimized Diagnostics Logging by reducing time spent on logging. Logged Errors are more readable and formatted. See PR 39897.
  • Health checks are now done concurrently and for all regions for async apis. See PR 40588.