Skip to content

New Feature release

Compare
Choose a tag to compare
@khaf khaf released this 29 Nov 14:50
· 451 commits to master since this release
  • 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, unless BatchPolicy.UseBatchDirect flag is set to true. Keep in mind that you don't need this flag to use the new Strong Consistency mode.
  • Changes

    • Renames ResultCode NO_XDS to ALWAYS_FORBIDDEN.
    • Makes SERVER_NOT_AVAILABLE a client generated error.