Skip to content

6.1.3

Choose a tag to compare

@mcoberly2 mcoberly2 released this 18 Jul 01:59

Release Date: October 19, 2022

Bug Fixes

  • Throw exception when a read operation is used in a background query (execute()) or any operation is used in a foreground query (query()). [CLIENT-1842]
  • Throw exception in estimateSizeUtf8() when the string is malformed. [CLIENT-1860]
  • Use Charset “StandardCharsets.UTF_8” instead or charset name “UTF8” in UTF8 conversion methods. [CLIENT-1860]
  • Validate that asyncMaxConnsPerNode >= event loop count. [CLIENT-1861]

Full Changelog: 6.1.2...6.1.3