-
New Features
- Adds
BatchPolicy.AllowPartialResults
flag to allow the batch command return partial records returned from the cluster. - Adds
INVERTED
flag to theMapReturnType
. Take a look at INVERTED test incdt_map_test.go
to see how to use it. - Adds a lot of new Ordered Map and List operations and brings the client up to date with the latest server API.
- Adds
-
Changes
- Use the default values for
BasePolicy
inBatchPolicy
to keep the behavior consistent with the older releases.
- Use the default values for
-
Improvements
- Adds a recover to the tend goroutine to guarantee the client will recover from internal crashes.
- Removes unneeded type casts.
- Uses the new stat name for migrations check.
-
Fixes
- Fixes TTL in
GetObject
andBatchGetObject
reflection API. - Handle extension marker in List headers.
- Fixes TTL in