summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Schmeichel <kevin.schmeichel@altres.com>2022-06-15 15:02:49 -1000
committerKevin Schmeichel <kevin.schmeichel@altres.com>2022-06-15 15:02:49 -1000
commit39767641d41e699f35a55211bab8f50d7e7ba802 (patch)
tree4d86e956e151b29e2278c115f17e5bd34fe7bdfd
parent22322ab1af83f713e68ef7643081570995bca3a5 (diff)
Update the changelog and AUTHORS file
-rw-r--r--changelog.md3
-rw-r--r--mycli/AUTHORS1
2 files changed, 4 insertions, 0 deletions
diff --git a/changelog.md b/changelog.md
index 20cfa05..67791e9 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,10 +1,13 @@
Internal:
---------
* Pin `cryptography` to suppress `paramiko` warning, helping CI complete and presumably affecting some users.
+* Upgrade some dev requirements
+* Change tests to always use databases prefixed with 'mycli_' for better security
Bug Fixes:
----------
* Support for some MySQL compatible databases, which may not implement connection_id().
+* Fix the status command to work with missing 'Flush_commands' (mariadb)
1.25.0 (2022/04/02)
===================
diff --git a/mycli/AUTHORS b/mycli/AUTHORS
index c5b3374..93d2383 100644
--- a/mycli/AUTHORS
+++ b/mycli/AUTHORS
@@ -89,6 +89,7 @@ Contributors:
* Zhidong
* Zhongyang Guan
* Arvind Mishra
+ * Kevin Schmeichel
Created by:
-----------