summaryrefslogtreecommitdiffstats
path: root/changelog.rst
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-18 05:29:37 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-18 05:29:45 +0000
commit016afc2a00e9681fa2e8ab9ad847334e12e2a0c6 (patch)
tree79af04d99850a5bfdd0b1983536873fbc21006f5 /changelog.rst
parentReleasing debian version 4.0.1-1. (diff)
downloadpgcli-016afc2a00e9681fa2e8ab9ad847334e12e2a0c6.tar.xz
pgcli-016afc2a00e9681fa2e8ab9ad847334e12e2a0c6.zip
Merging upstream version 4.1.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'changelog.rst')
-rw-r--r--changelog.rst25
1 files changed, 23 insertions, 2 deletions
diff --git a/changelog.rst b/changelog.rst
index 7d08839..744e903 100644
--- a/changelog.rst
+++ b/changelog.rst
@@ -1,5 +1,26 @@
+4.1.0 (2024-03-09)
==================
-4.0.1 (2023-11-30)
+
+Features:
+---------
+* Support `PGAPPNAME` as an environment variable and `--application-name` as a command line argument.
+* Add `verbose_errors` config and `\v` special command which enable the
+ displaying of all Postgres error fields received.
+* Show Postgres notifications.
+* Support sqlparse 0.5.x
+* Add `--log-file [filename]` cli argument and `\log-file [filename]` special commands to
+ log to an external file in addition to the normal output
+
+Bug fixes:
+----------
+
+* Fix display of "short host" in prompt (with `\h`) for IPv4 addresses ([issue 964](https://github.com/dbcli/pgcli/issues/964)).
+* Fix backwards display of NOTICEs from a Function ([issue 1443](https://github.com/dbcli/pgcli/issues/1443))
+* Fix psycopg errors when installing on Windows. ([issue 1413](https://https://github.com/dbcli/pgcli/issues/1413))
+* Use a home-made function to display query duration instead of relying on a third-party library (the general behaviour does not change), which fixes the installation of `pgcli` on 32-bit architectures ([issue 1451](https://github.com/dbcli/pgcli/issues/1451))
+
+==================
+4.0.1 (2023-10-30)
==================
Internal:
@@ -7,7 +28,7 @@ Internal:
* Allow stable version of pendulum.
==================
-4.0.0 (2023-11-27)
+4.0.0 (2023-10-27)
==================
Features: