- Added optional consistency parameter to all query APIs (Check, Read, ListObjects, ListUsers, Expand) with values MINIMIZE_LATENCY (default) and HIGHER_CONSISTENCY.
- Enables developers to trade off latency vs. stronger consistency by bypassing cache when HIGHER_CONSISTENCY is selected.
- Updated SDKs and documentation to support the new consistency mode.