Minor features and improvements release.
- New Features
- Can now use
services-alternate
for cluster tend. - New CDT List API:
ListGetRangeFromOp
,ListRemoveRangeFromOp
,ListPopRangeFromOp
- Can now use
- Improvements
- Improves marshalling of data types into and out of the Lua library and avoids marshalling values before they are needed.
- Returns error for having more than one Filter on client-side to avoid confusion.
- Increases default
ClientPolicy.Timeout
and return a meaningful error message when the client is not fully connected to the cluster afterwaitTillStabilized
call