v0.16.8
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, orHIGHERlookups 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 returnKEY_NOT_FOUNDwhen no valid entry exists.
Upgrade notes
- No data migration, configuration, public API, or metrics changes.
Full Changelog: v0.16.7...v0.16.8