File tree Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -36,6 +36,9 @@ Cyril Mougel, cyril.mougel@gmail.com
36
36
* Initial logging support
37
37
* Test case
38
38
39
+ Honlgi Lai (Phusion)
40
+ * Significant performance audit. See commits prior to 1.0.9
41
+
39
42
Jack Chen, chendo on github
40
43
* Test case + fix for deserializing pre-epoch Time instances
41
44
@@ -73,6 +76,7 @@ Chuck Remes
73
76
* Extraction of BSON into separate gems
74
77
* Extensions compile on Rubinius
75
78
* Performance improvements for INT in C extensions
79
+ * Performance improvements for JRuby BSON encoder and callback classes
76
80
77
81
Dmitrii Golub (Houdini) and Jacques Crocker (railsjedi)
78
82
* Support open to exclude fields on query
Original file line number Diff line number Diff line change
1
+ 1.1 2010-10-4
2
+ * Official JRuby support via Java extensons for BSON (beta)
3
+ * Connection#lock! and Connection#unlock! for easy fsync lock
4
+ * Note: BSON::Code is no longer a subclass of String.
5
+
6
+ 1.0.9 2010-9-20
7
+ * Significant performance improvements
8
+
1
9
1.0.8 2010-8-27
2
10
3
11
* Cursor#rewind! and more consistent Cursor Enumberable behavior
You can’t perform that action at this time.
0 commit comments