Skip to content

Releases: go-rio/migrate

v0.6.1

Choose a tag to compare

@github-actions github-actions released this 10 Jul 22:00
v0.6.1
5120264

Changelog

  • 5120264 test: make the integration suite idempotent on a dirty database; badge baseline
  • 6056cee refactor: tighten comments; move a misattributed test comment
  • a0e835e docs: rewrite README in reference style

v0.6.0

Choose a tag to compare

@github-actions github-actions released this 10 Jul 09:57
v0.6.0
a239ec4

Changelog

  • a239ec4 fix: SQLite concurrent Up loses cleanly — records-first arbitration
  • 8f77f3b fix: recreate triggers across Recreate, drop qualified records table on Fresh, honest MySQL failure notes, generated-column safety

v0.5.0

Choose a tag to compare

@github-actions github-actions released this 08 Jul 22:21
v0.5.0
16e4dfe

Changelog

  • 16e4dfe feat!: move module to github.com/go-rio/migrate
  • 56a5799 test: fold audit regression tests into their topic files

v0.4.0

Choose a tag to compare

@github-actions github-actions released this 08 Jul 04:37
v0.4.0
3551dc9

Changelog

  • 3551dc9 feat!: explicit rollback steps, named batch rollback

v0.3.3

Choose a tag to compare

@github-actions github-actions released this 08 Jul 04:27
v0.3.3
f8b5c7a

Changelog

  • f8b5c7a fix: close combination gaps from the round-4 self-review

v0.3.2

Choose a tag to compare

@github-actions github-actions released this 08 Jul 04:20
v0.3.2
1ccc034

Changelog

  • 1ccc034 fix: close the Steps(-1) reset bypass and the untransacted Recreate window

v0.3.1

Choose a tag to compare

@github-actions github-actions released this 08 Jul 04:09
v0.3.1
312c6b0

Changelog

  • 312c6b0 fix: refuse Recreate on MySQL — implicit DDL commits make it unsafe

v0.3.0

Choose a tag to compare

@github-actions github-actions released this 08 Jul 03:53
v0.3.0
b7a72b2

Changelog

  • b7a72b2 fix: address all 13 findings of the adversarial audit
  • 7798882 feat: qualified table names, generated columns, named checks, CopyFrom

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 07 Jul 22:07
v0.2.0
dfb9d1e

Changelog

  • dfb9d1e feat: repeatable migrations, safety analysis, table rebuilds and Fresh

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 07 Jul 21:32
v0.1.0
9def4ca

Changelog

  • 9def4ca feat: initial release of the migrate package