Doctrine MongoDB ODM release 1.1.1

Posted on July 27, 2016 by Maciej Malarz


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

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

Installation

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

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

Future Releases

Work on the much anticipated 2.0 version of MongoDB ODM with support for the new MongoDB driver is beginning; however we are unable to set a release date yet. Development will likely take some time and thus we have scheduled a 1.2 version to be released before 2.0. Version 1.2 will include all features planned for 2.0 that can be introduced in a backward compatible way as well as new deprecation notices for functionality we plan to remove in 2.0, which we hope will ease future migration.

Doctrine MongoDB ODM release 1.0.7

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

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

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

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