Skip to content

Releases: seyed/erl_data_shift

v0.9.2-beta

Choose a tag to compare

@seyed seyed released this 22 Sep 06:17

feature: implement real exit codes (0/1) across all commands

v0.9.1-beta

Choose a tag to compare

@seyed seyed released this 16 Sep 13:16
ad89e4d

Added feature: detect non-transactional SQL (CREATE INDEX CONCURRENTLY, etc.) before migrate/validate.

v0.9.0-beta

Choose a tag to compare

@seyed seyed released this 12 Sep 15:40
945a073

New feature: eds migrate dry-run path

v0.8.9-beta [New: Windows Support]

Choose a tag to compare

@seyed seyed released this 25 Aug 21:47
f7fd26f
Implement i18n for README coverage and checksums

Add internationalization support for coverage and checksums sections in README files.

v0.8.8-beta

Choose a tag to compare

@seyed seyed released this 25 Aug 09:05
443cfa6

New updates: json output mode, shell completions, honest comparison table

v0.8.7-beta: eds migrate force

Choose a tag to compare

@seyed seyed released this 23 Aug 21:14

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

Choose a tag to compare

@seyed seyed released this 23 Aug 09:53
e349d09

Enforcing checksum drift check.

v0.8.5-beta

Choose a tag to compare

@seyed seyed released this 22 Aug 17:00

Updates:

  • Add benchmarking after migration run.
  • File verification to detect any drifting in sql files.

v0.8.0.-beta

Choose a tag to compare

@seyed seyed released this 21 Aug 17:56
ff1e944
  • New additional command validate to provide validation for the defiend sql statements.

v0.7.6-beta

Choose a tag to compare

@seyed seyed released this 20 Aug 10:16

Added man page to eds.