summaryrefslogtreecommitdiffstats
path: root/changelog.rst
diff options
context:
space:
mode:
authorBruno Inec <7051978+sweenu@users.noreply.github.com>2022-02-18 23:57:42 +0100
committerGitHub <noreply@github.com>2022-02-18 14:57:42 -0800
commited9d123073eacbef4199e77113078cc6add02ad9 (patch)
treea49478909d6f3ec8c3b188d8f06187bc814fbcf1 /changelog.rst
parent78843ac30f1406a6e472366bc7d0c7cffe9c4aee (diff)
Add SSH tunnel support (#1301)
* Add initial sshtunnel support * Force CI to rerun. * Fix unit test for 3.6. * Black. Co-authored-by: Irina Truong <i.chernyavska@gmail.com>
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 d4bbd39c..7fbd35a6 100644
--- a/changelog.rst
+++ b/changelog.rst
@@ -16,6 +16,7 @@ Features:
* Add `max_field_width` setting to config, to enable more control over field truncation ([related issue](https://github.com/dbcli/pgcli/issues/1250)).
* Re-run last query via bare `\watch`. (Thanks: `Saif Hakim`_)
+* Add optional support for automatically creating an SSH tunnel to a machine with access to the remote database ([related issue](https://github.com/dbcli/pgcli/issues/459)).
Bug fixes:
----------