v0.8.5
chore(postgres): create regression test for RUSTSEC-2024-0363
feat: implement testing utilities (#2001)
feat: no tx migration (#3181)
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)
Added missing special casing for encoding embedded arrays of custom types (#3603)
feat(postgres): expose PgTypeKind
Merge of #3427 (by @mpyw) and #3614 (by @bonsairobo) (#3765)
Support PgHstore by default in macros (#3514)
fix(postgres): max number of binds is 65535, not 32767 (regression)
add regression test
refactor(macros): remove ResultExt and macro_result!()
feat: add ipnet support (#3710)