Skip to content

Commit 1e909c9

Browse files
committed
update files for 0.2.8 release
1 parent 2afef40 commit 1e909c9

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
# Changelog
22

3-
## In Git
4-
* Avoid thread blocking on Ruby 1.9.x under Windows. Patch by Roger Pack.
3+
## 0.2.8 (June 14th, 2011)
4+
* disable async support, and access to the underlying file descriptor under Windows. It's never worked reliably and ruby-core has a lot of work to do in order to make it possible.
5+
* added support for turning eager-casting off. This is especially useful in ORMs that will lazily cast values upon access.
6+
* added a warning if a 0.2.x release is being used with ActiveRecord 3.1 since both the 0.2.x releases and AR 3.1 have mysql2 adapters, we want you to use the one in AR 3.1
7+
* added Mysql2::Client.escape (class-level method)
8+
* disabled eager-casting in the bundled ActiveRecord adapter (for Rails 3.0 or less)
59

610
## 0.2.7 (March 28th, 2011)
711
* various fixes for em_mysql2 and fiber usage

lib/mysql2/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Mysql2
2-
VERSION = "0.2.7"
2+
VERSION = "0.2.8"
33
end

0 commit comments

Comments
 (0)