Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 451 Bytes

Changelog.md

File metadata and controls

10 lines (6 loc) · 451 Bytes

Changelog

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