mongodb 1.8.0beta1

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

** New Feature
* [PHPC-1483] - MONGODB-AWS Support
* [PHPC-1484] - Support for allowDiskUse on find operations
* [PHPC-1494] - Add client metadata support for wrapping libraries

** Task
* [PHPC-1060] - Automate Atlas connectivity tests
* [PHPC-1401] - Add mongodb+srv URIs to Atlas Connectivity tests
* [PHPC-1440] - Bump wire protocol version for 4.4
* [PHPC-1442] - Remove support for PHP 5.6
* [PHPC-1478] - Support shorter SCRAM conversation
* [PHPC-1510] - Expand use of error labels for RetryableWrites
* [PHPC-1525] - Deprecate oplogReplay find command option from CRUD spec

** Improvement
* [PHPC-1530] - Make ExceededTimeLimit retryable writes error
* [PHPC-1561] - Allow hinting the delete command