v0.7.4
feat: implement testing utilities (#2001)
fix: ensure migration progress is not lost for PG, mysql and sqlite (#1991)
Add client SSL authentication using key-file for Postgres, MySQL and MariaDB (#1850)
derive FromRow: sqlx(default) for all fields (#2801)
feat(postgres): expose PgTypeKind
feat: better database errors (#2109)
feat(citext): support postgres citext (#2478)
doc(pg): document behavior of `bigdecimal` and `rust_decimal` with out-of-range values
Add `fixtures_path` in sqlx::test args (#2545)
refactor(macros): remove ResultExt and macro_result!()
feat: `Text` adapter (#2894)