0.1.23 Merge pull request #38 from scalableminds/fix-get-multiple-keys-paginationFix pagination for GetMultipleKeys, introducing startAfterKey
Breaking Changes
- The
GetMultipleKeyscall now takes astartAfterKeyinstead of akeyfor pagination. The returned list will only start after this key. #38
Fixes
- Fixed a bug where the pagination for
GetMultipleKeyscould lead to an endless loop if some keys are prefixes of others. #38
Executable JAR of FossilDB