v0.8.0
fix: ignore flaky test_connection_maintenance test
Add client SSL authentication using key-file for Postgres, MySQL and MariaDB (#1850)
Add `fixtures_path` in sqlx::test args (#2545)
fix(postgres): add missing type resolution for arrays by name
fix: mssql uses unsigned for tinyint instead of signed (#2074)
feat: add `MySqlTime`, audit `mysql::types` for panics (#3154)
breaking: fix name collision in `FromRow`, return `Error::ColumnDecode` for `TryFrom` errors (#3356)
feat: Add set_update_hook on SqliteConnection (#3260)
Clarify where optional features should be enabled (#2706)
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)
fix: add `mariadb:11.4` to `tests/docker-compose.yml`
Is tests/x.py maintained? And I tried fix it. (#2754)
chore: replace `dotenv` with `dotenvy` (#2003)