Releases: seyed/erl_data_shift
Releases · seyed/erl_data_shift
Release list
v0.9.2-beta
v0.9.1-beta
Added feature: detect non-transactional SQL (CREATE INDEX CONCURRENTLY, etc.) before migrate/validate.
v0.9.0-beta
v0.8.9-beta [New: Windows Support]
Implement i18n for README coverage and checksums Add internationalization support for coverage and checksums sections in README files.
v0.8.8-beta
New updates: json output mode, shell completions, honest comparison table
v0.8.7-beta: eds migrate force
v0.8.7 - eds migrate force (#7)
- add run method with force option, bypasses checksum drift check (run/3 unchanged, default to enforced drift check)
- add tests to cover run/4 force bypass, and confirm run/3 and force=false still enforces drift check
- update help text and parse force token, warn, only call run/4 when forcing the migration and ignoring the drift
- add regression test to confirm force token survives -f reordering
- add test to cover migrate force dispatch that runs call/4 versus normal migrate that calls run/3
- bump version to v0.8.7 - eds migrate force
v0.8.6-beta
v0.8.5-beta
Updates:
- Add benchmarking after migration run.
- File verification to detect any drifting in sql files.
v0.8.0.-beta
- New additional command validate to provide validation for the defiend sql statements.