mirror of
https://github.com/doctrine/orm.git
synced 2026-03-24 06:52:09 +01:00
[PR #12311] [MERGED] Merge release 2.20.9 into 2.21.x #13679
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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.x← Head:2.20.x-merge-up-into-2.21.x_YbHxVABM📝 Commits (10+)
e38278bFix eager fetch composite foreign key (#11397)e4d7df2Fix documentation about default valuesc1becd5Merge pull request #12281 from greg0ire/document-default-expressionsbc95c7cFix check for composite foreign key15537bcMerge pull request #12285 from HypeMC/fix-is-foreign-key-compositec142503Bump actions/checkout from 5 to 6 (#12292)6de5684Bump doctrine/.github/.github/workflows/release-on-milestone-closed.yml (#12291)9814078Bump doctrine/.github/.github/workflows/coding-standards.yml (#12290)3924c38Bump doctrine/.github/.github/workflows/documentation.yml (#12289)ab148d3Bump 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
Bug
CI
Documentation
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.