CHANGELOG.md 1.5 KB

CHANGELOG

This changelog references the relevant changes done in minor version updates.

1.0.0-BETA1 (2016-02-17)

All issues and pull requests under this release may be found under the 1.0.0-BETA1 milestone.

  • #52 fixes behavior of MongoCollection::update when no update operators have been given.
  • #53 fixes an error where some operations would send an invalid query to the MongoDB server, causing command failures.
  • #54 and #55 fix the handling of documents with numeric keys.
  • #56 fixes the behavior of MongoGridFS::findOne when no results are found.
  • #59 adds handling for the includeSystemCollections parameter in MongoDB::getCollectionInfo and MongoDB::getCollectionNames.
  • #62 removes the manual comparison of index options to rely on the MongoDB server to decide whether an index already exists.
  • #63 prevents serialization of driver classes which are not serializable.

0.1.0 (2016-02-06)

Initial development release.