v0.2.0 is a minor release for atlas-sync-action
containing some breaking changes. Starting this version the action verifies that the migration directory is syntactically correct by replaying all migrations on a Dev Database, hence dev-url
has been added as a required input parameter. See the updated README.
In addition, to maintain consistency with the rest of the Atlas ecosystem, this action now directly uses the atlas migrate push
command instead of using custom code for syncing your migration directory.
What's Changed
- push the directory with the atlas cli by @noamcattan in #25
- update readme by @noamcattan in #26
- ci: don't expose db service port by @noamcattan in #27
New Contributors
- @noamcattan made their first contribution in #22
Full Changelog: v0.1.8...v0.2.0