From: Date: October 20 2006 10:01pm Subject: MySQL Connector/Net 1.0.8 RC has been released. List-Archive: http://lists.mysql.com/announce/405 Message-Id: <01ce01c6f482$88a10e60$99e32b20$@com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hi, MySQL Connector/Net 1.0.8 RC has been released.=A0 MySQL Connector/Net = is an all-managed ADO.Net provider for MySQL.=A0 While this release is = suitable for any version of MySQL, it is strongly encouraged that this release not be used on any production data.=A0=20 ** IMPORTANT ** We are making this release available as an RC because there were = significant changes made to the provider beyond just simple bug fixes.=A0 Due to = this, we felt it prudent to ask for feedback from the community before declaring = the provider safe for production use.=A0 We plan to release the next version (1.0.9) as GA within the next 2-3 weeks incorporating any feedback we = get from the community. ** IMPORTANT ** It is now available in source and binary form from the Connector/Net download pages at http://dev.mysql.com/downloads/connector/net/1.0.html = and mirror sites (note that not all mirror sites may be up to date at this = point of time - if you can't find this version on some mirror, please try = again later or choose another download site.) This release includes many bug fixes along with the following enhancements/changes: * Implemented a stored procedure cache.=A0 By default, the connector = caches the metadata for the last 25 procedures that are seen.=A0 You can = change the number of procedures that are cached by using the =91procedure cache=3D=92 connection string setting.=A0 You can disable the = procedure cache by setting a zero size. * Executing stored procedures now no longer requires the user to have = select privileges on the mysql.proc table. * Shared memory connections now work as expected. * Queries containing a large number of parameters now run many times = faster than before.=A0 As an example of the performance gains seen, an internal testing app that needed more than 30 minutes to execute using 1.0.7, completes in less than 8 seconds using 1.0.8. * We are no longer providing binaries compiled with .NET 1.0.=A0 We are = doing this for a couple of reasons.=A0 First, we believe the vast majority of = our users are using .NET 1.1 or 2.0.=A0 Also, removing .NET 1.0 binaries = reduces the number of frameworks we have to test thereby reducing the time it = takes to verify releases.=A0 If 1.0 is needed by a sufficiently large number = of users, we are willing to re-evaluate this decision. * ICSharpCode ZipLib is no longer used by the connector and is no longer being distributed with it. The installer for this release installs the assembly into the Global Assembly Cache (GAC) without giving you an option to not do this.=A0 In = the GA release (1.0.9), the installer will include an option to not register = the provider in the GAC.=A0=20 Also, the installer attempts to install both 1.1 and 2.0 binaries into = the respective GAC.=A0 If you do not have both frameworks installed, the = installer will give an error.=A0 This will be fixed in the final product but for = now you can work around this by doing a custom install and choosing the version = of the driver for the framework you want to install.=20 Thank you for checking out this release of Connector/Net.=A0=20 -Reggie