From 9a6488108ce717887da2623ec5b94393cca58ece Mon Sep 17 00:00:00 2001 From: Khosrow Afroozeh Date: Mon, 23 Jan 2023 19:35:00 +0100 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 14733102..dde6d0b7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,16 @@ -# Change History + # Change History + +## January 23 2023: v6.9.1 + + Hotfix release. + +- **Fixes** + - Mark `PartitionStatus.unavailable` and `PartitionStatus.replicaIndex` as transient in `PartitionFilter.EncodeCursor`. ## January 23 2023: v6.9.0 + NOTICE: This release is redacted. Please use v6.9.1. + - **New Features** - [CLIENT-2138] Allow PartitionFilter to persist its cursor, and retrieve the encoded cursor back to allow pagination. While the Go client supported pagination, it did not export the necessary data structures to allow that cursor to be persisted by the user. These data structures remain private, but two methods (`PartitionFilter.EncodeCursor` and `PartitionFilter.DecodeCursor`) are exported on the PartitionFilter to allow this mechanism to work.