Skip to content

v2.2.0 - Automatically updating indexes and credentials for data

Choose a tag to compare

@chj-web chj-web released this 03 Jun 13:06
· 103 commits to master since this release

2.2.0 - June 3rd, 2021

Added

  • Automatic updating of mutated indexes. Previously, if you changed an index's terms or values you would not be able to update it. Fauna simply doesn't allow you to change an index in that way. To circumvent this, you would have to delete the index, wait 60 seconds, and create the index again. Fauna GQL Upload does this automatically now.
  • Support for adding credentials to data resources. See Adding credentials to your data

Fixed

  • Error when using { "type": "module" } in package.json. Thanks to @ry5n for reporting this in issue #30.