File tree 1 file changed +19
-0
lines changed
1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change
1
+ ======================
2
+ What's new in 2.1.0
3
+ ======================
4
+
5
+ Release: 2021-10-19 (rc1)
6
+
7
+ * Add ``multistatement=True `` option. You can disable multi statement. (#500).
8
+ * Remove unnecessary bytes encoder which is remained for Django 1.11
9
+ compatibility (#490).
10
+ * Deprecate ``passwd `` and ``db `` keyword. Use ``password `` and ``database ``
11
+ instead. (#488).
12
+ * Windows: Binary wheels are built with MariaDB Connector/C 3.2.4. (#508)
13
+ * ``set_character_set() `` sends ``SET NAMES `` query always. This means
14
+ all new connections send it too. This solves compatibility issues
15
+ when server and client library are different version. (#509)
16
+ * Remove ``escape() `` and ``escape_string() `` from ``MySQLdb `` package.
17
+ (#511)
18
+ * Add Python 3.10 support and drop Python 3.5 support.
19
+
1
20
======================
2
21
What's new in 2.0.3
3
22
======================
You can’t perform that action at this time.
0 commit comments