Skip to content

Commit ad23241

Browse files
committed
Add changelog entries for the 0.3.12b-series.
1 parent bd421d3 commit ad23241

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

CHANGELOG.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,37 @@
11
# Changelog
22

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+
335
## 0.3.11 (December 6th, 2011)
436
* change mysql error detection strategy from using mysql_field_count to the more explicit mysql_errno
537
* bugfix to avoid race condition with active connections that error out

0 commit comments

Comments
 (0)