Skip to content

5.2.3

Compare
Choose a tag to compare
@mcoberly2 mcoberly2 released this 18 Jul 00:41

Release Date: September 08, 2022

New features

  • Add functions for CDT context conversion to/from bytes/base64 encoded string. [CLIENT-1806]

Bug fixes

  • Handle background and aggregation queries with set names that do not exist on server nodes. The client now terminates a background/aggregation query when the server returns KEY_NOT_FOUND_ERROR on non-existent sets. Previous versions would timeout by default because the client was waiting for the INFO3_LAST bit to be set, which is not returned by the server. [CLIENT-1813]
  • Mention that PartitionFilter is both a filter and a cursor in apidocs.

Full Changelog: 5.2.2...5.2.3