## v1.3.0: **Important note for this release** This version no longer installs Ruby bindings in the client recipe by default. Use the ruby recipe if you'd like the RubyGem. If you'd like packages from your distribution, use them in your application's specific cookbook/recipe, or modify the client packages attribute. This resolves the following tickets: * COOK-932 * COOK-1009 * COOK-1384 Additionally, this cookbook now has tests (COOK-1439) for use under test-kitchen. The following issues are also addressed in this release. * [COOK-1443] - MySQL (>= 5.1.24) does not support `innodb_flush_method` = fdatasync * [COOK-1175] - Add Mac OS X support * [COOK-1289] - handle additional tunable attributes * [COOK-1305] - add auto-increment-increment and auto-increment-offset attributes * [COOK-1397] - make the port an attribute * [COOK-1439] - Add MySQL cookbook tests for test-kitchen support * [COOK-1236] - Move package names into attributes to allow percona to free-ride * [COOK-934] - remove deprecated mysql/libraries/database.rb, use the database cookbook instead. * [COOK-1475] - fix restart on config change ## v1.2.6: * [COOK-1113] - Use an attribute to determine if upstart is used * [COOK-1121] - Add support for Windows * [COOK-1140] - Fix conf.d on Debian * [COOK-1151] - Fix server_ec2 handling /var/lib/mysql bind mount * [COOK-1321] - Document setting password attributes for solo ## v1.2.4 * [COOK-992] - fix FATAL nameerror * [COOK-827] - `mysql:server_ec2` recipe can't mount `data_dir` * [COOK-945] - FreeBSD support ## v1.2.2 * [COOK-826] mysql::server recipe doesn't quote password string * [COOK-834] Add 'scientific' and 'amazon' platforms to mysql cookbook ## v1.2.1 * [COOK-644] Mysql client cookbook 'package missing' error message is confusing * [COOK-645] RHEL6/CentOS6 - mysql cookbook contains 'skip-federated' directive which is unsupported on MySQL 5.1 ## v1.2.0 * [COOK-684] remove mysql_database LWRP ## v1.0.8: * [COOK-633] ensure "cloud" attribute is available ## v1.0.7: * [COOK-614] expose all mysql tunable settings in config * [COOK-617] bind to private IP if available ## v1.0.6: * [COOK-605] install mysql-client package on ubuntu/debian ## v1.0.5: * [COOK-465] allow optional remote root connections to mysql * [COOK-455] improve platform version handling * externalize conf_dir attribute for easier cross platform support * change datadir attribute to data_dir for consistency ## v1.0.4: * fix regressions on debian platform * [COOK-578] wrap root password in quotes * [COOK-562] expose all tunables in my.cnf