PHPMongo v1.22.2 Release Notes

Release Date: 2017-11-10 // over 6 years ago
    • Add $elemMatch to projection argument of Cursor
    • Cursor methods findOne, findAll, findRandom deprecated, use one, all and random respectively;
    • Allow pass filter to docker tests