minor: history
This commit is contained in:
parent
3187761670
commit
a58361639d
|
@ -1,10 +1,10 @@
|
||||||
# MongoDB Ruby Driver History
|
# MongoDB Ruby Driver History
|
||||||
|
|
||||||
### 1.3.0.rc0
|
### 1.3.0
|
||||||
2011-3-29
|
2011-4-04
|
||||||
|
|
||||||
* Add option to set timeouts on socket read calls. Use
|
* Add option to set timeouts on socket read calls using the
|
||||||
the :op_timeout option when creating a new connection.
|
Mongo::Connection :op_timeout option.
|
||||||
* Add StringIO methods to GridIO objects
|
* Add StringIO methods to GridIO objects
|
||||||
* Support for BSON timestamp type with BSON::Timestamp
|
* Support for BSON timestamp type with BSON::Timestamp
|
||||||
* Change the BSON binary subtype from 2 to 0
|
* Change the BSON binary subtype from 2 to 0
|
||||||
|
@ -13,10 +13,10 @@
|
||||||
* ByteBuffer#== and OrderedHash#dup (Hongli Lai)
|
* ByteBuffer#== and OrderedHash#dup (Hongli Lai)
|
||||||
* Better check for UTF8 validity in Ruby 1.9
|
* Better check for UTF8 validity in Ruby 1.9
|
||||||
* Added previously removed Connection#host and Connection#port
|
* Added previously removed Connection#host and Connection#port
|
||||||
* Added transformers to allow Mongo::Cursor to allow instantiated objects (jnunemaker)
|
* Added transformers to allow Mongo::Cursor to allow instantiated objects (John Nunemaker)
|
||||||
* Automated reconnection on fork
|
* Automated reconnection on fork
|
||||||
* Added Cursor#next alias for Cursor#next_document
|
* Added Cursor#next alias for Cursor#next_document
|
||||||
* Audit tests after enabling warnings (wpiekutowski)
|
* Audit tests after enabling warnings (Wojciech Piekutowski)
|
||||||
* Various bug fixes thanks to Datanoise, Hongli Lai, and Mauro Pompilio
|
* Various bug fixes thanks to Datanoise, Hongli Lai, and Mauro Pompilio
|
||||||
|
|
||||||
### 1.2.4
|
### 1.2.4
|
||||||
|
|
Loading…
Reference in New Issue