Releases: go-rio/migrate
Releases · go-rio/migrate
v0.6.1
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Changelog
16e4dfe feat!: move module to github.com/go-rio/migrate
56a5799 test: fold audit regression tests into their topic files
v0.4.0
Compare
Sorry, something went wrong.
No results found
Changelog
3551dc9 feat!: explicit rollback steps, named batch rollback
v0.3.3
Compare
Sorry, something went wrong.
No results found
Changelog
f8b5c7a fix: close combination gaps from the round-4 self-review
v0.3.2
Compare
Sorry, something went wrong.
No results found
Changelog
1ccc034 fix: close the Steps(-1) reset bypass and the untransacted Recreate window
v0.3.1
Compare
Sorry, something went wrong.
No results found
Changelog
312c6b0 fix: refuse Recreate on MySQL — implicit DDL commits make it unsafe
v0.3.0
Compare
Sorry, something went wrong.
No results found
Changelog
b7a72b2 fix: address all 13 findings of the adversarial audit
7798882 feat: qualified table names, generated columns, named checks, CopyFrom
v0.2.0
Compare
Sorry, something went wrong.
No results found
Changelog
dfb9d1e feat: repeatable migrations, safety analysis, table rebuilds and Fresh
v0.1.0
Compare
Sorry, something went wrong.
No results found
Changelog
9def4ca feat: initial release of the migrate package