You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
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.