- Support for FQL X schema (only Functions)
- New top-level property
fqlxfor declaring FQL X schema - New
serverless fauna fqlx deploycommand to sync only FQL X schema - New
serverless fauna fqlx removecommand to remove only FQL X schema managed by the plugin - New
serverless fauna fql4 deploycommand to sync only FQL 4 schema (declared underfaunaproperty) - New
serverless fauna fql4 removecommand to remove only FQL 4 schema managed by the plugin
- Update
serverless fauna deploycommand to sync both FQL X and FQL 4 schema declared in the same file - Update
serverless fauna removecommand to remove both FQL X and FQL 4 schema managed by the plugin - All commands will now exist non-zero when an error occurs. This should improve behavior in CI/CD
Update to serverless 3. This has some significant breaking changes, including that you
can no longer have serverless.yml in a nested directory. Here is a list of all the breaking
changes in serverless 3: https://www.serverless.com/framework/docs/guides/upgrading-v3