8000 Update CHANGELOG for 5.4.48 · symfony/symfony@88a1303 · GitHub
[go: up one dir, main page]

Skip to content

Commit 88a1303

Browse files
committed
Update CHANGELOG for 5.4.48
1 parent 4677f32 commit 88a1303

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

CHANGELOG-5.4.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,31 @@ 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.48 (2024-11-27)
11+
12+
* bug #59013 [HttpClient] Fix checking for private IPs before connecting (nicolas-grekas)
13+
* bug #58562 [HttpClient] Close gracefull when the server closes the connection abruptly (discordier)
14+
* bug #59007 [Dotenv] read runtime config from composer.json in debug dotenv command (xabbuh)
15+
* bug #58963 [PropertyInfo] Fix write visibility for Asymmetric Visibility and Virtual Properties (xabbuh, pan93412)
16+
* bug #58983 [Translation] [Bridge][Lokalise] Fix empty keys array in PUT, DELETE requests causing Lokalise API error (DominicLuidold)
17+
* bug #58959 [PropertyInfo] consider write property visibility to decide whether a property is writable (xabbuh)
18+
* bug #58964 [TwigBridge] do not add child nodes to EmptyNode instances (xabbuh)
19+
* bug #58822 [DependencyInjection] Fix checking for interfaces in ContainerBuilder::getReflectionClass() (donquixote)
20+
* bug #58865 Dynamically fix compatibility with doctrine/data-fixtures v2 (greg0ire)
21+
* bug #58921 [HttpKernel] Ensure `HttpCache::getTraceKey()` does not throw exception (lyrixx)
22+
* bug #58908 [DoctrineBridge] don't call `EntityManager::initializeObject()` with scalar values (xabbuh)
23+
* bug #58924 [HttpClient] Fix empty hosts in option "resolve" (nicolas-grekas)
24+
* bug #58915 [HttpClient] Fix option "resolve" with IPv6 addresses (nicolas-grekas)
25+
* bug #58919 [WebProfilerBundle] Twig deprecations (mazodude)
26+
* bug #58914 [HttpClient] Fix option "bindto" with IPv6 addresses (nicolas-grekas)
27+
* bug #58875 [HttpClient] Removed body size limit (Carl Julian Sauter)
28+
* bug #58860 [HttpClient] Fix catching some invalid Location headers (nicolas-grekas)
29+
* bug #58836 Work around `parse_url()` bug (bis) (nicolas-grekas)
30+
* bug #58818 [Messenger] silence PHP warnings issued by `Redis::connect()` (xabbuh)
31+
* bug #58828 [PhpUnitBridge] fix dumping tests to skip with data providers (xabbuh)
32+
* bug #58842 [Routing] Fix: lost priority when defining hosts in configuration (BeBlood)
33+
* bug #58850 [HttpClient] fix PHP 7.2 compatibility (xabbuh)
34+
1035
* 5.4.47 (2024-11-13)
1136

1237
* security #cve-2024-50342 [HttpClient] Resolve hostnames in NoPrivateNetworkHttpClient (nicolas-grekas)

0 commit comments

Comments
 (0)
0