1
0
Fork 0

Merging upstream version 4.2.0.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-03-09 08:29:34 +01:00
parent 7e05478097
commit 853c1070f9
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
14 changed files with 197 additions and 99 deletions

View file

@ -1,3 +1,21 @@
4.2.0 (2025-03-06)
==================
Features
--------
* Add a `--ping` command line option; allows pgcli to replace `pg_isready`
* Changed the packaging metadata from setup.py to pyproject.toml
Bug fixes:
----------
* Avoid raising `NameError` when exiting unsuccessfully in some cases
* Use configured `alias_map_file` to generate table aliases if available.
Internal:
---------
* Drop support for Python 3.8 and add 3.13.
4.1.0 (2024-03-09)
==================