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 1
1
# MongoDB Ruby Driver History
2
2
3
- ### 1.3.0.rc0
4
- 2011-3-29
3
+ ### 1.3.0
4
+ 2011-4-04
5
5
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.
8
8
* Add StringIO methods to GridIO objects
9
9
* Support for BSON timestamp type with BSON::Timestamp
10
10
* Change the BSON binary subtype from 2 to 0
13
13
* ByteBuffer#== and OrderedHash#dup (Hongli Lai)
14
14
* Better check for UTF8 validity in Ruby 1.9
15
15
* 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 )
17
17
* Automated reconnection on fork
18
18
* Added Cursor#next alias for Cursor#next_document
19
- * Audit tests after enabling warnings (wpiekutowski )
19
+ * Audit tests after enabling warnings (Wojciech Piekutowski )
20
20
* Various bug fixes thanks to Datanoise, Hongli Lai, and Mauro Pompilio
21
21
22
22
### 1.2.4
You can’t perform that action at this time.
0 commit comments