Skip to content

azure-cosmos_4.17.0

Latest

Choose a tag to compare

@azure-sdk-automation azure-sdk-automation released this 09 Sep 21:15
67b56be

4.17.0 (2026-09-09)

Features Added

  • Added the enable_compact_utf8_item_writes client option. Set it to True to reduce item write request sizes by
    serializing valid Unicode as compact UTF-8 for create, upsert, replace, patch, and transactional batch operations.
    See PR 48914.

Bugs Fixed

  • Fixed sync and async item PATCH requests to explicitly send the registered application/json-patch+json
    content type. See PR 48914.