summaryrefslogtreecommitdiff
path: root/vendor/github.com/jackc/pgconn/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/jackc/pgconn/CHANGELOG.md')
-rw-r--r--vendor/github.com/jackc/pgconn/CHANGELOG.md6
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)