This repository has been archived by the owner on Nov 11, 2020. It is now read-only.
1.6.1
We are happy to announce the immediate availability of Doctrine MongoDB Abstraction Layer 1.6.1.
Bug fixes in this release
This release fixes a bug with empty $match
stages in aggregation builder and fixes the generated pipeline stage for $bucketAuto
aggregation pipeline stages.
A full list of issues and pull requests included in this release may be found in the 1.6.1 milestone.
PHP version support
This library requires PHP 5.6 or newer. If you are using PHP 7.0 or newer, you can use this library by adding a polyfill for ext-mongo
, like mongo-php-adapter.