summaryrefslogtreecommitdiffstats
path: root/changelog.rst
diff options
context:
space:
mode:
authorAndy Schoenberger <akschoenberger@gmail.com>2022-11-11 12:36:41 -0500
committerGitHub <noreply@github.com>2022-11-11 09:36:41 -0800
commit431c256567499c81b72f379e69d3de563f516582 (patch)
treebd782e62e47754e69909c26124d29206635c557f /changelog.rst
parent2cb6a28f39fa23b5a3a714c317d71296b34c7824 (diff)
Add config option to not automatically retry connections with operational errors (#1380)
Diffstat (limited to 'changelog.rst')
-rw-r--r--changelog.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/changelog.rst b/changelog.rst
index 88b13419..6fdd2e37 100644
--- a/changelog.rst
+++ b/changelog.rst
@@ -8,6 +8,8 @@ Features:
destructive. This would allow you to be warned on `create`, `grant`, or `insert` queries.
* Destructive warnings will now include the alias dsn connection string name if provided (-D option).
* pgcli.magic will now work with connection URLs that use TLS client certificates for authentication
+* Have config option to retry queries on operational errors like connections being lost.
+ Also prevents getting stuck in a retry loop.
3.5.0 (2022/09/15):
===================