Skip to content

Releases: sensedeep/onetable-cli

v1.3.5

05 Sep 04:35
Compare
Choose a tag to compare

Minor Patch Release

Features

  • Fix internal package references and #16

See

v1.3.3

02 Sep 23:17
Compare
Choose a tag to compare

Minor Patch Release

Features

  • Fix internal package references and #16

See

v1.3.2

08 Aug 02:01
Compare
Choose a tag to compare

Minor Patch Release

Features

  • Add --retry-failed option. See #19

See

v1.3.1

19 Jun 01:29
Compare
Choose a tag to compare

Minor Patch Release

Features

  • Update dependencies

See

v1.3.0

12 Sep 03:50
Compare
Choose a tag to compare

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. This works even for AWS hosted migrations.

Features

  • Add named migration support via "onetable NAME" to run a named migration
  • Added "onetable named" to list the available named migrations
  • Added --table option to override the DynamoDB table name

Fixes

  • Fixed down migration sequencing

See

v1.2.4

08 Aug 22:16
Compare
Choose a tag to compare

Minor Patch Release

Features

  • None

Fixes

  • Local directory reference in migrate for onetable

See

v1.2.3

07 Aug 01:17
Compare
Choose a tag to compare

Minor Patch Release

Features

  • None

Fixes

  • Update dependencies for dynamodb-onetable and migrate

See

v1.2.2

15 Nov 02:22
Compare
Choose a tag to compare

Minor Patch Release

Features

  • Update dependencies

Fixes

  • Fix dry run

See

v1.2.1

21 Oct 02:30
Compare
Choose a tag to compare

Minor Patch Release

Features

  • Update dependencies

Fixes

  • none

See

v1.2.0

30 Sep 20:16
Compare
Choose a tag to compare

Major Feature Release

Features

  • Support new onetable-migrate with persisted schemas.
  • Remove --schema and migrate.json schema property.

Breaking Changes

The onetable-migrate library now persists migrations to the table. Further, migrations must specify the schema for that migration. So, the OneTable CLI can now use the migrate library to read the schema from the table.

Fixes

  • none

See