Merging upstream version 4.1.0.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
bd17f43dd7
commit
73dcfce521
14 changed files with 456 additions and 36 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue