PHPMongo v1.15 Release Notes

Release Date: 2016-03-01 // about 8 years ago
    • Removed Collection::createPipeline(). Use Collection::createAggregator;
    • Aggregator options may be passed as arguments of Collection::aggregate($pipelines, $options) or configured through methods of Pipeline;
    • Experimental feature: aggregation returns Cursor, if third parameter passed Collection::aggregate($pipelines, $options, $asCursor);
    • Collection::explainAggregate() is deprecated. Use Pipeline::explain();
    • Added debug mode to Client;