Releases: amacneil/dbmate
Releases · amacneil/dbmate
v2.31.0
What's Changed
- feat: issue #489 support clickhouse+http/s schemes and --driver flag + env var by @FatherCandle in #713
- Bump golang from 1.25.5 to 1.25.6 by @dependabot[bot] in #740
- fix: extract file path from SQLite URL for shell commands by @eloff in #574
- Add further common Postgres Unix socket URL examples by @malteneuss in #459
- fix: comment out invalid docker ignore condition in dependabot.yml by @dossy in #752
- Bump golang from 1.25.6 to 1.26.0 by @dependabot[bot] in #753
- feat: allow passing extra arguments to mysqldump/pgdump by @zapotinschii in #694
- bump version to v2.31.0 by @sofuture in #754
New Contributors
- @eloff made their first contribution in #574
- @zapotinschii made their first contribution in #694
Full Changelog: v2.30.0...v2.31.0
v2.30.0
What's Changed
- Fix clickhouse schema dump with non-default database by @Flamefork in #676
- Bump js-yaml from 4.1.0 to 4.1.1 in /typescript by @dependabot[bot] in #741
- Bump alpine from 3.23.2 to 3.23.3 by @dependabot[bot] in #739
- fix: lib/pq v1.11.1 broke connecting to Supavisor by @dossy in #750
- New release v2.30.0 by @sofuture in #745
Full Changelog: v2.29.5...v2.30.0
v2.29.5
v2.29.4
What's Changed
- Handle MySQL and MariaDB specific differences for DumpSchema by @dossy in #730
- Postgres restrict key compatibility by @sofuture in #731
- Discourage Dependabot from bumping golang in Dockerfile to a release candidate by @dossy in #734
- Strip psql meta-commands on load by @amacneil in #736
- v2.29.4 by @dossy in #738
Full Changelog: v2.29.3...v2.29.4
v2.29.3
v2.29.2
v2.29.1
v2.29.0
What's Changed
- Support multiple migration sections in a single file by @igorvoltaic in #620
- Set mysqldump SSL/TLS args based on 'tls' connection URL param. by @dossy in #679
- Handle \restrict/\unrestrict in PostgreSQL 17.6 pg_dump output by @sofuture in #716
- Bump alpine from 3.22.1 to 3.23.0 by @dependabot[bot] in #710
- Bump golang from 1.24.6 to 1.25.1 by @dependabot[bot] in #684
- Remove redundant t.Chdir() by @amacneil in #717
- Update dependencies by @amacneil in #720
New Contributors
- @igorvoltaic made their first contribution in #620
- @sofuture made their first contribution in #716
Full Changelog: v2.28.0...v2.29.0
v2.28.0
What's Changed
- Pin Spanner pgadapter-emulator to v0.48.3 by @dossy in #660
- Bump golang from 1.24.2 to 1.24.5 by @dependabot[bot] in #658
- Bump alpine from 3.21.3 to 3.22.1 by @dependabot[bot] in #661
- Upgrade dependencies by @amacneil in #662
New Contributors
- @adrianosela made their first contribution in #651
Full Changelog: v2.27.0...v2.28.0
v2.27.0
What's Changed
- Prefer
varcharovervarchar(n)on Postgres-like databases by @nstylo in #641 - Enable usetesting linter and simplify tests by @alexandear in #627
- Mention sqlite
transaction:falsein README.md by @malteneuss in #636 - Bump golang from 1.24.0 to 1.24.2 by @dependabot in #635
- Upgrade golangci-lint to v2.1.5 by @amacneil in #643
- Upgrade dependencies @amacneil in #644
New Contributors
- @alexandear made their first contribution in #627
- @malteneuss made their first contribution in #636
- @nstylo made their first contribution in #641
Full Changelog: v2.26.0...v2.27.0