diff options
| author | 2023-07-24 10:14:16 +0000 | |
|---|---|---|
| committer | 2023-07-24 10:14:16 +0000 | |
| commit | 8b71567f9e9c038e750855ebe297d7a40ba9efd2 (patch) | |
| tree | fae733650843ecaa8cbadf9129d7740e642642cd /vendor/github.com/jackc/pgconn/CHANGELOG.md | |
| parent | [chore]: Bump go.uber.org/automaxprocs from 1.5.2 to 1.5.3 (#2020) (diff) | |
| download | gotosocial-8b71567f9e9c038e750855ebe297d7a40ba9efd2.tar.xz | |
[chore]: Bump github.com/jackc/pgconn from 1.14.0 to 1.14.1 (#2024)
Diffstat (limited to 'vendor/github.com/jackc/pgconn/CHANGELOG.md')
| -rw-r--r-- | vendor/github.com/jackc/pgconn/CHANGELOG.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/vendor/github.com/jackc/pgconn/CHANGELOG.md b/vendor/github.com/jackc/pgconn/CHANGELOG.md index 3550b437e..36dcdae9a 100644 --- a/vendor/github.com/jackc/pgconn/CHANGELOG.md +++ b/vendor/github.com/jackc/pgconn/CHANGELOG.md @@ -1,3 +1,9 @@ +# 1.14.1 (July 19, 2023) + +* Fix: Enable failover efforts when pg_hba.conf disallows non-ssl connections (Brandon Kauffman) +* Fix: connect_timeout is not obeyed for sslmode=allow|prefer (smaher-edb) +* Optimize redundant pgpass parsing in case password is explicitly set (Aleksandr Alekseev) + # 1.14.0 (February 11, 2023) * Fix: each connection attempt to new node gets own timeout (Nathan Giardina) |
