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.