Thanks to visit codestin.com
Credit goes to github.com

Skip to content

v2.5.0-RC1

@Ocramius Ocramius tagged this 25 Mar 23:15
========================================

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

This is a release candidate meant to allow users and contributors to verify 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-RC1)](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.

We also apologize for the major delays in this beta release, which are caused by
the scarce availability of the core team in these months.

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

```json

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

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

 * [DDC-3632](http://www.doctrine-project.org/jira/browse/DDC-3632)
   [#1345](https://github.com/doctrine/doctrine2/pull/1345) Fix crashes in `ConvertMappingCommand` and
   `GenerateEntitiesCommand` when using entities with joined table inheritance
 * [DDC-3634](http://www.doctrine-project.org/jira/browse/DDC-3634)
   [#1346](https://github.com/doctrine/doctrine2/pull/1346) Fix: generated IDs are converted to integer even
   when they are big integers
 * [DDC-3630](http://www.doctrine-project.org/jira/browse/DDC-3630)
   [DDC-3621](http://www.doctrine-project.org/jira/browse/DDC-3621)
   [#1343](https://github.com/doctrine/doctrine2/pull/1343) Support embeddables in partial object query expression
 * [DDC-3623](http://www.doctrine-project.org/jira/browse/DDC-3623)
   [DDC-3629](http://www.doctrine-project.org/jira/browse/DDC-3629)
   [#1337](https://github.com/doctrine/doctrine2/pull/1337)
   [#1342](https://github.com/doctrine/doctrine2/pull/1342) Paginator functional tests and sorting corrections
 * [DDC-2224](http://www.doctrine-project.org/jira/browse/DDC-2224)
   [DDC-3625](http://www.doctrine-project.org/jira/browse/DDC-3625)
   [#1339](https://github.com/doctrine/doctrine2/pull/1339) Honor `convertToDatabaseValueSQL()` in DQL query
   parameters and caches

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