Skip to content

edgeproc-core 0.4.0

Choose a tag to compare

@hseshadr hseshadr released this 03 Aug 19:31
· 15 commits to main since this release
72f33b9
  • vector_mgmt/conformance.py now reaches PyPI — it landed 14 minutes after the 0.3.0 tag, so the README's documented import raised ModuleNotFoundError on a clean install of 0.3.0.
  • Search correctness is guarded. Seven mutations that previously passed the whole suite now fail, including reverse=True turning nearest-neighbour into farthest-neighbour.
  • Routing-key/metadata divergence fixed. A row inserted under a partition_key with no matching metadata was invisible to that partition's search, uncounted by its stats, and undeletable by its scoped delete.
  • A gate step now runs every documented README import against the built wheel.

Full detail in CHANGELOG.md.