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.5 milestone.
MongoCollection::getIndexInfo.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.