CHANGELOG-1.1.md 1.5 KB

CHANGELOG for 1.1.x

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

1.1.2 (2017-08-04)

All issues and pull requests under this release may be found under the 1.1.2 milestone.

  • #184 fixes an invalid call to count which causes warnings on PHP 7.2.

1.1.1 (2017-06-30)

All issues and pull requests under this release may be found under the 1.1.1 milestone.

  • #176 fixes exception codes in MongoGridFSException exceptions that occur during GridFS operations.

1.1.0 (2017-05-13)

All issues and pull requests under this release may be found under the 1.1.0 milestone.

  • #173 adds tests for authentication options in MongoClient.
  • #168 adds support for MongoCursor::explain().
  • #128 removes support for PHP 5.5.
  • #127 reads the code and scope properties of MongoDB\BSON\Javascript objects when converting them to MongoCode objects.