Changelog History
Page 1
-
v2.0.1
December 04, 2020 -
v2.0.0
July 02, 2020 -
v1.4.6
November 21, 2019 -
v1.4.5
November 06, 2019 -
v1.4.4
August 11, 2019 -
v1.4.3
August 09, 2019 -
v1.4.2 Changes
February 08, 2019🚀 Release: 2019-02-08
- 🛠 Fix Django 1.11 compatibility. (#327) mysqlclient 1.5 will not support Django 1.11. It is not because mysqlclient will break backward compatibility, but Django used unsupported APIs and Django 1.11 don't fix bugs including compatibility issues.
======================
-
v1.4.2.post1
February 13, 2019 -
v1.4.1 Changes
January 19, 2019🚀 Release: 2019-01-19
- 🛠 Fix dict parameter support (#323, regression of 1.4.0)
======================
-
v1.4.0 Changes
January 18, 2019🚀 Release: 2019-01-18
⬇️ Dropped Python 3.4 support.
✂ Removed
threadsafe
andembedded
build options.✂ Remove some deprecated cursor classes and methods.
_mysql
and_mysql_exceptions
modules are moved underMySQLdb
package. (#293)✂ Remove
errorhandler
from Connection and Cursor classes.✂ Remove context manager API from Connection. It was for transaction. New context manager API for closing connection will be added in future version.
✂ Remove
waiter
option from Connection.Remove
escape_sequence
, andescape_dict
methods from Connection class.✂ Remove automatic MySQL warning checking.
⬇️ Drop support for MySQL Connector/C with MySQL<5.1.12.
✂ Remove
_mysql.NULL
constant.Remove
_mysql.thread_safe()
function.👌 Support non-ASCII field name with non-UTF-8 connection encoding. (#210)
⚡️ Optimize decoding speed of string and integer types.
✂ Remove
MySQLdb.constants.REFRESH
module.✂ Remove support for old datetime format for MySQL < 4.1.
Fix wrong errno is raised when
mysql_real_connect
is failed. (#316)
======================