Skip to content

Fix Major Issue with Concurrency

Compare
Choose a tag to compare
@jkminder jkminder released this 26 Mar 15:59
· 22 commits to main since this release

This release fixes a major issue with concurrency. Under specific circumstances it could happen that relationships are lost during the conversion process (see issue #20). With this release this no longer happens. Both CREATE and MERGE are now serialised. Comes with slight performance hit.