Skip to content

Commit 9a64881

Browse files
committed
Update CHANGELOG
1 parent 8fab68c commit 9a64881

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

CHANGELOG.md

+10-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,16 @@
1-
# Change History
1+
# Change History
2+
3+
## January 23 2023: v6.9.1
4+
5+
Hotfix release.
6+
7+
- **Fixes**
8+
- Mark `PartitionStatus.unavailable` and `PartitionStatus.replicaIndex` as transient in `PartitionFilter.EncodeCursor`.
29

310
## January 23 2023: v6.9.0
411

12+
NOTICE: This release is redacted. Please use v6.9.1.
13+
514
- **New Features**
615
- [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.
716

0 commit comments

Comments
 (0)