MySQL Forums
Forum List  »  Announcements

MySQL Connector/Python 2.0.3 GA has been released
Posted by: Vishal Chaudhary
Date: January 28, 2015 10:53AM

Dear MySQL users,

MySQL Connector/Python 2.0.3 GA is the third GA version of 2.0
release series of the pure Python database driver for MySQL. It
can be used for production environments.

MySQL Connector/Python version 2.0.3 is compatible with MySQL
Server versions 5.5 and greater. Python 2.6 and greater as well as
Python 3.3 and greater are supported. Python 2.4, 2.5 and 3.1, 3.2
are not supported.

MySQL Connector/Python 2.0.3 is available for download from:
http://dev.mysql.com/downloads/connector/python/#downloads

The ChangeLog file included in the distribution contains a brief summary
of changes in MySQL Connector/Python 2.0.3. For a more complete list of
changes, see below or online at:
http://dev.mysql.com/doc/relnotes/connector-python/en/

=========================================================================
Changes in MySQL Connector/Python 2.0.3 (2015-01-28)

   Bugs Fixed

     * The Django backend was creating excessive connections
       (immediately when each DatabaseWrapper object was created
       rather than waiting until the object actually needed the
       connection.) (Bug #74696, Bug #19972427)

     * Using the Django backend, it was not possible to connect
       to a connection_created signal. (Bug #74679, Bug
       #19954882)

     * recv_plain() could fail to read a packet header
       correctly, resulting in a lost connection. (Bug #74483,
       Bug #19930054)

     * Error messages containing non-ASCII characters caused an
       exception to be raised. (Bug #74345, Bug #19803702)

     * When using the callproc() cursor method, warnings
       generated by statements executed within the procedure or
       generated by the procedure itself were not available to
       the client. (Bug #74252, Bug #19777815)

     * Connection pooling did not work when using MySQL Fabric.
       (Bug #73445, Bug #19331658)


Documentation
--------------------
The manual of MySQL Connector/Python is available online here:
http://dev.mysql.com/doc/connector-python/en/index.html

It is also available for download in various formats here:
http://dev.mysql.com/doc/index-connectors.html

Reporting Bugs
--------------------
We welcome and appreciate your feedback and bug reports:
http://bugs.mysql.com/

Enjoy !

On behalf of the MySQL Connector/Python and the MySQL/ORACLE RE Team


Options: ReplyQuote


Subject
Views
Written By
Posted
MySQL Connector/Python 2.0.3 GA has been released
3123
January 28, 2015 10:53AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.