Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-09-27 | 692 Bytes | |
v7.3.4 source code.tar.gz | 2025-09-27 | 115.8 kB | |
v7.3.4 source code.zip | 2025-09-27 | 221.7 kB | |
Totals: 3 Items | 338.1 kB | 1 |
Changelog (https://github.com/symfony/http-kernel/compare/v7.3.3...v7.3.4)
- bug symfony/symfony#61368 [HttpKernel] Refine Vary header check to skip special handling of 'Accept-Language' when it's the only entry and '_vary_by_language' is
true
inCacheAttributeListener
(@santysisi) - bug symfony/symfony#61518 [HttpKernel] Handle an array vary header in the http cache store for write (@philpichet)
- bug symfony/symfony#61727 Replace sleep/wakeup() by (un)serialize() for throwing and internal usages (@nicolas-grekas)