Skip to content
This repository was archived by the owner on Nov 11, 2020. It is now read-only.

1.5.0

Choose a tag to compare

@alcaeus alcaeus released this 30 Jun 11:25
· 55 commits to master since this release

We are happy to announce the immediate availability of Doctrine MongoDB Abstraction Layer 1.5.0.

Release highlights

Aggregation builder

This release adds support for aggregation pipeline changes introduced in MongoDB. Details can be found in the changelog.

Bug fixes in this release

Notable fixes may be found in the changelog. A full list of issues and pull requests included in this release may be found in the 1.5.0 milestone.

PHP version support

This library requires PHP 5.6 or newer. If you are using PHP 7.0 or 7.1, you can use this library by adding a polyfill for ext-mongo, like mongo-php-adapter.