main
refactor(core): Remove lifetime parameter from Arguments trait (#3960)
fix: clippy warnings
fix spelling (#4069)
Replace some more futures_util APIs with std variants (#3874)
groundwork for 0.9.0-alpha.1 (#3821)
Fix typo in migration example from 'uesrs' to 'users' (#4068)
native tls handshake: build TlsConnector in blocking threadpool (#4027)
`Pool.close`: close all connections before returning (#3952)
refactor: tweaks after #3791 (#4022)
chore: Fix warnings for custom postgres_## cfg flags (#3950)
breaking: add SqlStr (#3723)
breaking(sqlite): `libsqlite3-sys` versioning, feature flags, safety changes (#3928)
fix(core): lint warning in `decode.rs`
Cleanup format arguments (#2650)
chore(doc): clarify compile-time verification and case conversion behavior (#3866)
Break drivers out into separate crates, clean up some technical debt (#2039)
Fix logger regression (#3938)
feat: Unify `Debug` implementations across `PgRow`, `MySqlRow` and `SqliteRow` (#3890)
Smol+async global executor 1.80 dev (#3791)
Correctly `ROLLBACK` transaction when dropped during `BEGIN`. (#3980)
feat: create `sqlx.toml` format (#3383)
fix(postgres): add missing type resolution for arrays by name
Constrain cyclic associated types (#2702)