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 3766937

Browse filesBrowse files
committed
Merge branch '7.2' into 7.3
* 7.2: (47 commits) Remove comment about AppVeyor in `phpunit` [Webhook][RemoteEvent] fix SendgridPayloadConverter category support Update old Appveyor skip conditions sync the Dutch translation file with changes from the 7.2 branch [Yaml] fix inline notation with inline comment clean up code for doctrine/persistence 2.x Generate missing translations using Gemini fix(property-info): make sure that SerializerExtractor returns null for invalid class metadata add translations for the Slug constraint [RemoteEvent][Webhook] fix SendgridRequestParser & SendgridPayloadConverter in case of missing sg_message_id [Messenger] Fix `TransportMessageIdStamp` not always added [DoctrineBridge] Fix compatibility to Doctrine persistence 2.5 in Doctrine Bridge 6.4 to avoid Projects stuck on 6.3 [PropertyInfo] Fix add missing composer conflict [ErrorHandler] Don't trigger "internal" deprecations for anonymous LazyClosure instances [VarDumper] Fix displaying closure's "this" from anonymous classes [Doctrine][Messenger] Prevents multiple TransportMessageIdStamp being stored in envelope [HttpKernel] Don't override existing LoggerInterface autowiring alias in LoggerPass reject inline notations followed by invalid content Fix predis command error checking [Security] Fix triggering session tracking from ContextListener ...
2 parents f3fb3a5 + 30e559f commit 3766937
Copy full SHA for 3766937

File tree

Expand file treeCollapse file tree

121 files changed

+1099
-409
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
Expand file treeCollapse file tree

121 files changed

+1099
-409
lines changed

‎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.