Skip to content

0.1.23 Merge pull request #38 from scalableminds/fix-get-multiple-keys-paginationFix pagination for GetMultipleKeys, introducing startAfterKey

Compare
Choose a tag to compare
@normanrz normanrz released this 08 May 09:23
18a119e

Breaking Changes

  • The GetMultipleKeys call now takes a startAfterKey instead of a key for pagination. The returned list will only start after this key. #38

Fixes

  • Fixed a bug where the pagination for GetMultipleKeys could lead to an endless loop if some keys are prefixes of others. #38

Executable JAR of FossilDB