0.1.23 Merge pull request #38 from scalableminds/fix-get-multiple-keys-paginationFix pagination for GetMultipleKeys, introducing startAfterKey
Breaking Changes
- The
GetMultipleKeys
call now takes astartAfterKey
instead of akey
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