From 854988c13923dffcc54e6f218457b78041ac9883 Mon Sep 17 00:00:00 2001 From: Benjamin Eberlei Date: Sun, 13 Oct 2024 19:08:30 +0200 Subject: [PATCH] Remove 3.2.3, add Migrations 3.8.2 and explain postgresql fix. --- .../2024-10-14-doctrine-core-team-meetup-2024.md | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/source/blog/2024-10-14-doctrine-core-team-meetup-2024.md b/source/blog/2024-10-14-doctrine-core-team-meetup-2024.md index 8372fd46..f6855af1 100644 --- a/source/blog/2024-10-14-doctrine-core-team-meetup-2024.md +++ b/source/blog/2024-10-14-doctrine-core-team-meetup-2024.md @@ -1,19 +1,19 @@ --- -title: "Doctrine Core Team Meetup, ORM 2.19.8, 2.20.0, 3.2.3, 3.3.0 Releases, DBAL 4.2.0" +title: "Doctrine Core Team Meetup, ORM 2.19.8, 2.20.0, 3.3.0 Releases, DBAL 4.2.0" authorName: Benjamin Eberlei authorEmail: kontakt@beberlei.de permalink: /2024/10/14/doctrine-core-team-meetup-2024.html --- Last week, we meet with the Doctrine ORM and MongoDB Core Teams for 3 days in -Bonn, Germany. A few immediate releases followed from that, including some +Bonn, Germany. A few releases followed immediately from that, including some deprecation reversals and a discussion of our upcoming roadmap. * [Doctrine ORM 3.3.0](https://github.com/doctrine/orm/releases/tag/3.3.0) -* [Doctrine DBAL 4.2.0](https://github.com/doctrine/dbal/releases/tag/4.2.0) * [Doctrine ORM 2.20.0](https://github.com/doctrine/orm/releases/tag/2.20.0) -* [Doctrine ORM 3.2.3](https://github.com/doctrine/orm/releases/tag/3.2.3) * [Doctrine ORM 2.19.8](https://github.com/doctrine/orm/releases/tag/2.19.8) +* [Doctrine DBAL 4.2.0](https://github.com/doctrine/dbal/releases/tag/4.2.0) +* [Doctrine Migrations 3.8.2](https://github.com/doctrine/migrations/releases/tag/3.8.2) We want to thank all our sponsors on [OpenCollective](https://opencollective.com/doctrine) and @@ -128,6 +128,14 @@ a DTO. This feature was contributed by GitHub user [eltharin](https://github.com/eltharin) over the last few months and builds upon previous work. +## Migrations: Fixing a decade old schema comparison bug with PostgreSQL + +When you used Doctrine Migrations with the ORM the down migration included a +statement to drop the public schema for the better part of a decade. + +This bug has finally been fixed and you won't see this drop schema statement in +newly created migrations for PostgreSQL anymore. + ## Psalm and PHPStan going forward After a long discussion we have decided to only use one static analysis tool