File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 11# MongoDB Ruby Driver History
22
3- ### 1.3.0.rc0
4- 2011-3-29
3+ ### 1.3.0
4+ 2011-4-04
55
6- * Add option to set timeouts on socket read calls. Use
7- the : op_timeout option when creating a new connection .
6+ * Add option to set timeouts on socket read calls using the
7+ Mongo::Connection : op_timeout option.
88* Add StringIO methods to GridIO objects
99* Support for BSON timestamp type with BSON::Timestamp
1010* Change the BSON binary subtype from 2 to 0
1313* ByteBuffer#== and OrderedHash#dup (Hongli Lai)
1414* Better check for UTF8 validity in Ruby 1.9
1515* Added previously removed Connection#host and Connection#port
16- * Added transformers to allow Mongo::Cursor to allow instantiated objects (jnunemaker )
16+ * Added transformers to allow Mongo::Cursor to allow instantiated objects (John Nunemaker )
1717* Automated reconnection on fork
1818* Added Cursor#next alias for Cursor#next_document
19- * Audit tests after enabling warnings (wpiekutowski )
19+ * Audit tests after enabling warnings (Wojciech Piekutowski )
2020* Various bug fixes thanks to Datanoise, Hongli Lai, and Mauro Pompilio
2121
2222### 1.2.4
You can’t perform that action at this time.
0 commit comments