- The
GetMultipleKeys
call now takes astartAfterKey
instead of akey
for pagination. The returned list will only start after this key. #38 - Now needs Java 11+
- Fixed a bug where the pagination for
GetMultipleKeys
could lead to an endless loop if some keys are prefixes of others. #38