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.16.4 (2026-09-02)
Bugs Fixed
Fixed regression with handling of v1 legacy containers when passing {} as a partition key. {} and NonePartitionKeyValue now both resolve to the Undefined effective partition key. See PR 48422
Fixed the same TypeError on system key (migrated) containers, where a missing partition key value resolves to _Empty instead of Undefined. It now maps to the minimum effective partition key. See PR 48422
Other Changes
Marked the Throughput Buckets feature as GA. See 48838.