Skip to content

Patch Release 2.0.1

Compare
Choose a tag to compare
@erictg erictg released this 01 Jun 18:44
· 118 commits to master since this release

Changes:

  • Fixed default graph id primary key validation (thanks @Mogztter)
  • Fixed validation error when using default PK strategy for the auto generated graph id and a custom primary key (such as UUID)
  • Fixed index drop issue (if no indices existed, it failed because the query returned an empty result)