Doctrine 1.1 Released

Tags: 1.1

Posted over 2 years ago by jwage

Today I am very pleased to bring news to you that Doctrine 1.1.0 stable is available. This is a significant release for the 1.x code base. It contains dozens of new features and bug fixes. The 1.1 test suite now has 0 fails in the test suite compared to 1.0 having 12! We recommend you upgrade your projects.

Some have asked whether 1.1 has all the same bug fixes that are in 1.0. The answer is yes. We are committed to maintaining both branches and will continue committing fixes to all branches when it applies.

Highlights

  • New hydration methods
  • New migration diff tool
  • Better custom accessor/mutator support and integration with fromArray() and toArray()
  • Improvements to getModified(), toArray(), fromArray(), synchronizeWithArray()
  • Improvements to core behaviors Searchable, SoftDelete, Versionable
  • Dozens of small improvements and additions across the api
  • Plenty of other bug fixes

You can read a detailed list of all the changes made in 1.1 here in the upgrade file.

Download

As always you can get Doctrine on the download page or via pear.

$ pear install pear.phpdoctrine.org/Doctrine-1.1.0

You can also check it out via svn.

$ svn co http://svn.doctrine-project.org/tags/1.1.0/lib doctrine

If you find any problems with this release please report it on our trac or if you have any questions you can send it to one of our mailing lists.


Comments (15) [ add comment ]

Symfony Posted by Scott about over 2 years ago.

Any idea when Doctrine 1.1 will show up in a symfony release?

Congratulations! Posted by Paul Annesley about over 2 years ago.

Congratulations on the release!

We were impatient and have been using 1.1-RC1 in production - great to have a stable release to upgrade to :)

Congratulations Posted by Garfield-fr about over 2 years ago.

Awesome.

thanks

Great job! Posted by Loïc Frering about over 2 years ago.

Great job for Doctrine 1.1, particularly for the support of migrations in YAML schemas with the diff tool.

Can't wait for Doctrine 2.0 =)

awesome! Posted by Ariel Arjona about over 2 years ago.

grats to jwage and the rest of the team.

symfony Posted by jwage about over 2 years ago.

I think symfony 1.3 will use Doctrine 1.1. It is not 100% sure yet.

Kudos Posted by Colnector about over 2 years ago.

Good to see Doctrine pushing forward :)

Great! Posted by SuperVlao about over 2 years ago.

And here's another version of my favourite ORM :)

Very nice! Posted by klemens_u about over 2 years ago.

Thanks for the effort to the whole team!

Can you post a short tutorial on how to configure a symfony 1.2 installation to use doctrine 1.1?

That would be great.

BTW: Are any tweaks to sfDoctrinePlugin necessary to work with Doctrine 1.1?

Congratulations Posted by floriank about over 2 years ago.

Nice to see doctrine evolving. :)

Thanks alot to the team and keep up the good work!

Using Doctrine 1.1 with Symfony 1.2 Posted by tight about over 2 years ago.

@klemens_u: The answer is here http://www.symfony-project.org/blog/2009/01/12/call-the-expert-using-a-custom-version-of-doctrine sfDoctrinePlugin seems to be OK with Doctrine 1.1

@doctrine team: nice work :)

Great Work! Posted by ice_j7 about over 2 years ago.

Thanks a lot to all the team for bringing us the best orm in the php world!

no ifnull() Posted by dziobacz about over 2 years ago.

Still no ifnull() function for MySQL. It is one of the most important functions !!

Symfony 1.2 with Doctrine 1.1 Posted by blt about over 2 years ago.

Using Doctrine 1.1 with Symfony 1.2 is fairly easy, although there are a few issues Symfony users need to patch until Symfony 1.3 is released. I posted a short tutorial on using Doctrine 1.1 with Symfony 1.2 on my blog.

1.1 docu Posted by xmariachi about 19 days ago.

Hi, I'm looking for 1.1 documentation, but the older I can find is 1.2.

How could I get this documentation - even if bundled for download? I would appreciate if this was available, I'm using 1.1 and for the moment not moving to 1.2.

As I cannot subscribe to updates here, any news on this please send email to dcampoatqporamaxcom, thank you.

Create Comment