Skip to content

Minor feature release.

Compare
Choose a tag to compare
@khaf khaf released this 23 Jan 18:47
· 116 commits to v6 since this 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 and PartitionFilter.DecodeCursor) are exported on the PartitionFilter to allow this mechanism to work.