DBAL/ORM 2.1.6 released

Tags: Doctrine2

Posted 5 days ago by beberlei

We released a new round of maintenance releases for the 2.1 branch. DBAL and ORM are now in version 2.1.6 of their lifecycle. There have been 8 bug fixes in ORM and 8 in DBAL. See the changelogs: ORM Changelog DBAL Changelog As usual code is available via Download, PEAR, Packagist/Composer or... [read more] [0 Comments]

Doctrine 2.2 released

Tags: Doctrine2

Posted 6 days ago by beberlei

We released Doctrine 2.2 today. A top list of the new features includes: Filtering entities and associations based on rules that can be parameterized, enabled or disabled, developed by asm89 Support for complex SQL types such as Geometries, IPs, develped by jsor. Bit Comparisions in DQL, devel... [read more] [7 Comments]

DBAL and ORM 2.2 Release candidates

Posted 13 days ago by beberlei

Again with a slight delay we finalized the DBAL and ORM release candidates for the 2.2 branch. There have been some late changes that made the delay necessary: DBAL Schema supported was heavily refactored to include the concept of "namespaces". This abstracts multi-database useage for MySQL and... [read more] [0 Comments]

Doctrine 2.2 Beta 2

Posted about 1 month ago by beberlei

Sadly we did not manage to hold our schedule with a 2.2 release in 2011, we had to do some larger changes before the final release. This means we are releasing another Beta of Doctrine DBAL and ORM. The final release is rescheduled to 19th January. DBAL Changelog ORM Changelog Please try and ... [read more] [2 Comments]

Doctrine 2.2 Beta

Tags: Doctrine2

Posted about 1 month ago by beberlei

We are proud to announce the start of the beta phase of Doctrine 2.2. I think we implemented a nice amount of new features and refactored lots of the code-base for simplicity and performance. Additionally we found a bunch of new developers that contributed considerable amount of code. A top list... [read more] [4 Comments]

Doctrine ORM 2.1.5 released

Tags: Doctrine2

Posted about 1 month ago by beberlei

We released another Doctrine ORM bugfix release, version 2.1.5. It fixes 5 critical regressions that were introduced in 2.1.0, 2.1.2 and 2.1.3 and a total of 10 issues. See the changelog for details. You can get the code from PEAR, the download section or directly from Github. [read more] [7 Comments]

Our Symfony Bundles move to Doctrine organization

Posted about 1 month ago by beberlei

Important first point: This move does not affect Symfony 2.0 apps at all, only the Symfony master is affected. The Symfony2 Doctrine related Bundles move to the Doctrine organization. The DoctrineBundle being in the core for the 2.0 release it is now maintained in a more decoupled way from Symfo... [read more] [3 Comments]

Doctrine ORM 2.1.4 released

Tags: Doctrine2

Posted 2 months ago by beberlei

I just released Doctrine ORM 2.1.4. The Doctrine ORM 2.1.3 release has a regression in the EntityManager#merge() method, which is fixed in this release. See the changelog. Get the package from PEAR, Downloads or from Github. [read more] [2 Comments]

A Doctrine ORM/ODM Base-Class

Posted 2 months ago by beberlei

One of most common complaints about Doctrine2 is the requirement to write getters/setters for all the fields and assocations of every entity. A concern that immediately follows is that Doctrine 2 is not suitable for Rapid-Application-Development. The problem is purely a usability concern and the... [read more] [16 Comments]

Doctrine Common 2.1.3, DBAL 2.1.5 and ORM 2.1.3 Releases

Tags: Doctrine2

Posted 2 months ago by beberlei

The bugfix release is three weeks overdue, here is it now: ORM 2.1.3 with 24 bugfixes and 1 security fix DBAL 2.1.5 with 6 bugfixes Common 2.1.3 with 1 bugfix The security fix concerns usage of the ASC/DESC orientation parameters in "$repository->findBy($criteria, $orderBy)", which is subject... [read more] [3 Comments]