minor: release notes

This commit is contained in:
Kyle Banker 2011-03-29 15:52:38 -04:00
parent 002ddb06fc
commit 1f6901be06
1 changed files with 18 additions and 0 deletions

View File

@ -1,5 +1,23 @@
# MongoDB Ruby Driver History
### 1.3.0.rc0
* Add option to set timeouts on socket read calls. Use
the :op_timeout option when creating a new connection.
* Add StringIO methods to GridIO objects
* Support for BSON timestamp type with BSON::Timestamp
* Change the BSON binary subtype from 2 to 0
* Remove private method Connection#reset_conection
and deprecate public method ReplSetConnection#reset_connection
* ByteBuffer#== and OrderedHash#dup (FooBarWidget)
* 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)
* Automated reconnection on fork
* Added Cursor#next alias for Cursor#next_document
* Audit tests after enabling warnings (wpiekutowski)
* Various bug fixes thanks to FooBarWidget, Datanoise, Malitogeek
### 1.2.4
2011-2-23