-
New Features
- Support for newer Batch Protocol. Add
BatchGetComplex
for complex batch queries. Old batch API upgraded to automatically support the new protocol under the hood, unlessBatchPolicy.UseBatchDirect
flag is set totrue
. Keep in mind that you don't need this flag to use the new Strong Consistency mode.
- Support for newer Batch Protocol. Add
-
Changes
- Renames ResultCode
NO_XDS
toALWAYS_FORBIDDEN
. - Makes
SERVER_NOT_AVAILABLE
a client generated error.
- Renames ResultCode