Brian Lopez is announcing that Mysql2 with version number 0.4.1 is already available to download.
What is Mysql2 ?
Mysql2 is A Ruby library for communicating with MySQL databases, created to simplify the process of interlinking Ruby apps with MySQL storage systems .
Mysql2 was developed at GitHub for simplifying the way Ruby developers work with MySQL.With Mysql2, it is extremely easy to connect to a database, run MySQL queries and then return the results in a readable format.This is Mysql2 links to the libmysqlclient C library packaged with the MySQL core and runs query through a native interface. This yields faster results and helps boost your performance as well.Mysql2 comes with packaged support for ActiveRecord and Rails.
This is changelog for Mysql2 version 0.4.1 :
- Bugfix to avoid race condition with active connections that error out.
- Revert back to using xmalloc/xfree for allocations.
- Avoid potentially unsafe Ruby C API usage w/o GVL.
- Reacquire GVL before retrying on EINTR on connect.
You can read the complete changelog and also download this latest version on their homepage: rubydoc.info