2010-11-03 17:16:19 +00:00
|
|
|
# MongoDB Ruby Driver History
|
|
|
|
|
2011-02-15 22:09:52 +00:00
|
|
|
### 1.2.2
|
|
|
|
2011-2-15
|
|
|
|
|
|
|
|
* Improved replica set failover for edge case.
|
|
|
|
* Fix for REE on OSX (Hongli Lai)
|
|
|
|
|
2011-02-10 20:27:06 +00:00
|
|
|
### 1.2.1
|
|
|
|
2011-1-18
|
|
|
|
|
|
|
|
* Enable authentication with connection pooling.
|
|
|
|
* Allow custom logging with Connection#instrument (CodeMonkeySteve)
|
|
|
|
* Minor fixes and doc improvements.
|
|
|
|
|
2011-01-18 16:36:04 +00:00
|
|
|
### 1.2.0
|
2011-01-18 16:20:59 +00:00
|
|
|
2011-1-18
|
2011-01-18 16:36:04 +00:00
|
|
|
|
2011-01-18 16:20:59 +00:00
|
|
|
* Some minor improvements. See commit history.
|
|
|
|
|
2011-01-18 16:36:04 +00:00
|
|
|
### 1.2.rc0
|
2011-01-05 17:13:35 +00:00
|
|
|
2011-1-5
|
|
|
|
|
2011-01-18 16:36:04 +00:00
|
|
|
Lots of cleanup and minor bug fixes.
|
2011-01-05 17:13:35 +00:00
|
|
|
* Issues resolved: http://jira.mongodb.org/browse/RUBY/fixforversion/10222
|
|
|
|
* Updated Java BSON to Java driver 2.4.
|
|
|
|
* Platform gem for JRuby bson.
|
|
|
|
|
2010-12-15 20:29:36 +00:00
|
|
|
### 1.1.5
|
|
|
|
2010-12-15
|
|
|
|
|
|
|
|
* ReplSetConnection class. This must be used for replica set connections from
|
|
|
|
now on. You can still use Connection.multi, but that method has been deprecated.
|
|
|
|
* Automated replica set tests. rake test:rs
|
|
|
|
* Check that request and response ids match.
|
|
|
|
* Several bug fixes. See the commit history for details.
|
|
|
|
|
2010-11-30 17:50:28 +00:00
|
|
|
### 1.1.4
|
|
|
|
2010-11-30
|
|
|
|
|
|
|
|
* Important connection failure fix.
|
|
|
|
* ObjectId#to_s optimization (David Cuadrado).
|
|
|
|
|
2010-11-29 19:26:26 +00:00
|
|
|
### 1.1.3
|
|
|
|
2010-11-29
|
|
|
|
|
|
|
|
* Distributed reads for replica set secondaries. See /docs/examples/replica_set.rb and
|
|
|
|
http://api.mongodb.org/ruby/current/file.REPLICA_SETS.html for details.
|
|
|
|
* Note: when connecting to a replica set, you must use Connection#multi.
|
|
|
|
* Cursor#count takes optional skip and limit
|
|
|
|
* Collection#ensure_index for caching index creation calls
|
|
|
|
* Collection#update and Collection#remove now return error object when using safe mode
|
|
|
|
* Important fix for int/long serialization on bug introduced in 1.0.9
|
|
|
|
* Numerous tweaks and bug fixes.
|
|
|
|
|
2010-11-04 21:50:48 +00:00
|
|
|
### 1.1.2
|
|
|
|
2010-11-4
|
|
|
|
|
|
|
|
* Two critical fixes to automated failover and replica sets.
|
|
|
|
* Bug passing :timeout to Cursor.
|
|
|
|
* Permit safe mode specification on Connection, Collection, and DB levels.
|
|
|
|
* Specify replica set name on connect to verify connection to the right set.
|
|
|
|
* Misc. reorganization of project and docs.
|
|
|
|
|
2010-11-03 17:16:19 +00:00
|
|
|
### 1.1.1
|
|
|
|
2010-10-14
|
|
|
|
|
2010-10-14 20:38:26 +00:00
|
|
|
* Several critical JRuby bug fixes
|
|
|
|
* Fixes for JRuby in 1.9 mode
|
2010-10-07 21:59:12 +00:00
|
|
|
* Check keys and move id only when necessary for JRuby encoder
|
|
|
|
|
2010-11-03 17:16:19 +00:00
|
|
|
## 1.1
|
|
|
|
2010-10-4
|
|
|
|
|
2010-10-04 19:19:04 +00:00
|
|
|
* Official JRuby support via Java extensons for BSON (beta)
|
|
|
|
* Connection#lock! and Connection#unlock! for easy fsync lock
|
|
|
|
* Note: BSON::Code is no longer a subclass of String.
|
|
|
|
|
2010-11-03 17:16:19 +00:00
|
|
|
### 1.0.9
|
|
|
|
2010-9-20
|
|
|
|
|
|
|
|
* Significant performance improvements (with a lot of help from Hongli Lai)
|
2010-10-04 19:19:04 +00:00
|
|
|
|
2010-11-03 17:16:19 +00:00
|
|
|
### 1.0.8
|
|
|
|
2010-8-27
|
2010-08-27 15:40:55 +00:00
|
|
|
|
|
|
|
* Cursor#rewind! and more consistent Cursor Enumberable behavior
|
|
|
|
* Deprecated ObjectID for ObjectId
|
|
|
|
* Numerous minor bug fixes.
|
|
|
|
|
2010-11-03 17:16:19 +00:00
|
|
|
### 1.0.7
|
|
|
|
2010-8-4
|
2010-08-04 20:53:29 +00:00
|
|
|
|
|
|
|
* A few minor test/doc fixes.
|
|
|
|
* Better tests for replica sets and replication acknowledgment.
|
|
|
|
* Deprecated DB#error and DB#last_status
|
|
|
|
|
2010-11-03 17:16:19 +00:00
|
|
|
### 1.0.6
|
|
|
|
2010-7-26
|
2010-07-26 22:13:08 +00:00
|
|
|
|
|
|
|
* Replica set support.
|
|
|
|
* Collection#map_reduce bug fix.
|
|
|
|
|
2010-11-03 17:16:19 +00:00
|
|
|
### 1.0.5
|
|
|
|
2010-7-13
|
2010-07-13 18:54:34 +00:00
|
|
|
|
|
|
|
* Fix for bug introduced in 1.0.4.
|
|
|
|
|
2010-11-03 17:16:19 +00:00
|
|
|
### 1.0.4
|
|
|
|
2010-7-13
|
2010-07-13 13:09:39 +00:00
|
|
|
|
|
|
|
* Removed deprecated
|
2010-11-03 17:16:19 +00:00
|
|
|
* Cursor admin option
|
|
|
|
* DB#query
|
|
|
|
* DB#create_index (use Collection#create_index)
|
|
|
|
* DB#command only takes hash options now
|
2010-07-13 13:09:39 +00:00
|
|
|
* j2bson executable (neomantra)
|
|
|
|
* Fixed bson_ext compilation on Solaris (slyphon)
|
|
|
|
* System JS helpers (neovintage)
|
|
|
|
* Use one mutex per thread on pooled connections (cremes)
|
|
|
|
* Check for CursorNotFound response flag
|
|
|
|
* MapReduce can return raw command output using :raw
|
|
|
|
* BSON::OrderedHash equality with other Ruby hashes (Ryan Angilly)
|
|
|
|
* Fix for broken Socket.send with large payloads (Frédéric De Jaeger)
|
|
|
|
* Lots of minor improvements. See commmits.
|
|
|
|
|
2010-11-03 17:16:19 +00:00
|
|
|
### 1.0.3
|
|
|
|
2010-6-15
|
2010-06-16 03:05:46 +00:00
|
|
|
|
|
|
|
* Optimiztion for BSON::OrderedHash
|
|
|
|
* Some important fixes.
|
|
|
|
|
2010-11-03 17:16:19 +00:00
|
|
|
### 1.0.2
|
|
|
|
2010-6-5
|
|
|
|
|
2010-06-05 12:58:31 +00:00
|
|
|
This is a minor release for fixing an incompatibility with MongoDB v1.5.2
|
|
|
|
|
|
|
|
* Fix for boolean response on commands for core server v1.5.2
|
|
|
|
* BSON.read_bson_document and b2json executable (neomantra)
|
|
|
|
* BSON::ObjectID() shortcut for BSON::ObjectID.from_string (tmm1)
|
|
|
|
* Various bug fixes.
|
|
|
|
|
2010-11-03 17:16:19 +00:00
|
|
|
### 1.0.1
|
|
|
|
2010-5-7
|
2010-05-07 19:41:40 +00:00
|
|
|
|
|
|
|
* set Encoding.default_internal
|
|
|
|
* DEPRECATE JavaScript string on Collection#find. You now must specify $where explicitly.
|
|
|
|
* Added Grid#exist? and GridFileSystem#exist?
|
|
|
|
* Support for replication acknowledgment
|
|
|
|
* Support for $slice
|
|
|
|
* Namespaced OrderedHash under BSON (sleverbor)
|
|
|
|
|
2010-11-03 17:16:19 +00:00
|
|
|
## 1.0
|
|
|
|
2010-4-29
|
2010-04-29 15:11:53 +00:00
|
|
|
Note: if upgrading from versions prior to 0.20, be sure to upgrade
|
|
|
|
to 0.20 before upgrading to 1.0.
|
|
|
|
|
|
|
|
* Inspected ObjectID is represented in MongoDB extended json format.
|
|
|
|
* Support for tailable cursors.
|
|
|
|
* Configurable query response batch size (thx. to Aman Gupta)
|
|
|
|
|
|
|
|
* bson_ext installs on early release of Ruby 1.8.5 (dfitzgibbon)
|
|
|
|
* Deprecated DB#create_index. Use Collection#create_index index.
|
|
|
|
* Removed deprecated Grid#put syntax; no longer requires a filename.
|
|
|
|
|
2010-11-03 17:16:19 +00:00
|
|
|
### 0.20.1
|
|
|
|
2010-4-7
|
|
|
|
|
|
|
|
* Added bson gem dependency.
|
|
|
|
|
|
|
|
### 0.20
|
|
|
|
2010-4-7
|
2010-04-08 03:47:06 +00:00
|
|
|
|
2010-04-07 22:41:08 +00:00
|
|
|
If upgrading from a previous version of the Ruby driver, please read these notes carefully,
|
|
|
|
along with the 0.20_UPGRADE doc.
|
|
|
|
|
2010-04-06 22:29:39 +00:00
|
|
|
* Support for new commands:
|
|
|
|
* Collection#find_and_modify
|
|
|
|
* Collection#stats
|
|
|
|
* DB#stats
|
2010-04-05 21:05:30 +00:00
|
|
|
* Query :fields options allows for values of 0 to exclude fields (houdini, railsjedi).
|
|
|
|
* GridFS
|
|
|
|
* Option to delete old versions of GridFileSystem entries.
|
|
|
|
* Filename is now optional for Grid#put.
|
2010-04-07 17:54:49 +00:00
|
|
|
* Option to write arbitrary attributes to a file: @grid.put(@data, :favorite_phrase => "blimey!")
|
2010-04-07 19:53:38 +00:00
|
|
|
* Indexes created on the chunks collection are now unique. If you have an existing chunks collection,
|
|
|
|
you may want to remove
|
2010-04-05 21:05:30 +00:00
|
|
|
* Removed the following deprecated items:
|
|
|
|
* GridStore class
|
2010-04-07 20:32:25 +00:00
|
|
|
* RegexpOfHolding class
|
2010-04-07 21:10:28 +00:00
|
|
|
* Paired connections must now be initialized with Connection.paired
|
2010-04-05 21:05:30 +00:00
|
|
|
|
2010-04-07 19:53:38 +00:00
|
|
|
* BSON-related code extracted into two separate gems: bson and bson_ext (thx to Chuck Remes).
|
|
|
|
* mongo_ext no longer exists.
|
|
|
|
* BSON::Binary constructor can now take a string, which will be packed into an array.
|
|
|
|
* Exception class adjustments:
|
|
|
|
* Mongo::InvalidObjectID moved to BSON::InvalidObjectID
|
|
|
|
* Mongo::InvalidDocument moved to BSON::InvalidDocument
|
|
|
|
* Mongo::InvalidStringEncoding moved to BSON::InvalidStringEncoding
|
|
|
|
* Mongo::InvalidName replaced by Mongo::InvalidNSName and BSON::InvalidKeyName
|
|
|
|
* BSON types are now namespaced under the BSON module. These types include:
|
|
|
|
* Binary
|
|
|
|
* ObjectID
|
|
|
|
* Code
|
|
|
|
* DBRef
|
|
|
|
* MinKey and MaxKey
|
|
|
|
* Extensions compile on Rubinius (Chuck Remes).
|
|
|
|
|
2010-11-03 17:16:19 +00:00
|
|
|
## Prior to 0.20
|
|
|
|
|
|
|
|
See git revisions.
|