summaryrefslogtreecommitdiffstats
path: root/changelog.rst
diff options
context:
space:
mode:
authorAnna Glasgall <adam@crossproduct.net>2022-10-27 20:40:19 -0400
committerGitHub <noreply@github.com>2022-10-27 17:40:19 -0700
commit285e62559e81f3a106426d54850755bee0f53bd9 (patch)
tree1433d631c241a0ffae9939ef9890bb41085a7cc8 /changelog.rst
parent1726ff5397538d5061be1a5fae1b060e3140e696 (diff)
magic: use pgcli.connect_uri instead of connect (#1375)
This makes %pgcli work even if you use non-password (e.g. TLS cert) authentication
Diffstat (limited to 'changelog.rst')
-rw-r--r--changelog.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.rst b/changelog.rst
index 1219c3c3..88b13419 100644
--- a/changelog.rst
+++ b/changelog.rst
@@ -7,6 +7,7 @@ Features:
* Changed the `destructive_warning` config to be a list of commands that are considered
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
3.5.0 (2022/09/15):
===================