Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 3b68f18

Browse filesBrowse files
Merge branch '7.3' into 7.3
2 parents 66245b3 + e348b70 commit 3b68f18
Copy full SHA for 3b68f18

File tree

794 files changed

+12463
-3814
lines changed
Filter options

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Dismiss banner

794 files changed

+12463
-3814
lines changed

‎.github/PULL_REQUEST_TEMPLATE.md

Copy file name to clipboardExpand all lines: .github/PULL_REQUEST_TEMPLATE.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
| Q | A
22
| ------------- | ---
3-
| Branch? | 7.3 for features / 5.4, 6.4, 7.1, and 7.2 for bug fixes <!-- see below -->
3+
| Branch? | 7.3 for features / 6.4, 7.1, and 7.2 for bug fixes <!-- see below -->
44
| Bug fix? | yes/no
55
| New feature? | yes/no <!-- please update src/**/CHANGELOG.md files -->
66
| Deprecations? | yes/no <!-- please update UPGRADE-*.md and src/**/CHANGELOG.md files -->

‎.github/workflows/phpunit-bridge.yml

Copy file name to clipboardExpand all lines: .github/workflows/phpunit-bridge.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@ jobs:
3535
php-version: "7.2"
3636

3737
- name: Lint
38-
run: find ./src/Symfony/Bridge/PhpUnit -name '*.php' | grep -v -e /Tests/ -e ForV7 -e ForV8 -e ForV9 -e ConstraintLogicTrait | parallel -j 4 php -l {}
38+
run: find ./src/Symfony/Bridge/PhpUnit -name '*.php' | grep -v -e /Tests/ -e /Attribute/ -e /Extension/ -e /Metadata/ -e ForV7 -e ForV8 -e ForV9 -e ConstraintLogicTrait | parallel -j 4 php -l {}

‎CHANGELOG-7.1.md

Copy file name to clipboardExpand all lines: CHANGELOG-7.1.md
+22Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,28 @@ in 7.1 minor versions.
77
To get the diff for a specific change, go to https://github.com/symfony/symfony/commit/XXX where XXX is the change hash
88
To get the diff between two versions, go to https://github.com/symfony/symfony/compare/v7.1.0...v7.1.1
99

10+
* 7.1.10 (2024-12-31)
11+
12+
* bug #59304 [PropertyInfo] Remove ``@internal`` from `PropertyReadInfo` and `PropertyWriteInfo` (Dario Guarracino)
13+
* bug #59228 [HttpFoundation] Avoid mime type guess with temp files in `BinaryFileResponse` (alexandre-daubois)
14+
* bug #59318 [Finder] Fix using `==` as default operator in `DateComparator` (MatTheCat)
15+
* bug #59321 [HtmlSanitizer] reject URLs containing whitespaces (xabbuh)
16+
* bug #59250 [HttpClient] Fix a typo in NoPrivateNetworkHttpClient (Jontsa)
17+
* bug #59103 [Messenger] ensure exception on rollback does not hide previous exception (nikophil)
18+
* bug #59226 [FrameworkBundle] require the writer to implement getFormats() in the translation:extract (xabbuh)
19+
* bug #59213 [FrameworkBundle] don't require fake notifier transports to be installed as non-dev dependencies (xabbuh)
20+
* bug #59066 Fix resolve enum in string type resolver (DavidBadura)
21+
* bug #59156 [PropertyInfo] Fix interface handling in PhpStanTypeHelper (mtarld)
22+
* bug #59160 [BeanstalkMessenger] Round delay to an integer to avoid deprecation warning (plantas)
23+
* bug #59012 [PropertyInfo] Fix interface handling in `PhpStanTypeHelper` (janedbal)
24+
* bug #59134 [HttpKernel] Denormalize request data using the csv format when using "#[MapQueryString]" or "#[MapRequestPayload]" (except for content data) (ovidiuenache)
25+
* bug #59140 [WebProfilerBundle] fix: white-space in highlighted code (chr-hertel)
26+
* bug #59124 [FrameworkBundle] fix: notifier push channel bus abstract arg (raphael-geffroy)
27+
* bug #59069 [Console] Fix division by 0 error (Rindula)
28+
* bug #59070 [PropertyInfo] evaluate access flags for properties with asymmetric visibility (xabbuh)
29+
* bug #59062 [HttpClient] Always set CURLOPT_CUSTOMREQUEST to the correct HTTP method in CurlHttpClient (KurtThiemann)
30+
* bug #59023 [HttpClient] Fix streaming and redirecting with NoPrivateNetworkHttpClient (nicolas-grekas)
31+
1032
* 7.1.9 (2024-11-27)
1133

1234
* bug #59013 [HttpClient] Fix checking for private IPs before connecting (nicolas-grekas)

‎CHANGELOG-7.2.md

Copy file name to clipboardExpand all lines: CHANGELOG-7.2.md
+24Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,30 @@ in 7.2 minor versions.
77
To get the diff for a specific change, go to https://github.com/symfony/symfony/commit/XXX where XXX is the change hash
88
To get the diff between two versions, go to https://github.com/symfony/symfony/compare/v7.2.0...v7.2.1
99

10+
* 7.2.2 (2024-12-31)
11+
12+
* bug #59304 [PropertyInfo] Remove ``@internal`` from `PropertyReadInfo` and `PropertyWriteInfo` (Dario Guarracino)
13+
* bug #59252 [Stopwatch] bug #54854 undefined key error when trying to fetch a mis… (Alex Niedre)
14+
* bug #59278 [SecurityBundle] Do not replace authenticators service by their traceable version (MatTheCat)
15+
* bug #59228 [HttpFoundation] Avoid mime type guess with temp files in `BinaryFileResponse` (alexandre-daubois)
16+
* bug #59318 [Finder] Fix using `==` as default operator in `DateComparator` (MatTheCat)
17+
* bug #59321 [HtmlSanitizer] reject URLs containing whitespaces (xabbuh)
18+
* bug #59310 [Validator] the "max" option can be zero (xabbuh)
19+
* bug #59271 [TypeInfo] Fix PHPDoc resolving of union with mixed (mtarld)
20+
* bug #59269 [Security/Csrf] Trust "Referer" at the same level as "Origin" (nicolas-grekas)
21+
* bug #59250 [HttpClient] Fix a typo in NoPrivateNetworkHttpClient (Jontsa)
22+
* bug #59103 [Messenger] ensure exception on rollback does not hide previous exception (nikophil)
23+
* bug #59226 [FrameworkBundle] require the writer to implement getFormats() in the translation:extract (xabbuh)
24+
* bug #59213 [FrameworkBundle] don't require fake notifier transports to be installed as non-dev dependencies (xabbuh)
25+
* bug #59113 [FrameworkBundle][Translation] fix translation lint compatibility with the `PseudoLocalizationTranslator` (xabbuh)
26+
* bug #59060 [Validator] set the violation path only if the `errorPath` option is set (xabbuh)
27+
* bug #59066 Fix resolve enum in string type resolver (DavidBadura)
28+
* bug #59156 [PropertyInfo] Fix interface handling in PhpStanTypeHelper (mtarld)
29+
* bug #59160 [BeanstalkMessenger] Round delay to an integer to avoid deprecation warning (plantas)
30+
* bug #59012 [PropertyInfo] Fix interface handling in `PhpStanTypeHelper` (janedbal)
31+
* bug #59134 [HttpKernel] Denormalize request data using the csv format when using "#[MapQueryString]" or "#[MapRequestPayload]" (except for content data) (ovidiuenache)
32+
* bug #59140 [WebProfilerBundle] fix: white-space in highlighted code (chr-hertel)
33+
1034
* 7.2.1 (2024-12-11)
1135

1236
* bug #59145 [TypeInfo] Make `Type::nullable` method no-op on every nullable type (mtarld)

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.