-
New Features
- Support for external authentication (LDAP).
- Support Map and List WriteFlags:
NoFail
andPartial
. - Support load balancers as seed node.
-
Changes
- Change default Scan/Query
ServerSocketTimeout
to 30s.
- Change default Scan/Query
-
Improvements
- Adds
QueryPolicy.ServerSocketTimeout
andQueryPolicy.FailOnClusterChange
for when the queries are automatically converted to scans. - Minor documentation improvements.
- Synchronize logging at all situations.
- Add
-debug
switch to allow logging at debug level in tests. - Allow the user to define the namespace for tests to run on.
- Adds
-
Fixes
- Fix a few go vet errors for Go 1.11.
- Fixes minor unsigned length conversions for admin command.