MySQL Forums
Forum List  »  Announcements

MySQL Connector/NET 6.9.7 has been released
Posted by: Surya Narayana Murthy Narkedimilli
Date: August 05, 2015 06:38AM

Dear MySQL users,

MySQL Connector/Net 6.9.7 is a maintenance release for the 6.9.x
series of the .NET driver for MySQL. It can be used for production
environments.

It is appropriate for use with MySQL server versions 5.5-5.7.

It is now available in source and binary form from
http://dev.mysql.com/downloads/connector/net/#downloadsandmirrorsites
(note that not all mirror sites may be up to date at this point-if you
can't find this version on some mirror, please try again later or choose
another download site.)

Changes in MySQL Connector/Net 6.9.7 (2015-08-05)

   Bugs Fixed
     
     * The selection of a master or slave now takes into account
       both the status and mode, when before it only used the
       mode. Ignoring the status was problematic as, for
       example, an unreachable server's status is marked as
       FAULTY while the mode does not change. (Bug #21203824)

     * Using MySqlConnection.Open() with Connector/Net 6.9.6
       would fail and raise the error "Unable to connect to
       Fabric server". (Bug #20983968)

     * Connections to MySQL server 5.7 now default to using SSL.

The documentation is available at:
http://dev.mysql.com/doc/connector-net/en/

Nuget packages are available at:
https://www.nuget.org/packages/MySql.Data/6.9.7
https://www.nuget.org/packages/MySql.Data.Entity/6.9.7
https://www.nuget.org/packages/MySql.Fabric/6.9.7
https://www.nuget.org/packages/MySql.Web/6.9.7


Enjoy and thanks for the support!

On behalf of the MySQL Connector/NET and the MySQL/ORACLE RE Team.
Murthy Narkedimilli

Options: ReplyQuote


Subject
Views
Written By
Posted
MySQL Connector/NET 6.9.7 has been released
9930
August 05, 2015 06:38AM


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.