Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 864 Bytes

Changelog.md

File metadata and controls

15 lines (10 loc) · 864 Bytes

Changelog

Added

  • New API endpoints DeleteAllByPrefix and PutMultipleVersions. #47
  • New API endpoints GetMultipleKeysByListWithMultipleVersions and PutMultipleKeysWithMultipleVersions for reading and writing multiple keys/versions in one request. #48
  • ListKeys now supports optional prefix field

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
  • Now needs Java 11+

Fixes

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