[PR #12263] [MERGED] Merge release 2.20.8 into 2.21.x #13632

Open
opened 2026-01-22 16:17:51 +01:00 by admin · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/doctrine/orm/pull/12263
Author: @github-actions[bot]
Created: 11/10/2025
Status: Merged
Merged: 11/10/2025
Merged by: @greg0ire

Base: 2.21.xHead: 2.20.x-merge-up-into-2.21.x_7FMImxhr


📝 Commits (10+)

  • 2e9a1ad Setup composer lint workflow
  • 72ffb3b Remove archive exclude list
  • 0e3d5e8 Drop link to mailing list
  • 0511a9f Merge pull request #12248 from greg0ire/remove-mailing-list
  • fe5ee70 Merge pull request #12247 from greg0ire/composer-lint
  • b24586b fix: handling of empty array in SQL condition generation
  • 23f2286 chore: update phpstan version and regenerate baseline
  • c8ebea7 Bump doctrine/.github from 12.1.0 to 12.2.0
  • ca8147b Merge pull request #12257 from doctrine/dependabot/github_actions/2.20.x/doctrine/dot-github-12.2.0
  • 32d1e97 chore: improve empty array check in SQL condition generation

📊 Changes

10 files changed (+152 additions, -57 deletions)

View changed files

📝 .github/workflows/coding-standards.yml (+1 -1)
.github/workflows/composer-lint.yml (+20 -0)
📝 .github/workflows/documentation.yml (+1 -1)
📝 .github/workflows/release-on-milestone-closed.yml (+1 -1)
📝 composer.json (+46 -27)
📝 docs/en/index.rst (+0 -1)
📝 phpstan-baseline.neon (+7 -25)
📝 src/Persisters/Entity/BasicEntityPersister.php (+5 -0)
tests/Tests/ORM/Functional/Ticket/GH12254Test.php (+62 -0)
📝 tests/Tests/ORM/Persisters/BasicEntityPersisterTypeValueSqlTest.php (+9 -1)

📄 Description

Release Notes for 2.20.8

2.20.x bugfix release (patch)

2.20.8

  • Total issues resolved: 0
  • Total pull requests resolved: 4
  • Total contributors: 3

CI

Bug

Documentation


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/doctrine/orm/pull/12263 **Author:** [@github-actions[bot]](https://github.com/apps/github-actions) **Created:** 11/10/2025 **Status:** ✅ Merged **Merged:** 11/10/2025 **Merged by:** [@greg0ire](https://github.com/greg0ire) **Base:** `2.21.x` ← **Head:** `2.20.x-merge-up-into-2.21.x_7FMImxhr` --- ### 📝 Commits (10+) - [`2e9a1ad`](https://github.com/doctrine/orm/commit/2e9a1adc23b96a350dc253d73db58602b5c50980) Setup composer lint workflow - [`72ffb3b`](https://github.com/doctrine/orm/commit/72ffb3bfbf51b378764a958c22c9d80787a20e5c) Remove archive exclude list - [`0e3d5e8`](https://github.com/doctrine/orm/commit/0e3d5e8c826a76b16e43b3e0a43846eeaf8ebf17) Drop link to mailing list - [`0511a9f`](https://github.com/doctrine/orm/commit/0511a9f7908445e505a60914b1780240aca8177c) Merge pull request #12248 from greg0ire/remove-mailing-list - [`fe5ee70`](https://github.com/doctrine/orm/commit/fe5ee705db53f19b9aa8f659839c658aaed5827e) Merge pull request #12247 from greg0ire/composer-lint - [`b24586b`](https://github.com/doctrine/orm/commit/b24586b1b53d141169a3be381eb64515b5adff65) fix: handling of empty array in SQL condition generation - [`23f2286`](https://github.com/doctrine/orm/commit/23f22860f1a5415d6a5465a3070464083abfedee) chore: update phpstan version and regenerate baseline - [`c8ebea7`](https://github.com/doctrine/orm/commit/c8ebea77f07276b4f4430712d47f40909becc522) Bump doctrine/.github from 12.1.0 to 12.2.0 - [`ca8147b`](https://github.com/doctrine/orm/commit/ca8147b1486e9d6706becb4a5f5860005ca4be27) Merge pull request #12257 from doctrine/dependabot/github_actions/2.20.x/doctrine/dot-github-12.2.0 - [`32d1e97`](https://github.com/doctrine/orm/commit/32d1e97ce7b0be4c9b24f9df39b7bd8da3d03258) chore: improve empty array check in SQL condition generation ### 📊 Changes **10 files changed** (+152 additions, -57 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/coding-standards.yml` (+1 -1) ➕ `.github/workflows/composer-lint.yml` (+20 -0) 📝 `.github/workflows/documentation.yml` (+1 -1) 📝 `.github/workflows/release-on-milestone-closed.yml` (+1 -1) 📝 `composer.json` (+46 -27) 📝 `docs/en/index.rst` (+0 -1) 📝 `phpstan-baseline.neon` (+7 -25) 📝 `src/Persisters/Entity/BasicEntityPersister.php` (+5 -0) ➕ `tests/Tests/ORM/Functional/Ticket/GH12254Test.php` (+62 -0) 📝 `tests/Tests/ORM/Persisters/BasicEntityPersisterTypeValueSqlTest.php` (+9 -1) </details> ### 📄 Description ### Release Notes for [2.20.8](https://github.com/doctrine/orm/milestone/193) 2.20.x bugfix release (patch) ### 2.20.8 - Total issues resolved: **0** - Total pull requests resolved: **4** - Total contributors: **3** CI -- - [12257: Bump doctrine/.github from 12.1.0 to 12.2.0](https://github.com/doctrine/orm/pull/12257) thanks to @dependabot[bot] - [12247: Setup composer lint workflow](https://github.com/doctrine/orm/pull/12247) thanks to @greg0ire #### Bug - [12254: fix: handling of empty array in SQL condition generation](https://github.com/doctrine/orm/pull/12254) thanks to @elliotbruneel #### Documentation - [12248: Drop link to mailing list](https://github.com/doctrine/orm/pull/12248) thanks to @greg0ire --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
admin added the pull-request label 2026-01-22 16:17:51 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: doctrine/archived-orm#13632