Skip to content
This repository has been archived by the owner on Apr 7, 2018. It is now read-only.

Commit

Permalink
More blog posts
Browse files Browse the repository at this point in the history
  • Loading branch information
beberlei committed Feb 5, 2012
1 parent 67849e5 commit f88a035
Show file tree
Hide file tree
Showing 4 changed files with 92 additions and 0 deletions.
20 changes: 20 additions & 0 deletions pages/source/blog/dbal-orm-22rc1.rst
@@ -0,0 +1,20 @@
:date: 2012-01-22 10:00:00
:author: Benjamin Eberlei <kontakt@beberlei.de>

===================================
DBAL and ORM 2.2 Release candidates
===================================

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 Schema support for PostgreSQL.
* A Paginator was put into the Doctrine\ORM\Tools\Pagination namespace. Its the combination of the original DoctrineExtensions Paginator with extensions done in the KnpLabs components and the Pagerfanta library.

As usual you can grab the code from:

* `Packagist <http://packagist.org/packages/doctrine/>`_
* `PEAR <http://pear.doctrine-project.org>`_
* `Downloads <http://www.doctrine-project.org/projects>`_
* `Github <http://github.com/doctrine>`_

Please test this code with your applications. If no bugs or backwards-compatible breaks are reported in the next days we will release the final version on friday.
13 changes: 13 additions & 0 deletions pages/source/blog/doctrine-2-1-6.rst
@@ -0,0 +1,13 @@
:date: 2012-01-30 10:10:10
:author: Benjamin Eberlei <kontakt@beberlei.de>

=======================
DBAL/ORM 2.1.6 released
=======================

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 <http://www.doctrine-project.org/jira/browse/DDC/fixforversion/10182>`_
* `DBAL Changelog <http://www.doctrine-project.org/jira/browse/DBAL/fixforversion/10181>`_

As usual code is available via Download, PEAR, Packagist/Composer or from Github.
37 changes: 37 additions & 0 deletions pages/source/blog/doctrine-2-2-final.rst
@@ -0,0 +1,37 @@
:date: 2012-01-29 10:10:10
:author: Benjamin Eberlei <kontakt@beberlei.de>

=====================
Doctrine 2.2 released
=====================

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, developed by Fabio.
* Annotation Refactorings by Fabio and johannes.
* DQL Refactoring, ORDER BY and GROUP BY supporting result variables of SELECT expressions.
* Alias for entities in DQL results.
* Result Cache refactoring
* Flush for single entities
* Master/Slave Connection in DBAL

See the changelogs of all three projects Common, DBAL, ORM:

* `ORM <http://www.doctrine-project.org/jira/browse/DDC/fixforversion/10157>`_
* `DBAL <http://www.doctrine-project.org/jira/browse/DBAL/fixforversion/10142>`_
* `Common <http://www.doctrine-project.org/jira/browse/DCOM/fixforversion/10152>`_

See the `UPGRADE_2_2 <https://github.com/doctrine/doctrine2/blob/master/UPGRADE_TO_2_2>`_ file to see backwards incompatible changes.

You can install the release through `Github <https://github.com/doctrine/doctrine2>`_, `PEAR <http://pear.doctrine-project.org>`_ or through `Composer <http://www.packagist.org>`_:

{
"require":
{
"doctrine/orm": "2.2.0"
}
}
22 changes: 22 additions & 0 deletions pages/source/blog/doctrine2-2-beta2.rst
@@ -0,0 +1,22 @@
:date: 2012-01-03 10:10:10
:author: Benjamin Eberlei <kontakt@beberlei.de>

===================
Doctrine 2.2 Beta 2
===================

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 <http://www.doctrine-project.org/jira/browse/DBAL/fixforversion/10189>`_
* ORM Changelog <http://www.doctrine-project.org/jira/browse/DDC/fixforversion/10188>`_

Please try and test this code with your production applications and report any backwards compatibility breaks to the `Bug Tracker <http://www.doctrine-project.org/jira>`_ or the Mailing List. See the `UPGRADE_2_2 <https://github.com/doctrine/doctrine2/blob/master/UPGRADE_TO_2_2>`_ file to see backwards incompatible changes.

You can install the Beta through `Github <https://github.com/doctrine/doctrine2>`_, `PEAR <http://pear.doctrine-project.org>`_ by download or through `Composer <http://www.packagist.org>`_:

{
"require":
{
"doctrine/orm": "2.2.0-BETA2"
}
}

0 comments on commit f88a035

Please sign in to comment.