What's Changed
Breaking Changes 🛠
- fix: stabilize trigger introspection order in postgres/mysql/mssql/sqlite by @178inaba in #851
- feat: add Microsoft Fabric Warehouse / Azure SQL support via Service Principal by @Germain-D in #838
New Features 🎉
- feat: support ssl-ca, ssl-cert and ssl-key DSN parameters by @mtawil in #847
- fix(mysql): handle foreign keys referencing tables from another database by @k1LoW in #705
Fix bug 🐛
- fix: azuresql follow-ups from #838 (dsn.tls, tests) by @k1LoW in #860
- fix: panic on a trailing --config, and value truncation at the first = by @VXNCXNX in #854
- fix: exit non-zero when the root command rejects a flag or command by @k1LoW in #864
- fix: --adjust-table and --number skip the Enums table by @VXNCXNX in #855
- fix: --adjust-table misaligns columns containing East Asian characters by @VXNCXNX in #856
- fix: tbls coverage misaligns table names containing East Asian characters by @k1LoW in #866
Other Changes
- chore(deps): bump google.golang.org/grpc from 1.82.0 to 1.82.1 by @dependabot[bot] in #848
- fix: repair the azuresql Makefile targets from #838 by @k1LoW in #858
- fix(mssql): close out the STRING_AGG migration from #838 by @k1LoW in #859
- chore(deps): bump the dependencies group across 1 directory with 14 updates by @dependabot[bot] in #862
- chore(deps): bump actions/setup-go from 6 to 7 in the dependencies group across 1 directory by @dependabot[bot] in #861
- fix: stop the mssql driver tests from racing the datasource counts by @k1LoW in #863
- chore(deps): bump github.com/apache/thrift from 0.23.0 to 0.24.0 by @dependabot[bot] in #865
New Contributors
- @178inaba made their first contribution in #851
- @mtawil made their first contribution in #847
- @Germain-D made their first contribution in #838
- @VXNCXNX made their first contribution in #854
Full Changelog: v1.95.0...v1.96.0