We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b451a51 commit 25fe8a8Copy full SHA for 25fe8a8
CHANGELOG.md
@@ -1,5 +1,18 @@
1
# Change History
2
3
+## January 10 2023: v6.8.0
4
+
5
+ * **New Features**
6
+ - [CLIENT-1988] dded base64 encoding functions `CDTContextToBase64` and `Base64ToCDTContext` for `CDTContext`.
7
8
+ * **Improvements**
9
10
+ - Added an example for regexp expressions in Queries.
11
12
+ * **Fixes**
13
14
+ - [CLIENT-1204] Retry logic will keep retrying on `KEY_NOT_FOUND` errors until `policy.MaxRetries` is hit or record is returned to the client.
15
16
## December 5 2022: v6.7.0
17
18
This is a minor improvement and fix release.
0 commit comments