Skip to content

v0.16.8

Choose a tag to compare

@github-actions github-actions released this 27 Jul 15:18
· 172 commits to main since this release
a6c8e7c

This is a patch release for the 0.16 line, with a correctness fix that prevents secondary-index lookups from crossing into neighboring index key regions.

Fixed

  • Secondary-index gets are bounded to the requested index (#1256). When a requested index had no matching entry in the lookup direction, EQUAL, FLOOR, LOWER, CEILING, or HIGHER lookups could cross into a neighboring index region and return a primary key belonging to a different secondary index. Lookups now stop at the requested index boundary and return KEY_NOT_FOUND when no valid entry exists.

Upgrade notes

  • No data migration, configuration, public API, or metrics changes.

Full Changelog: v0.16.7...v0.16.8