Skip to content

v2.5.0-RC2

@Ocramius Ocramius tagged this 31 Mar 21:13
========================================

We are happy to announce the immediate availability of Doctrine ORM `2.5.0-RC2`.

This is a release candidate meant to allow users and contributors to verify the
stability of the next iteration of the ORM.

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

[![Build Status](https://travis-ci.org/doctrine/doctrine2.svg?branch=v2.5.0-RC2)](https://travis-ci.org/doctrine/doctrine2)

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](http://docs.doctrine-project.org/en/latest/changelog/migration_2_5.html).

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

 - `2.5.0` on `2015-04-02`

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

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

```json

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

This is a list of issues solved in `2.5.0-RC2` since `2.5.0-RC1`:

 * [DDC-3643](http://www.doctrine-project.org/jira/browse/DDC-3643)
   [#1352](https://github.com/doctrine/doctrine2/pull/1352) Fix `EntityGenerator` `RegenerateEntityIfExists` logic
 * [DDC-3645](http://www.doctrine-project.org/jira/browse/DDC-3645)
   [#1353](https://github.com/doctrine/doctrine2/pull/1353)
   [DDC-3637](http://www.doctrine-project.org/jira/browse/DDC-3637)
   [#1347](https://github.com/doctrine/doctrine2/pull/1347)
   [DDC-3642](http://www.doctrine-project.org/jira/browse/DDC-3642)
   [#1351](https://github.com/doctrine/doctrine2/pull/1351)
   Paginator logic fixes (complex queries/sorting/db support)

Please report any issues you may have with the update on the mailing list or on
[Jira](http://www.doctrine-project.org/jira/browse/DDC).
Assets 2
Loading