Skip to content

6.1.1

Choose a tag to compare

@mcoberly2 mcoberly2 released this 18 Jul 02:00

Release Date: August 18, 2022

New Features

  • Add "Value.ReturnMapForKeyValue" boolean. If true, the client will always return a map when "MapReturnType.KEY_VALUE" is specified in a map read operation and the server returns a list of key/value pairs. The default is false. [CLIENT-1805]

Bug Fixes

  • Remove check for 0x04 map extension bit in unpackMap() because the server never sends it.
  • Remove link to non-existent screenshot in examples readme.
  • Add constraint "indexBitCount + minHashBitCount must be <= 64" to HLL api doc. [DOCS-633]
  • Improve api doc for "BatchPolicy.maxConcurrentThreads". [DOCS-766]
  • Mention that PartitionFilter is both a filter and a cursor in api doc.
  • Extend api doc for MapExp.put().

Full Changelog: 6.1.0...6.1.1