All Versions
33
Latest Version
Avg Release Cycle
72 days
Latest Release
1210 days ago

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 and embedded build options.

    • โœ‚ Remove some deprecated cursor classes and methods.

    • _mysql and _mysql_exceptions modules are moved under MySQLdb 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, and escape_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)

    ======================