forked from bcg/em-mongo
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathCHANGELOG
33 lines (20 loc) · 760 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
= 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