Fix PostgreSQL: Include error chain in error messages

This commit is contained in:
Maurus Decimus
2026-06-28 18:50:47 +02:00
parent 0c8e567888
commit 8d229d6c9b
2 changed files with 20 additions and 2 deletions

View File

@@ -13,6 +13,7 @@ If you are upgrading from v0.16.x, replace the binary (or run `docker pull`). If
## Fixed
- DANE: Treat DNSSEC `bogus` as a temporary failures to prevent downgrade attacks.
- OIDC: `ECDSA` private key support for `SEC1` format.
- PostgreSQL: Include error chain in error messages.
## [0.16.11] - 2026-06-25