Minor feature release.
This is a re-release, and redacts and supersedes the version 6.9.0.
- 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
andPartitionFilter.DecodeCursor
) are exported on thePartitionFilter
to allow this mechanism to work.
- [CLIENT-2138] Allow