Doctrine 1.2.0 Stable Released

Tags: release, 1.2, stable

Posted 8 months ago by jwage

Today I am very happy to announce that Doctrine 1.2.0 stable has been released. This is a very significant release for Doctrine as it contains a lot of valuable enhancements and bug fixes. This will most likely be the last new version of the Doctrine 1 branch that we release. This means that it is the last LTS(long term support) release as it is supported for a full 18 months. Below is the current proposed support schedule for the available Doctrine 1 versions.

Version Supported Until
Doctrine 1.0 03/01/2010
Doctrine 1.1 03/01/2010
Doctrine 1.2 06/01/2011

Originally 1.1 was scheduled to end support on 11/01/2009, but we have decided to support it until 03/01/2010 to give people enough time to upgrade to 1.2. After 03/01/2010 Doctrine 1.2 will be the only actively supported version of Doctrine 1.

Release Highlights

Below you will find some of the highlights from this release. Of course you can view the full upgrade page to see all the new things in Doctrine 1.2.

Please, download Doctrine 1.2 today and give it a try. Let us know any problems you have by reporting a new issue in Jira.


Comments (14) [ add comment ]

Great :-) Posted by Robert Henniger about 8 months ago.

Great News. I will now download it and report back if i find any issue on the new release. Doctrine is a great tool. Thanks for all your work on this project.

Rob

Fantastic! Posted by Pete Hatton about 8 months ago.

I admit I was expecting another RC, but I've not found any problems so far!

Fantastic work, and thank you.

The best! Posted by kovi about 8 months ago.

Thank you very much!

Congrats! Posted by Klemens about 8 months ago.

Congrats to the whole team! We here at ull.at are very excited about the new features in 1.2. We'll start upgrading our business webapp platform "ullright" to doctrine 1.2 /symfony 1.4 early next year.

One more thing regarding the support schedule for 1.0: Shouldn't 1.0 at least be supported until the end of the support for symfony 1.2? (Runs out 02/2010)

@Klemens Posted by romanb about 8 months ago.

03/01/2010 means 1 March 2010

@Roman Posted by Klemens about 8 months ago.

Ah yes, american dates are so confusing... thanks!

I therefore vote for ISO dates :-)

modelsAutoload Posted by Artyom Bisyarin about 8 months ago.

It seems that now we must also register "modelsAutoload" function: spl_autoload_register(array('Doctrine', 'modelsAutoload'));

I think this should be pointed out in the documentation.

Migration Posted by Informpro about 8 months ago.

Is there any migrations guide ?

@Informpro Posted by romanb about 8 months ago.

How about this one: http://www.doctrine-project.org/upgrade/1_2 ?

@romanb Posted by Informpro about 8 months ago.

Thanks ! (sorry :|)

Bug state request Posted by Rodrigo about 8 months ago.

Some days ago I posted a comment requesting info about a bug mentioned in the documentation.

For some reason my comment has been deleted. I was asking seriously, not to make noise.

@Rodrigo Posted by Informpro about 8 months ago.

Use Jira for bug ...

I dont have the needed info Posted by Rodrigo about 8 months ago.

I don't know the exact bug, nor its number. It's just referred in documentation [http://www.doctrine-project.org/documentation/manual/1_2/en/behaviors#nesting-behaviors]

It's enough for me to supply the bug number, for exammple.

I think I've found it Posted by Rodrigo about 8 months ago.

Is DC-135 bug the related bug? In that case, does nesting behaviours works right for mysql? Does the bug appears when nesting other behaviours (like slug and i18n, for example)?

Create Comment