Adding upstream version 1.27.2.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
69f0f331c6
commit
5e6d9cc7a9
15 changed files with 248 additions and 118 deletions
49
changelog.md
49
changelog.md
|
@ -1,3 +1,46 @@
|
|||
Upcoming Release (TBD)
|
||||
======================
|
||||
|
||||
Bug Fixes:
|
||||
----------
|
||||
|
||||
|
||||
Internal:
|
||||
---------
|
||||
|
||||
Features:
|
||||
---------
|
||||
|
||||
|
||||
1.27.2 (2024/04/03)
|
||||
===================
|
||||
|
||||
Bug Fixes:
|
||||
----------
|
||||
|
||||
* Don't use default prompt when one is not supplied to the --prompt option.
|
||||
|
||||
|
||||
1.27.1 (2024/03/28)
|
||||
===================
|
||||
|
||||
|
||||
Bug Fixes:
|
||||
----------
|
||||
|
||||
* Don't install tests.
|
||||
* Do not ignore the socket passed with the -S option, even when no port is passed
|
||||
* Fix unexpected exception when using dsn without username & password (Thanks: [Will Wang])
|
||||
* Let the `--prompt` option act normally with its predefined default value
|
||||
|
||||
|
||||
|
||||
Internal:
|
||||
---------
|
||||
* paramiko is newer than 2.11.0 now, remove version pinning `cryptography`.
|
||||
* Drop support for Python 3.7
|
||||
|
||||
|
||||
1.27.0 (2023/08/11)
|
||||
===================
|
||||
|
||||
|
@ -14,6 +57,7 @@ Bug Fixes:
|
|||
* Remove vi-mode bindings for prettify/unprettify.
|
||||
* Honor `\G` when executing from commandline with `-e`.
|
||||
* Correctly report the version of TiDB.
|
||||
* Revised `botton` spelling mistakes with `bottom` in `mycli/clitoolbar.py`
|
||||
|
||||
|
||||
1.26.1 (2022/09/01)
|
||||
|
@ -35,6 +79,10 @@ Features:
|
|||
* Add prettify/unprettify keybindings to format the current statement using `sqlglot`.
|
||||
|
||||
|
||||
Features:
|
||||
---------
|
||||
* Add `--tls-version` option to control the tls version used.
|
||||
|
||||
Internal:
|
||||
---------
|
||||
* Pin `cryptography` to suppress `paramiko` warning, helping CI complete and presumably affecting some users.
|
||||
|
@ -950,3 +998,4 @@ Bug Fixes:
|
|||
[William GARCIA]: https://github.com/willgarcia
|
||||
[xeron]: https://github.com/xeron
|
||||
[Zach DeCook]: https://zachdecook.com
|
||||
[Will Wang]: https://github.com/willww64
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue