Skip to content

Commit

Permalink
minor: history
Browse files Browse the repository at this point in the history
  • Loading branch information
banker committed Apr 1, 2011
1 parent 3187761 commit a583616
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# MongoDB Ruby Driver History

### 1.3.0.rc0
2011-3-29
### 1.3.0
2011-4-04

* Add option to set timeouts on socket read calls. Use
the :op_timeout option when creating a new connection.
* Add option to set timeouts on socket read calls using the
Mongo::Connection :op_timeout option.
* Add StringIO methods to GridIO objects
* Support for BSON timestamp type with BSON::Timestamp
* Change the BSON binary subtype from 2 to 0
Expand All @@ -13,10 +13,10 @@
* ByteBuffer#== and OrderedHash#dup (Hongli Lai)
* Better check for UTF8 validity in Ruby 1.9
* 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
* 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

### 1.2.4
Expand Down

0 comments on commit a583616

Please sign in to comment.