forked from bcg/em-mongo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGELOG
43 lines (26 loc) · 956 Bytes
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
- 0.2.12
* Use BSON::ObjectID for _id instead of String (gaffneyc).
= 0.2.11
* Auto Reconnect on lost connection (dj2)
* Options handling on Em.connect (dj2)
* Bundler support (pkieltyka)
= 0.2.10
* Ruby 1.8 was broken in the last set of patches pulled in.
= 0.2.9
* Performance enhacements by merrells
* Cleanups by jarib
= 0.2.7
* Fixes modifier issues in update. BSON would not allow '$' with key checks. (http://github.com/bcg/em-mongo/issues/3)
= 0.2.6
* 'limit' was broken in find because of poor protocol parsing. (http://github.com/bcg/em-mongo/issues/1)
= 0.2.5
* collection.update
= 0.2.4
* Remove support for symbols, needs to be enforced still
* Remove lib/buffer.rb and all custom BSON parsing
* Remove UUID dependency (replaced by BSON::ObjectID.new)
* Fixes a BufferOverflow because of misunderstood types
= 0.1.1 - Initial Relase
* Rspec tests
* Fixes a BufferOverflow with large Hashes
* Fork of RMongo