MySQL Forums
Forum List  »  Announcements

MySQL Connector/NET 7.0.3 m2 development has been released
Posted by: Prashant Tekriwal
Date: June 20, 2016 12:33PM

Dear MySQL users,

MySQL Connector/Net 7.0.3 is the second development release of MySQL
Connector/Net to add support for the new X DevAPI.  The X DevAPI enables
application developers to write code that combines the strengths of the
relational and document models using a modern, NoSQL-like syntax that
does not assume previous experience writing traditional SQL.

To learn more about how to write applications using the X DevAPI, see
http://dev.mysql.com/doc/x-devapi-userguide/en/index.html. For more
information about how the X DevAPI is implemented in Connector/Net, see
http://dev.mysql.com/doc/dev/connector-net.

Please note that the X DevAPI requires at least MySQL Server version
5.7.12 or higher with the X Plugin enabled. For general documentation
about how to get started using MySQL as a document store, see
http://dev.mysql.com/doc/refman/5.7/en/document-store.html.

Changes in MySQL Connector/Net 7.0.3 (2016-06-20, Milestone 2)


     * Functionality Added or Changed

     * Bugs Fixed

   Functionality Added or Changed

     * Fixed binary collations as strings instead of bytes.

     * Added TLS support for TLSv1.1 and TLSv1.2 when connecting
       to MySQL Server 5.7.

   Bugs Fixed

     * Added results to the Commit() and Rollback() Session X
       DevAPI methods, in order to read Warnings. This feature
       has limitations that will be addressed in a future
       release.

     * Replaced the use of "@" for "$" in JSON path expressions
       for X DevAPI usage. This feature has limitations that
       will be addressed in a future release.

     * Added X DevAPI support for TLSv1.0. This feature has
       limitations that will be addressed in a future release.


Nuget packages are available at:

https://www.nuget.org/packages/MySql.Data/7.0.3-DMR
https://www.nuget.org/packages/MySql.Data.Entity/7.0.3-DMR
https://www.nuget.org/packages/MySql.Fabric/7.0.3-DMR
https://www.nuget.org/packages/MySql.Web/7.0.3-DMR


Enjoy and thanks for the support!

On behalf of the MySQL Release Team
Prashant Tekriwal

Options: ReplyQuote


Subject
Views
Written By
Posted
MySQL Connector/NET 7.0.3 m2 development has been released
2352
June 20, 2016 12:33PM


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.