v0.8.2
Fix CI after Rust 1.80, remove dead feature references (#3381)
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)
chore(mysql): create regression test for RUSTSEC-2024-0363
fix(postgres): max number of binds is 65535, not 32767 (regression)
Fix (#3395) sqlx::test macro in 0.8 (#3403)
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)