v2.5.0-RC2
Pre-releaseDoctrine ORM 2.5.0-RC2 Release Candidate
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.
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
on2015-04-02
Please note that these dates may change depending on the availability of our team.
Installation
You can install this version of the ORM by using Composer and the
following composer.json
contents:
{
"require": {
"doctrine/orm": "2.5.0-RC2"
},
"minimum-stability": "dev"
}
Changes since 2.5.0-RC1
This is a list of issues solved in 2.5.0-RC2
since 2.5.0-RC1
:
- DDC-3643
#1352 FixEntityGenerator
RegenerateEntityIfExists
logic - DDC-3645
#1353
DDC-3637
#1347
DDC-3642
#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.