- New API endpoints
DeleteAllByPrefix
andPutMultipleVersions
. #47 - New API endpoints
GetMultipleKeysByListWithMultipleVersions
andPutMultipleKeysWithMultipleVersions
for reading and writing multiple keys/versions in one request. #48 ListKeys
now supports optionalprefix
field
- 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