- Standardised the MIT license (#647)
- Improve provider
Apply()
errors, addErrNotApplied
when attempting to rollback a migration
that has not been previously applied. (#660) - Add
WithDisableGlobalRegistry
option toNewProvider
to disable the global registry. (#645) - Add
-timeout
flag to CLI to set the maximum allowed duration for queries to run. Default remains
no timeout. (#627) - Add optional logging in
Provider
whenWithVerbose
option is supplied. (#668)
⚠️ Potential Breaking Change ⚠️
- Update
goose create
to use UTC time instead of local time. (#242)