From 917739023a7acaae3645bbfd27ed454df3c5be33 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Tue, 20 Sep 2022 17:46:57 +0200 Subject: Adding upstream version 3.5.0. Signed-off-by: Daniel Baumann --- changelog.rst | 30 ++++++++++++++++++++++++++++-- 1 file changed, 28 insertions(+), 2 deletions(-) (limited to 'changelog.rst') diff --git a/changelog.rst b/changelog.rst index 18f6661..a9c8217 100644 --- a/changelog.rst +++ b/changelog.rst @@ -1,3 +1,25 @@ +3.5.0 (2022/09/15): +=================== + +Features: +--------- + +* New formatter is added to export query result to sql format (such as sql-insert, sql-update) like mycli. + +Bug fixes: +---------- + +* Fix exception when retrieving password from keyring ([issue 1338](https://github.com/dbcli/pgcli/issues/1338)). +* Fix using comments with special commands ([issue 1362](https://github.com/dbcli/pgcli/issues/1362)). +* Small improvements to the Windows developer experience +* Fix submitting queries in safe multiline mode ([1360](https://github.com/dbcli/pgcli/issues/1360)). + +Internal: +--------- + +* Port to psycopg3 (https://github.com/psycopg/psycopg). +* Fix typos + 3.4.1 (2022/03/19) ================== @@ -5,6 +27,8 @@ Bug fixes: ---------- * Fix the bug with Redshift not displaying word count in status ([related issue](https://github.com/dbcli/pgcli/issues/1320)). +* Show the error status for CSV output format. + 3.4.0 (2022/02/21) ================== @@ -49,6 +73,7 @@ Features: `destructive_warning` setting to `all|moderate|off`, vs `true|false`. (#1239) * Skip initial comment in .pg_session even if it doesn't start with '#' * Include functions from schemas in search_path. (`Amjith Ramanujam`_) +* Easy way to show explain output under F5 Bug fixes: ---------- @@ -762,7 +787,7 @@ Internal Changes: * Added code coverage to the tests. (Thanks: `Irina Truong`_) * Run behaviorial tests as part of TravisCI (Thanks: `Irina Truong`_) * Upgraded prompt_toolkit version to 0.45 (Thanks: `Jonathan Slenders`_) -* Update the minumum required version of click to 4.1. +* Update the minimum required version of click to 4.1. 0.18.0 ====== @@ -1000,7 +1025,7 @@ Features: * IPython integration through `ipython-sql`_ (Thanks: `Darik Gamble`_) * Add an ipython magic extension to embed pgcli inside ipython. * Results from a pgcli query are sent back to ipython. -* Multiple sql statments in the same line separated by semi-colon. (Thanks: https://github.com/macobo) +* Multiple sql statements in the same line separated by semi-colon. (Thanks: https://github.com/macobo) .. _`ipython-sql`: https://github.com/catherinedevlin/ipython-sql @@ -1126,3 +1151,4 @@ Improvements: .. _`thegeorgeous`: https://github.com/thegeorgeous .. _`laixintao`: https://github.com/laixintao .. _`anthonydb`: https://github.com/anthonydb +.. _`Daniel Kukula`: https://github.com/dkuku -- cgit v1.2.3