4.4.0
Release Date: March 28, 2019
New Features
- Support new relaxed read modes for SC namespaces. [CLIENT-1068]
- Replace linearizeRead boolean with ReadModeSC enum. See Incompatible change.
- Rename Policy consistencyLevel to readModeAP.
- Add readModeAP and readModeSC command line arguments to benchmarks.
Bug Fixes
- In async/netty, decrement node's total connection count when new connections are attempted, but fail to connect. [CLIENT-1063]
- Wrap byte[] keys in ByteBuffer when returning a TreeMap. [CLIENT-1066]
- Generate "Cluster has been closed" exception if client/cluster was closed prior to issuing a database command.
- Do not retry on error code NO_MORE_CONNECTIONS.
- Throw IllegalArgumentException when resource not found.
- Fix examples "-d" command line argument to log debug messages.
- In query engine, convert starts_with, ends_with and containing to use predexp instead of lua.
- In query engine, Remove lua code generation. Convert Map and List operations to predexp. Add new qualifier exception type.
- In query engine, Fix incorrect iteration type for mapkeys.
Full Changelog: 4.3.1...4.4.0