mirror of
https://github.com/launchbadge/sqlx.git
synced 2025-10-02 23:35:20 +00:00

* chore: prepare 0.8.4 release * fix(postgres): send `limit: 0` for all `Execute` messages fixes #3673 * fix: let `CertificateInput::from` infer any PEM-encoded document https://github.com/launchbadge/sqlx/pull/3809#issuecomment-2800293813 * doc: improve documentation of `PgConnectOptions` fixes #3740 * chore: update CHANGELOG from PR