From 1b0685f171a3dfad9c46929c921d3bae47fdd956 Mon Sep 17 00:00:00 2001 From: Khosrow Afroozeh Date: Wed, 27 Jul 2022 20:31:00 +0200 Subject: [PATCH] Updated CHANGELOG --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index fcfb071a..b4d47b48 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,17 @@ # Change History +## July 27 2022: v6.2.1 + + This is mostly a re-release of v6.2.0, with one added minor change. It seems that we bungled the github tag somehow for that release. Upgrade from v6.2.0 to this version for the changes in that version to be applied to your code. + + * **Fixes** + + - Add a nil check for error in batch retry to be on the safe side. ## June 30 2022: v6.2.0 + NOTE: It seems that the tag reference for this release was incorrect on Github, or we somehow confused the `Go mod`. Do not use this version. Use v6.2.1 instead. + This is a major fix release. We recommend upgrading to this release if you are using `BatchOperate` or `Scan/Queries`. * **Fixes** @@ -12,6 +21,8 @@ - [CLIENT-1781] Fix `BatchOperate`: use offset index to pick correct record. ## June 23 2022: v6.1.0 + + NOTE: This release contains a bug in `BatchOperate` command. If you are using that command, we strongly recommend you upgrade to v6.2.1. This is a minor feature and bug fix release version. @@ -27,6 +38,8 @@ ## April 7 2022: v6.0.0 + NOTE: This release contains a bug in `BatchOperate` command. If you are using that command, we strongly recommend you upgrade to v6.2.1. + This is a major feature release. It adds several new features supported by the server v6, and drops supports for Predicate Expressions. * **New Features**