2009.12.22

MySQL

MySQL Connector/Net 6.2.2GA版がリリースされました。

オリジナル版:http://lists.mysql.com/dotnet/1365

MySQL用の全てが管理された.NETドライバの新バージョンであるMySQL Connector/Net 6.2.2がリリースされました。これは最新のGAリリースであり、バージョン4.1~5.4のすべてのシナリオでの試用に適しています。

MySQL Connector/Net 6.2.2は、http://dev.mysql.com/downloads/connector/net/6.2.htmlおよびミラーサイトから、ソースコード及びバイナリで現在利用可能です。
すべてのミラーサイトが現在、最新であるとは限らないことに注意してください。
あるミラーサイトで本バージョンを見つけることができない場合は、再度確認を行うか、あるいは別のダウンロード・サイトを選択してください。

本リリースの新しい機能もしくは変更は次の通りです:

- Connection pool cleanup timer.  We now utilize a timer that cleans 
idle connections that are no
longer connected every 3 minutes
- We are now using stream and TCP-based timeouts to handle command
timeouts. This is more inline
with what SqlClient does and should be more reliable than our old
timer based approach
- Completely refactored MySqlConnectionStringBuilder
- We now support the TableDirect query type
- Completely refactored our logging system. Our trace data is now
published using TraceSource and has a specific format so to allow third
party listeners to be created.
- Lots of bug fixes