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.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.