Skip to content

v0.13.4 Release

Compare
Choose a tag to compare
@github-actions github-actions released this 13 Mar 23:55
· 865 commits to master since this release
  • Removed eager unique collection name check to support lazy validation during bulk import.

    This is a fix for a minor regression introduced with v0.13.3 that is causing collections import with renamed collections to fail because the related records table will be already inserted since the import validations are performed after the record tables sync.