Skip to content

v1.2.0

Choose a tag to compare

@mobsense mobsense released this 12 Sep 03:49
· 11 commits to main since this release

Major Feature Release

This release supports named migrations that are non-versioned migrations for maintenance and other routine tasks.

It also adds support to dynamically index new migration files. Using the dir params property is now the preferred way to reference a directory of migrations (versioned and named). These will be automatically indexed.

Features

  • Add named migration support
  • Add the date to the DynamoDB item sort key -- permits full history in migration table
  • Generalized the apply() function for named functions
  • Added dynamic indexing of migration files

Fixes

  • Fixed down migration sequencing

See