Releases: sensedeep/onetable-cli
Releases · sensedeep/onetable-cli
v1.3.5
v1.3.3
v1.3.2
v1.3.1
v1.3.0
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
v1.2.3
v1.2.2
v1.2.1
v1.2.0
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