Skip to content

swiftide-v0.10.0

Compare
Choose a tag to compare
@github-actions github-actions released this 06 Sep 17:56
· 67 commits to master since this release
807e902

BREAKING CHANGE: Indexing nodes now have their ID calculated using UUIDv3 via MD5 as the previous algorithm was unreliable and broke in 1.81. Added benefit that collision chance is even smaller. This means that when indexing again, nodes will have different IDs and upsert will not work. Backwards compatibility is non-trivial. If this is a huge issue, ping us on discord and we will look into it.

Added

  • 57fe4aa (indexing) Use UUIDv3 for indexing node ids (#277)

Fixed

Other

Full Changelog: 0.9.2...0.10.0