Doctrine MongoDB ODM release 1.0.5

Posted on February 16, 2016 by Maciej Malarz


We are happy to announce the immediate availability of Doctrine MongoDB ODM 1.0.5.

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.0.5 milestone.

Installation

You can install the latest version using the following composer.json definitions:

{
    "require": {
        "doctrine/mongodb-odm": "^1.0.5"
    }
}

Doctrine MongoDB ODM and PHP 7

While ODM still relies on legacy MongoDB driver (i.e. ext-mongo) and no dates are scheduled for the 2.0 release, it is possible to run ODM's development branch with the new MongoDB driver (i.e. ext-mongodb) on PHP 7 and HHVM! (see: this tweet) The new driver should be properly supported once we release versions 1.1 and 1.3 of the ODM and underlying Doctrine MongoDB library, respectively. This is all possible thanks to our Andreas Braun's (@alcaeus) work on mongo-php-adapter which implements ext-mongo's API atop ext-mongodb and mongodb-php-library." If you can't wait to give ODM a test flight on PHP 7, now is the time! Also, if you happen to meet Andreas be sure to buy him a beer :)