Skip to content

v0.6.0

Choose a tag to compare

@mobsense mobsense released this 15 Feb 08:14
· 63 commits to main since this release

Minor Feature Release

This is a feature release to add support for remote hosting in Lambda. This release has breaking changes. Some API signatures become async and the Migration table schema has changed to permit location of migrations via query() vs scan().

Features

  • Support remote hosting in Lambda

Breaking Changes

  • getCurrentVersion and getOutstandingVersions are now async
  • Removed init() and update()
  • Migrate schema changed PK & SK to permit find by query vs scan

Fixes

  • Documentation updates re hosting in Lambda

See