|
1 | 1 | # Changelog
|
2 | 2 |
|
| 3 | +## 0.3.12 (not yet released) |
| 4 | +## 0.3.12b5 (not yet released) |
| 5 | +* builds on Ruby 2.0-head and Rubinius 2.0-dev |
| 6 | +* encoding names now stored in a Gperf lookup rather than an array |
| 7 | +* long-standing bug fix: options set on a single query must not be applied to subsequent queries |
| 8 | +* add method warning_count |
| 9 | +* add method abandon_results! |
| 10 | +* add setter for reconnect option |
| 11 | +* remove options method (added in 0.3.12b1) |
| 12 | +* support microsecond Time resolution |
| 13 | +* several INT / UINT fixes |
| 14 | + |
| 15 | +## 0.3.12b4 (August 22, 2012) |
| 16 | +* add write_timeout as well |
| 17 | + |
| 18 | +## 0.3.12b3 (August 22, 2012) |
| 19 | +* several INT / LONG fixes |
| 20 | +* fix linking to MySQL 5.5 |
| 21 | + |
| 22 | +## 0.3.12b2 (August 10, 2012) |
| 23 | +* more_results is now more_results? |
| 24 | + |
| 25 | +## 0.3.12b1 (August 8, 2012) |
| 26 | +* several threading and async bug fixes |
| 27 | +* better handling of read and write timeouts |
| 28 | +* add :local_infile connection option |
| 29 | +* add MULTI_STATEMENTS connection flag and methods store_result, next_result, more_results |
| 30 | +* add select_db and options methods |
| 31 | +* add :stream query option |
| 32 | +* add support for utf8mb4 encoding |
| 33 | +* deprecation warnings for the :user, :pass, :hostname, :dbname, :db, :sock connection options |
| 34 | + |
3 | 35 | ## 0.3.11 (December 6th, 2011)
|
4 | 36 | * change mysql error detection strategy from using mysql_field_count to the more explicit mysql_errno
|
5 | 37 | * bugfix to avoid race condition with active connections that error out
|
|
0 commit comments