This changelog references the relevant changes done in minor version updates.
All issues and pull requests under this release may be found under the 1.0.11 milestone.
MongoCursor object passing a batchSize of 0 by default, causing errors in
sharded setups.All issues and pull requests under this release may be found under the 1.0.10 milestone.
MongoDate objects.All issues and pull requests under this release may be found under the 1.0.9 milestone.
options
parameter in MongoDB::createCollection optional.All issues and pull requests under this release may be found under the 1.0.8 milestone.
MongoCollection::indexInfo.MongoDB::getDBRef with references containing a $db field with a different
value than the current database.All issues and pull requests under this release may be found under the 1.0.7 milestone.
trigger_error.All issues and pull requests under this release may be found under the 1.0.6 milestone.
MongoId objects.All issues and pull requests under this release may be found under the 1.0.5 milestone.
MongoCollection::getIndexInfo.MongoWriteConcernException when encountering bulk write errors.MongoCollection::findAndModify when specifying both the update parameter as
well as the update option.All issues and pull requests under this release may be found under the 1.0.4 milestone.
MongoCollection::aggregate would lead to
empty aggregation pipelinesAll issues and pull requests under this release may be found under the 1.0.3 milestone.
count on a cursor that has been iterated fully. The fix removes a
performance improvement when calling count on a cursor that has been opened.
MongoCursor::count now always re-issues a count command to the server.sec and usec properties for MongoDate are cast to int.All issues and pull requests under this release may be found under the 1.0.2 milestone.
MongoCursor::hasNext that led to wrong data being returned.All issues and pull requests under this release may be found under the 1.0.1 milestone.
MongoCollection::count using the legacy syntax of providing skip and limit
arguments instead of an options array.MongoCollection::distinct with a query did not convert legacy
BSON types to the new driver types.All issues and pull requests under this release may be found under the 1.0.0 milestone.
ext-mongo is already
loaded and not using an autoloader.Timestamp type.MongoCursor::timeout to let people now cursor timeouts are no longer supported.update option in findAndModify calls.All issues and pull requests under this release may be found under the 1.0.0-BETA1 milestone.
MongoCollection::update when no update operators have been given.MongoGridFS::findOne when no results are found.includeSystemCollections parameter in MongoDB::getCollectionInfo and
MongoDB::getCollectionNames.Initial development release.