Skip to content

Commit

Permalink
Update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
khaf committed Jan 23, 2023
1 parent 8fab68c commit 9a64881
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down

0 comments on commit 9a64881

Please sign in to comment.