[PR #12311] [MERGED] Merge release 2.20.9 into 2.21.x #13679

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

📋 Pull Request Information

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

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


📝 Commits (10+)

  • e38278b Fix eager fetch composite foreign key (#11397)
  • e4d7df2 Fix documentation about default values
  • c1becd5 Merge pull request #12281 from greg0ire/document-default-expressions
  • bc95c7c Fix check for composite foreign key
  • 15537bc Merge pull request #12285 from HypeMC/fix-is-foreign-key-composite
  • c142503 Bump actions/checkout from 5 to 6 (#12292)
  • 6de5684 Bump doctrine/.github/.github/workflows/release-on-milestone-closed.yml (#12291)
  • 9814078 Bump doctrine/.github/.github/workflows/coding-standards.yml (#12290)
  • 3924c38 Bump doctrine/.github/.github/workflows/documentation.yml (#12289)
  • ab148d3 Bump doctrine/.github/.github/workflows/composer-lint.yml (#12288)

📊 Changes

38 files changed (+196 additions, -83 deletions)

View changed files

📝 .github/workflows/coding-standards.yml (+1 -1)
📝 .github/workflows/composer-lint.yml (+1 -1)
📝 .github/workflows/continuous-integration.yml (+6 -6)
📝 .github/workflows/documentation.yml (+1 -1)
📝 .github/workflows/phpbench.yml (+1 -1)
📝 .github/workflows/release-on-milestone-closed.yml (+1 -1)
📝 .github/workflows/static-analysis.yml (+1 -1)
📝 composer.json (+2 -2)
📝 docs/en/reference/basic-mapping.rst (+15 -0)
docs/en/reference/basic-mapping/DefaultValues.php (+15 -0)
docs/en/reference/basic-mapping/default-values.xml (+9 -0)
📝 docs/en/reference/faq.rst (+0 -24)
📝 src/Configuration.php (+1 -1)
📝 src/Tools/Console/ApplicationCompatibility.php (+2 -1)
📝 src/Tools/Console/Command/ClearCache/CollectionRegionCommand.php (+1 -2)
📝 src/Tools/Console/Command/ClearCache/EntityRegionCommand.php (+1 -2)
📝 src/Tools/Console/Command/ClearCache/MetadataCommand.php (+1 -2)
📝 src/Tools/Console/Command/ClearCache/QueryCommand.php (+1 -2)
📝 src/Tools/Console/Command/ClearCache/QueryRegionCommand.php (+1 -2)
📝 src/Tools/Console/Command/ClearCache/ResultCommand.php (+1 -2)

...and 18 more files

📄 Description

Release Notes for 2.20.9

2.20.x bugfix release (patch)

2.20.9

  • Total issues resolved: 0
  • Total pull requests resolved: 9
  • Total contributors: 5

Bug

CI

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/12311 **Author:** [@github-actions[bot]](https://github.com/apps/github-actions) **Created:** 11/29/2025 **Status:** ✅ Merged **Merged:** 11/29/2025 **Merged by:** [@derrabus](https://github.com/derrabus) **Base:** `2.21.x` ← **Head:** `2.20.x-merge-up-into-2.21.x_YbHxVABM` --- ### 📝 Commits (10+) - [`e38278b`](https://github.com/doctrine/orm/commit/e38278bfca0ea258e3f733b6664f4672906e5bd5) Fix eager fetch composite foreign key (#11397) - [`e4d7df2`](https://github.com/doctrine/orm/commit/e4d7df29c237b8bbe37eed0f33b543337948a533) Fix documentation about default values - [`c1becd5`](https://github.com/doctrine/orm/commit/c1becd54e66f841a6361d9d77001fa67fb523541) Merge pull request #12281 from greg0ire/document-default-expressions - [`bc95c7c`](https://github.com/doctrine/orm/commit/bc95c7c08d56a155c19244b94e08b7fa6e419215) Fix check for composite foreign key - [`15537bc`](https://github.com/doctrine/orm/commit/15537bc2180719bbfbafbcab92d4c6912b566c40) Merge pull request #12285 from HypeMC/fix-is-foreign-key-composite - [`c142503`](https://github.com/doctrine/orm/commit/c142503a5280fd5159afbe46be8586fb27936e8e) Bump actions/checkout from 5 to 6 (#12292) - [`6de5684`](https://github.com/doctrine/orm/commit/6de5684fd97c984c2fbc404d3cedd9ec36c47804) Bump doctrine/.github/.github/workflows/release-on-milestone-closed.yml (#12291) - [`9814078`](https://github.com/doctrine/orm/commit/9814078a2ccce5029e916ffcfb522878e0786003) Bump doctrine/.github/.github/workflows/coding-standards.yml (#12290) - [`3924c38`](https://github.com/doctrine/orm/commit/3924c38fabe8a03a5d80020ee31fc724127ebbca) Bump doctrine/.github/.github/workflows/documentation.yml (#12289) - [`ab148d3`](https://github.com/doctrine/orm/commit/ab148d3d9d54f22e4ba55d4858c587929317f10a) Bump doctrine/.github/.github/workflows/composer-lint.yml (#12288) ### 📊 Changes **38 files changed** (+196 additions, -83 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/coding-standards.yml` (+1 -1) 📝 `.github/workflows/composer-lint.yml` (+1 -1) 📝 `.github/workflows/continuous-integration.yml` (+6 -6) 📝 `.github/workflows/documentation.yml` (+1 -1) 📝 `.github/workflows/phpbench.yml` (+1 -1) 📝 `.github/workflows/release-on-milestone-closed.yml` (+1 -1) 📝 `.github/workflows/static-analysis.yml` (+1 -1) 📝 `composer.json` (+2 -2) 📝 `docs/en/reference/basic-mapping.rst` (+15 -0) ➕ `docs/en/reference/basic-mapping/DefaultValues.php` (+15 -0) ➕ `docs/en/reference/basic-mapping/default-values.xml` (+9 -0) 📝 `docs/en/reference/faq.rst` (+0 -24) 📝 `src/Configuration.php` (+1 -1) 📝 `src/Tools/Console/ApplicationCompatibility.php` (+2 -1) 📝 `src/Tools/Console/Command/ClearCache/CollectionRegionCommand.php` (+1 -2) 📝 `src/Tools/Console/Command/ClearCache/EntityRegionCommand.php` (+1 -2) 📝 `src/Tools/Console/Command/ClearCache/MetadataCommand.php` (+1 -2) 📝 `src/Tools/Console/Command/ClearCache/QueryCommand.php` (+1 -2) 📝 `src/Tools/Console/Command/ClearCache/QueryRegionCommand.php` (+1 -2) 📝 `src/Tools/Console/Command/ClearCache/ResultCommand.php` (+1 -2) _...and 18 more files_ </details> ### 📄 Description ### Release Notes for [2.20.9](https://github.com/doctrine/orm/milestone/195) 2.20.x bugfix release (patch) ### 2.20.9 - Total issues resolved: **0** - Total pull requests resolved: **9** - Total contributors: **5** #### Bug - [12300: Support Symfony Console 8](https://github.com/doctrine/orm/pull/12300) thanks to @derrabus - [12285: Fix check for composite foreign key](https://github.com/doctrine/orm/pull/12285) thanks to @HypeMC - [11397: Fix eager fetch composite foreign key](https://github.com/doctrine/orm/pull/11397) thanks to @Brajk19 CI -- - [12292: Bump actions/checkout from 5 to 6](https://github.com/doctrine/orm/pull/12292) thanks to @dependabot[bot] - [12291: Bump doctrine/.github/.github/workflows/release-on-milestone-closed.yml from 12.2.0 to 13.0.0](https://github.com/doctrine/orm/pull/12291) thanks to @dependabot[bot] - [12290: Bump doctrine/.github/.github/workflows/coding-standards.yml from 12.2.0 to 13.0.0](https://github.com/doctrine/orm/pull/12290) thanks to @dependabot[bot] - [12289: Bump doctrine/.github/.github/workflows/documentation.yml from 12.2.0 to 13.0.0](https://github.com/doctrine/orm/pull/12289) thanks to @dependabot[bot] - [12288: Bump doctrine/.github/.github/workflows/composer-lint.yml from 12.2.0 to 13.0.0](https://github.com/doctrine/orm/pull/12288) thanks to @dependabot[bot] #### Documentation - [12281: Fix documentation about default values](https://github.com/doctrine/orm/pull/12281) 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:18:06 +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#13679