4.14.0b2 (2025-08-12)
Features Added
- Added feed range support in
query_items
. See PR 41722.
Bugs Fixed
- Fixed session container session token logic. The SDK will now only send the relevant partition-local session tokens for read document requests and write requests when multi-region writes are enabled, as opposed to the entire compound session token for the container for every document request. See PR 41678.
- Write requests for single-write region accounts will no longer send session tokens when using session consistency. See PR 41678.
- Fixed bug where container cache was not being properly updated resulting in unnecessary extra requests. See PR 42143.
- Fixed bug where the Filters on Parent loggers or handlers of Cosmos Diagnostics loggers were not being applied. See PR 41012
Other Changes
- Changed to include client id in headers for all requests. See PR 42104.
- Added an option to override AAD audience scope through environment variable. See PR 42228.
- Diagnostics logging will now log ServiceRequestError Exceptions, ServiceResponseError Exceptions, and Cosmos exceptions with a status code of 500 or greater. See PR 41012