There are a few minor breaking API changes. See ClientPolicy
.
Note: There has been significant changes to clustering code. We recommend extensive testing before using in production.
- New Features
- Adds support for Relaxed Strong Consistency mode.
ClientPolicy.LinearizeRead = true
has been removed and should be replaced withpolicy.ReadModeSC = as.ReadModeSCLinearize
. - Adds support for whitelists in Roles.
- Adds support for Relaxed Strong Consistency mode.