4.17.0 (2026-09-09)
Features Added
- Added the
enable_compact_utf8_item_writesclient option. Set it toTrueto 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.