Skip to content

7.2.1

Choose a tag to compare

@mcoberly2 mcoberly2 released this 18 Jul 01:56

Release Date: January 04, 2024

New Features

  • Add setters to applicable policies. This is done to facilitate Spring's ConfigurationProperties. [CLIENT-2737]
  • Support transactions only on given partitions in benchmarks.

Bug Fixes

  • In Java proxy client, create/Throw invalid namespace exception at the end of applicable batch reads on invalid namespace errors to be consistent with the java native client. [CLIENT-2667]
  • Replace SimpleDateFormat/Date with DateTimeFormatter/LocalDateTime. [CLIENT-2674]
  • In scan/query with maxRecords set, mark node's partitions for retry on next scan/query page when that node returns records that are discarded due to exceeding maxRecords. [CLIENT-2706]
  • Include all partition unavailable errors in the scan/query sub-exception list. [CLIENT-2720]
  • Fix ACT random command line argument in benchmark code.
  • Use Thread.getName() in ThreadLocalData debug log messages.
  • Upgrade to netty 4.1.103.Final, grpc 1.59.0 and commons-cli 1.6.0.
  • Change ListExp/MapExp doc examples to use EXISTS when searching keys/values in list/map.
  • Clarify the purpose of gCallbackSet in Log.isSet() api doc.

Full Changelog: 7.2.0...7.2.1