mongodb 1.6.0RC1

MongoDB driver for PHP


The purpose of this driver is to provide exceptionally thin glue between MongoDB and PHP, implementing only fundamental and performance-critical components necessary to build a fully-functional MongoDB driver.

Windows builds are attached to GitHub releases: https://github.com/mongodb/mongo-php-driver/releases

License: Apache License

Changes

** Bug
* [PHPC-1419] - Error label from server error is not exposed in ServerException
* [PHPC-1432] - Fix documentation for Session::startTransaction() options parameter
* [PHPC-1435] - Fix Session::startTransaction() arginfo

** Epic
* [PHPC-1235] - PHPC MongoDB 4.2 Support

** New Feature
* [PHPC-1254] - Implement ObjectID spec
* [PHPC-1288] - Implement Unified URI Options
* [PHPC-1290] - Support mongos pinning for sharded transactions

** Task
* [PHPC-1428] - Bump libmongoc to 1.15.1

** Improvement
* [PHPC-1346] - Do not allow empty string for username
* [PHPC-1431] - Session::startTransaction() should accept null for options