summaryrefslogtreecommitdiffstats
path: root/changelog.md
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-19 03:05:51 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-19 03:05:51 +0000
commitc9198f0a7867613ba2be1f5eb182a8c7dde547c2 (patch)
tree230adf08c9b15ee24d99112d3b1eb721639b6314 /changelog.md
parentAdding debian version 1.27.0-1. (diff)
downloadmycli-c9198f0a7867613ba2be1f5eb182a8c7dde547c2.tar.xz
mycli-c9198f0a7867613ba2be1f5eb182a8c7dde547c2.zip
Merging upstream version 1.27.2.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'changelog.md')
-rw-r--r--changelog.md49
1 files changed, 49 insertions, 0 deletions
diff --git a/changelog.md b/changelog.md
index 122012d..fb32e5a 100644
--- a/changelog.md
+++ b/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