Doctrine ORM 2.5.0-alpha2 Pre-Release

Posted on January 25, 2015 by Marco Pivetta


We are happy to announce the immediate availability Doctrine ORM 2.5.0-alpha2.

This is a pre-release meant to allow users and contributors to try out the new upcoming features of the ORM.

We encourage all of our users to help us by trying out this alpha release. Please report any possible problems or incompatibilities that may have been introduced during development.

This pre-release is not yet at feature-freeze, therefore we urge contributors to contact us if there is any change that requires our attention before we reach the beta (feature-freeze) release stage.

What is new in 2.5.x?

We are currently in the process of documenting all the changes and new features that were introduced in Doctrine ORM 2.5.x.

You can find the current state of the 2.5.0 changes overview in the upgrade notes.

Release RoadMap

We expect to release following versions of the ORM in the next days:

  • 2.5.0-beta1 on 2015-02-02
  • 2.5.0-beta2 on 2015-02-09
  • 2.5.0 on 2015-02-16

Please note that these dates may change depending on the availability of our team.

Additionally, we will delay the release if any newly introduced critical bugs are detected, as it already happened with this 2.5.0-alpha2 release.

Installation

You can install this version of the ORM by using Composer and the following composer.json contents:

{
    "require": {
        "doctrine/orm": "2.5.0-alpha2"
    },
    "minimum-stability": "dev"
}

Changes since 2.5.0-alpha1

This is a list of issues solved in 2.5.0-alpha2 since 2.5.0-alpha1:

Please report any issues you may have with the update on the mailing list or on Jira.