Skip to content

v3.3.1

Choose a tag to compare

@imattau imattau released this 23 Aug 00:43
· 9 commits to master since this release

Fixed

  • Graph.supersede() wrote the SUPERSEDED_BY edge backwards (from the new node to the old one), so graph traversal read the relationship as "the new node is superseded by the old one" instead of the reverse. Fixed identically across the Rust, TypeScript, and Python implementations.