Skip to content

6.0.0

Choose a tag to compare

@jd-aerojd-aero released this 12 Jun 01:38

Release Date: March 31, 2022  |  Download

New Features

  • Support partition query. This feature requires server version 6.0+. [CLIENT-1654]
  • Support batch write, batch UDF apply and batch remove. This feature requires server version 6.0+. [CLIENT-1653]
  • Support udf-admin, sindex-admin and truncate privileges. This feature requires server version 6.0+. [CLIENT-1652]
  • Remove old deprecated as_predexp. See Incompatible API change. [CLIENT-1677]
  • Assign names to internal threads. [CLIENT-1684]
  • Support Debian 11. Drop support for Debian 8.
  • Set minimum Visual Studio version to 2017.

Bug Fixes

  • Use separate bool to indicate cluster is closed instead of setting commands "pending" integer to a fixed value. [CLIENT-1682]
  • Wait for all eventloops to finish balancing connections in the cluster tend. This avoids the scenario where the cluster tend thread is shutdown and the cluster is destroyed before the balancer’s eventloop callbacks are processed. [CLIENT-1685]
  • Add scan/query partition errors from multiple threads under lock. [CLIENT-1688]

Full Changelog: 5.2.8...6.0.0