Skip to content

Minor improvements and bug fix release.

Compare
Choose a tag to compare
@khaf khaf released this 08 Nov 19:16
· 129 commits to v6 since this release
  • Improvements

    • [CLIENT-1959] Retry a foreground scan/query partition to a different replica when a partition unavailable error occurs.
    • [CLIENT-1957] Handle Query, QueryExecute and QueryAggregate on non-existing sets without timing out.
    • [CLIENT-1956] Return an error when a read operation is used in a background query.
  • Fixes

    • [CLIENT-1958] Prevent division by zero if the node array is empty in Cluster.GetRandomNode().
    • [CLIENT-1955] Allow BatchPolicy.SendKey to be applied to all batch keys in all batch commands. Batch commands used in BatchOperate take an independent policy object. We used to ignore the SendKey attribute in those policies.