v0.7.1
Break drivers out into separate crates, clean up some technical debt (#2039)
Add client SSL authentication using key-file for Postgres, MySQL and MariaDB (#1850)
Traverse symlinks when resolving migrations (#2445)
fix: mssql uses unsigned for tinyint instead of signed (#2074)
Add Simple format for Uuid for MySQL & SQLite. (#2469)
feat: allow opt-out of `PgHasArrayType` with `#[derive(sqlx::Type)]` (#2619)
fix(sqlite): encode bool as integer (#2620)
Update some postgres trybuild tests
feat: introduce docker-compose based testing for running locally against many database combinations
update todo examples to 0.4 and use migrations
Fix GitHub Actions and integration test (#1346)
chore: replace `dotenv` with `dotenvy` (#2003)