Skip to content

Releases: fauna-labs/serverless-fauna

v0.4.4

23 Feb 20:50
b677613
Compare
Choose a tag to compare

Whats Changed

  • v10 collection definitions now support configuring ttl_days and history_days

Full Changelog

v0.4.3

11 Sep 18:11
09be7c4
Compare
Choose a tag to compare

What's Changed (since 0.4.0)

Full Changelog: v0.4.0...v0.4.3

v0.4.0

09 Jun 17:38
d3665c3
Compare
Choose a tag to compare

Improvements

  • Fixes a bug where the remove transaction happens even if the create/update transaction fails
  • Improves deploy and remove query composition to allow for a larger number of resources

New features

  • Add support for Collections, including indexes and constraints
  • Add support for Roles

Breaking changes

Remove support for declaring both v4 and v10 schema in a single file. Instead, move to single top-level property, fauna, with a version sub-property.

Before, in one file:

fqlx:
  ...

fauna:
  ...

After, in separate files:

fauna:
  version: 10
  ...
fauna:
  version: 4     # optional, default is 4
  ...

v0.2.0

04 Aug 18:18
6761061
Compare
Choose a tag to compare

v0.2.0

  • #23 - upgrade to the serverless 3.x plugin. This contains breaking changes on how to use serverless documented here
  • #28 - fix the unit tests in the repo