6.0.1
Release Date: June 02, 2022
New Features
- Set new flag bit on batch commands to instruct the server to return the key specific error code on an error that stops a response. [CLIENT-1720]
- Add ListReturnType.EXISTS and MapReturnType.EXISTS. This feature requires server version 6.1+. [CLIENT-1733]
- Add "Value.DisableSerializer". If set to true, disable default java object serialization. [CLIENT-1741]
Bug Fixes
- Fail on cluster initialization if the seed node is valid, but all seed node peers are not reachable and failIfNotConnected is true. This scenario occurs in AWS installations when peer nodes are configured with AWS internal IP addresses and the client is external to AWS. [CLIENT-1704]
- Prevent the possibility of skipping an active node in getRandomNode() when accessing concurrently.
- Do not expect duplicate records to exist in query examples because server version 6.1+ dedups query records.
- Fix warnings generated by java 17.
Full Changelog: 6.0.0...6.0.1