This repository has been archived by the owner on Nov 11, 2020. It is now read-only.
1.3.0
This release drops compatibility with PHP 5.3 and PHP 5.4 and requires ext-mongo
>= 1.5. Older driver versions are no longer supported.
Pull requests completed for the 1.3.0 release:
- #227: Specify time limit operation on a mongodb cursor
- #233: Allow Event Listeners the ability to modify context information in the event
preFindAndRemove, preFindAndUpdate, preFindOne, preGetDBRef, preGroup, preInsert, preMapReduce, preNear, preRemove, postRemove, preSave, preUpdate, postUpdate - #234: Add support for
$comment
operator - #235: Add support for
$setOnInsert
operator - #238: Bump PHP and mongo version requirements
- #240: Add new MongoDB 3.2 features to aggregation builder
- #241: Add query operators introduced with MongoDB 3.2
query builder - #251: Corrected fluent interface docblocks
- #255: Add expr method to aggregation expression object
- #256: Allow using operators in group stages