You are on page 1of 1

Connector/Net 6.

2 Release Notes
------------------------------------
Welcome to the release notes for Connector/Net 6.2
What's new in 6.2
--------------------
- Idle connection pool cleanup. We now use a timer thread to clean up dead conn
ections from
the connection pool.
- Command timeout has been refactored to use network and stream timeouts instead
of a timer. The
result of this is that fewer system resources are used and the system should b
e more reliable.
- Completely refactored MySqlConnectionStringBuilder
- Completely refactored logging system. It now users fewer cycles when logging
is not enabled.
It also logs more information such as query time, number of results, and numbe
r of rows returned
by a query. It also keeps all the information for a given query together so i
t is easier to
follow in the log.

You might also like