8000 Merge pull request #51160 from fabpot/release-5.4.26 · Wink-dev/symfony@dce5f4b · GitHub
[go: up one dir, main page]

Skip to content

Commit dce5f4b

Browse files
authored
Merge pull request symfony#51160 from fabpot/release-5.4.26
released v5.4.26
2 parents 8492f10 + 947f0bd commit dce5f4b

File tree

3 files changed

+79
-32
lines changed

3 files changed

+79
-32
lines changed

CHANGELOG-5.4.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,38 @@ in 5.4 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/v5.4.0...v5.4.1
99

10+
* 5.4.26 (2023-07-29)
11+
12+
* bug #50933 [Serializer] Fix deserializing nested arrays of objects with mixed keys (HypeMC)
13+
* bug #51078 [FrameworkBundle][Workflow] Throw exception is workflow.xxx.transitions is not an array (lyrixx)
14+
* bug #51114 [Serializer] Fix denormalizing abstract part headers in MimeMessageNormalizer (fancyweb)
15+
* bug #50788 [Validator] Fix regression with class metadatada on parent classes (rmikalkenas)
16+
* bug #51017 [VarExporter] Fix exporting classes with __serialize() but not __unserialize() (fancyweb)
17+
* bug #51031 Fix deprecations on PHP 8.3 (nicolas-grekas)
18+
* bug #51000 [WebProfilerBundle] Fix error in case of 'Content-Type' set null in dev environment with no debug (alexbuyanow)
19+
* bug #50994 [ErrorHandler][Runtime] Don't mess with ini_set('assert.warning') (nicolas-grekas)
20+
* bug #50968 [PropertyAccess] Fix access to undefined "file" key when checking stack frames (nicolas-grekas)
21+
* bug #50552 [Security] Allow custom scheme to be used as redirection URIs (Spomky)
22+
* bug #50945 [DebugBundle][FrameworkBundle] Fix using the framework without the Console component (HypeMC)
23+
* bug #50913 [HttpKernel][WebProfilerBundle] Fix search feature (Cyril HERRERA)
24+
* bug #50937 [Form] fetch all known ChoiceType values at once (xabbuh)
25+
* bug #50944 [FrameworkBundle] Add missing monolog channel tag to the `messenger:failed:retry` command (HypeMC)
26+
* bug #49070 [RateLimiter] fix incorrect retryAfter of FixedWindow (RobertMe)
27+
* bug #50960 [VarDumper] Fix dumping `ArrayObject` with `DumpDataCollector` (lyrixx, HypeMC)
28+
* bug #50943 [Intl] Taking into account bibliographic + overlong (oleg-andreyev)
29+
* bug #50954 [PhpUnitBridge] Kill the last concurrent process when it stales for more than 60s (nicolas-grekas)
30+
* bug #50475 [FrameworkBundle] Prevent `cache:clear` to lose files on subsequent runs (Okhoshi)
31+
* bug #47252 [PhpUnitBridge] Use triggering class to generate baseline for deprecation messages from DebugClassLoader (leongersen)
32+
* bug #50582 [Security/Http] Fix false-string handling in `RememberMeAuthenticator` (ossinkine)
33+
* bug #50595 [DependencyInjection] Don't ignore attributes on the actual decorator (HypeMC)
34+
* bug #50804 [Serializer] Fix Normalizer not utilizing converted name for index variadic param (DidierLmn)
35+
* bug #50813 [DoctrineBridge] Load refreshed user proxy (MatTheCat)
36+
* bug #50905 [DepdencyInjection] Fix costly logic when checking errored definitions (nicolas-grekas)
37+
* bug #50884 [Finder] Fix initial directory is opened twice (mvorisek)
38+
* bug #50881 [Messenger] Fix passing options set via tags to handler descriptors (nicolas-grekas)
39+
* bug #50837 [DependencyInjection] Fix autocasting null env values to empty string (fancyweb)
40+
* bug #50810 [String] Fix Inflector for 'status' (evertharmeling)
41+
1042
* 5.4.25 (2023-06-26)
1143

1244
* bug #50763 [DependencyInjection] Skip errored definitions deep-referenced as runtime exceptions (nicolas-grekas)

0 commit comments

Comments
 (0)
0