Doctrine 1.0.8 and 1.1.0-RC2 Released

Posted over 2 years ago by jwage

Today I am happy to tell you that we have two new versions of Doctrine available for you to use. The first is the monthly maintenance release for Doctrine 1.0 and the second is another release candidate for the newest major version of Doctrine, 1.1. As always you can grab them from the downloads page.

1.0.8 Highlights

  • Backported a few fixes from 1.1
  • Several fixes and optimizations to Doctrine_Query::count()
  • Dozens and dozens of other small fixes

You can read the full change log for the 1.0.8 release here.

1.1.0-RC2 Highlights

  • Fixed issue with migration diff not paying attention to table options
  • Made the SoftDelete behavior backwards compatible with 1.0
  • Several fixes and optimizations to Doctrine_Query::count()
  • Fixed duplicated params when using LIMIT/OFFSET under MySQL
  • Fixed issue with new utf8 search analyzer
  • Fixed issue with prefixes causing invalid results in the migration diff tool
  • Fixed issues that arrise when re-using query objects with DQL callbacks enabled.

You can read the full change log for the 1.1.0-RC2 release here.


I realize we are a little late on the 1.1.0 release but we had some regressions reported that were a bit tricky and time consuming to fix. All is well now and we were able to make hopefully the last release candidate for the 1.1 version of Doctrine.


Comments (2) [ add comment ]

Nice work Posted by Paul Annesley about over 2 years ago.

Nice work Jonathan et al - looking forward to getting hands on the 1.1.0 final release :)

Thanks! Posted by Fabry about over 2 years ago.

Thanks for this double release of Doctrine! Greetings from Italy

Create Comment