2079 Commits

Author SHA1 Message Date
Nicolas Grekas
522600e71c Merge branch '8.0' into 8.1
* 8.0:
  [HttpKernel] Fix using HTTP Cache in worker mode
  bug #62535 [HttpKernel] Don't reset services between fragments redering when using in HttpCache (nicolas-grekas)
  Fix existing headers must be replaced in CachingHttpClient
2026-01-05 17:07:17 +01:00
Nicolas Grekas
cbee94c08d Merge branch '7.4' into 8.0
* 7.4:
  [HttpKernel] Fix using HTTP Cache in worker mode
  bug #62535 [HttpKernel] Don't reset services between fragments redering when using in HttpCache (nicolas-grekas)
  Fix existing headers must be replaced in CachingHttpClient
2026-01-05 17:07:02 +01:00
Nicolas Grekas
dcba495549 Merge branch '7.3' into 7.4
* 7.3:
  [HttpKernel] Fix using HTTP Cache in worker mode
  bug #62535 [HttpKernel] Don't reset services between fragments redering when using in HttpCache (nicolas-grekas)
  Fix existing headers must be replaced in CachingHttpClient
2026-01-05 17:06:15 +01:00
Nicolas Grekas
e02ed3d121 Merge branch '6.4' into 7.3
* 6.4:
  [HttpKernel] Fix using HTTP Cache in worker mode
  bug #62535 [HttpKernel] Don't reset services between fragments redering when using in HttpCache (nicolas-grekas)
  Fix existing headers must be replaced in CachingHttpClient
2026-01-05 17:02:43 +01:00
Stakovicz
09e6a82636 [HttpKernel] Fix using HTTP Cache in worker mode 2026-01-05 16:41:04 +01:00
Nicolas Grekas
aba894bb83 bug #62535 [HttpKernel] Don't reset services between fragments redering when using in HttpCache (nicolas-grekas)
This PR was merged into the 7.4 branch.

Discussion
----------

[HttpKernel] Don't reset services between fragments redering when using in HttpCache

| Q             | A
| ------------- | ---
| Branch?       | 7.4
| Bug fix?      | yes
| New feature?  | no
| Deprecations? | no
| Issues        | Fix #62451
| License       | MIT

Commits
-------

9e8413fc84d [HttpKernel] Don't reset services between fragments redering when using in HttpCache
2026-01-05 15:51:28 +01:00
Fabien Potencier
8deb6ed802 Bump Symfony version to 8.0.4 2025-12-31 10:32:47 +01:00
Fabien Potencier
e6dfb348eb Update VERSION for 8.0.3 2025-12-31 10:29:34 +01:00
Fabien Potencier
e85d465d90 Bump Symfony version to 7.4.4 2025-12-31 10:12:17 +01:00
Fabien Potencier
885211d4be Update VERSION for 7.4.3 2025-12-31 09:43:57 +01:00
Fabien Potencier
12cacb4659 Bump Symfony version to 7.3.10 2025-12-31 09:40:32 +01:00
Fabien Potencier
b319fe1248 Update VERSION for 7.3.9 2025-12-31 09:34:55 +01:00
Fabien Potencier
2d5f6210cc Bump Symfony version to 6.4.32 2025-12-31 09:34:04 +01:00
Fabien Potencier
16b0d46d8e Update VERSION for 6.4.31 2025-12-31 09:27:27 +01:00
Charles-Édouard Coste
2c20ea6d15 [HttpKernel][DependencyInjection] Add support for SOURCE_DATE_EPOCH environment variable 2025-12-23 10:51:35 +01:00
Nicolas Grekas
a807eb2c99 minor #62783 PHP CS Fixer: enable static_lambda (keradus)
This PR was squashed before being merged into the 8.1 branch.

Discussion
----------

 PHP CS Fixer: enable static_lambda

| Q             | A
| ------------- | ---
| Branch?       | 8.1
| Bug fix?      | no
| New feature?  | no <!-- if yes, also update src/**/CHANGELOG.md -->
| Deprecations? | no <!-- if yes, also update UPGRADE-*.md and src/**/CHANGELOG.md -->
| Issues        | Fix CS
| License       | MIT

inspired by https://github.com/symfony/symfony/pull/62762/changes#r2622285457

DRAFT, as not applied to whole repo, only to one bridge to show example outpuut.
if you like the change, i can apply to whole repo

I suggest to see what will fail, revert such package, merge the rest.
then, handle other packages in separated PRs

Commits
-------

3274fbccfb3  PHP CS Fixer: enable static_lambda
2025-12-19 09:33:25 +01:00
Dariusz Ruminski
b3cce3b066 PHP CS Fixer: enable static_lambda 2025-12-19 09:33:17 +01:00
Yonel Ceruto
4736786a52 [HttpKernel] Add support for bundles as compiler passes 2025-12-17 12:27:14 +01:00
Fabien Potencier
ad87cbc31b Bump Symfony version to 8.0.3 2025-12-08 09:11:06 +01:00
Fabien Potencier
bcef77a3c8 Update VERSION for 8.0.2 2025-12-08 08:59:34 +01:00
Fabien Potencier
e4d4642e9d Bump Symfony version to 7.4.3 2025-12-08 08:58:50 +01:00
Fabien Potencier
f6e6f0a5fa Update VERSION for 7.4.2 2025-12-08 08:43:37 +01:00
Fabien Potencier
847f60484e Bump Symfony version to 8.0.2 2025-12-07 18:01:59 +01:00
Fabien Potencier
08b2498465 Bump Symfony version to 7.4.2 2025-12-07 17:49:51 +01:00
Fabien Potencier
059d232a6a Update VERSION for 8.0.1 2025-12-07 17:49:21 +01:00
Fabien Potencier
171d2ec400 Update VERSION for 7.4.1 2025-12-07 17:28:51 +01:00
Fabien Potencier
15e798e036 Bump Symfony version to 7.3.9 2025-12-07 17:17:43 +01:00
Fabien Potencier
b4bfe69807 Update VERSION for 7.3.8 2025-12-07 17:03:07 +01:00
Fabien Potencier
1820d723d8 Bump Symfony version to 6.4.31 2025-12-07 17:02:07 +01:00
Fabien Potencier
ceac681e74 Update VERSION for 6.4.30 2025-12-07 16:49:34 +01:00
Nicolas Grekas
0becebed16 Merge branch '8.0' into 8.1
* 8.0: (21 commits)
  [SecurityBundle] Fix tests with Symfony 7.4
  [DependencyInjection] Ensure deprecation detection does not trigger a PHP error
  [DependencyInjection][FrameworkBundle] fix BC break when dumping container for build/lint commands
  [Form] Clean up wrong method docblocks in data transformers
  Fix merge
  [DependencyInjection] Throw when using `$this` or its internal scope from PHP config files; use the `$loader` variable instead
  [HttpClient] Fix sharing CurlClientState between clones of CurlHttpClient instances
  [FrameworkBundle] Don't exclude classes with constraint/serialization attributes from being registered as services
  Revert "[HttpClient] Lazily initialize CurlClientState"
  [Yaml] Fix regression handling blank lines in unquoted scalars
  [Cache] Fix NullAdapter must set taggable
  [FrameworkBundle] Order alphabetically known tags of `UnusedTagsPass`
  allow the installation of MercureBundle 0.4
  [Console] don't discard existing aliases when constructing Command
  Import all node definition classes to DefinitionConfigurator
  Fix the creation of a redis connection with only ext-relay
  [FrameworkBundle] Dump bundles config reference first
  [DependencyInjection] Don't add the .container.known_envs parameter when empty
  [DependencyInjection] Reset resolved state when setting a parameter
  [HttpKernel] Don't reset services between fragments redering when using in HttpCache
  ...
2025-12-04 19:17:12 +01:00
Nicolas Grekas
ad40489f9e Merge branch '7.4' into 8.0
* 7.4: (21 commits)
  [SecurityBundle] Fix tests with Symfony 7.4
  [DependencyInjection] Ensure deprecation detection does not trigger a PHP error
  [DependencyInjection][FrameworkBundle] fix BC break when dumping container for build/lint commands
  [Form] Clean up wrong method docblocks in data transformers
  Fix merge
  [DependencyInjection] Throw when using `$this` or its internal scope from PHP config files; use the `$loader` variable instead
  [HttpClient] Fix sharing CurlClientState between clones of CurlHttpClient instances
  [FrameworkBundle] Don't exclude classes with constraint/serialization attributes from being registered as services
  Revert "[HttpClient] Lazily initialize CurlClientState"
  [Yaml] Fix regression handling blank lines in unquoted scalars
  [Cache] Fix NullAdapter must set taggable
  [FrameworkBundle] Order alphabetically known tags of `UnusedTagsPass`
  allow the installation of MercureBundle 0.4
  [Console] don't discard existing aliases when constructing Command
  Import all node definition classes to DefinitionConfigurator
  Fix the creation of a redis connection with only ext-relay
  [FrameworkBundle] Dump bundles config reference first
  [DependencyInjection] Don't add the .container.known_envs parameter when empty
  [DependencyInjection] Reset resolved state when setting a parameter
  [HttpKernel] Don't reset services between fragments redering when using in HttpCache
  ...
2025-12-04 19:17:06 +01:00
Nicolas Grekas
f065440c68 bug #62535 [HttpKernel] Don't reset services between fragments redering when using in HttpCache (nicolas-grekas)
This PR was merged into the 7.4 branch.

Discussion
----------

[HttpKernel] Don't reset services between fragments redering when using in HttpCache

| Q             | A
| ------------- | ---
| Branch?       | 7.4
| Bug fix?      | yes
| New feature?  | no
| Deprecations? | no
| Issues        | Fix #62451
| License       | MIT

Commits
-------

9e8413fc84d [HttpKernel] Don't reset services between fragments redering when using in HttpCache
2025-12-01 21:10:07 +01:00
Nicolas Grekas
caa0f609c7 [HttpKernel] Don't reset services between fragments redering when using in HttpCache 2025-11-27 16:37:42 +01:00
Fabien Potencier
7a29d444c2 Bump Symfony version to 7.4.1 2025-11-27 14:56:24 +01:00
Fabien Potencier
7348193cd3 Update VERSION for 7.4.0 2025-11-27 14:38:24 +01:00
Fabien Potencier
1449d852b9 Bump Symfony version to 8.0.1 2025-11-27 10:03:21 +01:00
Fabien Potencier
33a41d7f17 Update VERSION for 8.0.0 2025-11-27 09:33:14 +01:00
Fabien Potencier
fbd1c83f10 Bump Symfony version to 8.0.0 2025-11-21 16:08:22 +01:00
Fabien Potencier
3adb2ff20c Update VERSION for 8.0.0-RC3 2025-11-21 16:02:54 +01:00
Fabien Potencier
15280f0e54 Bump Symfony version to 7.4.0 2025-11-21 15:59:50 +01:00
Fabien Potencier
29fc41231b Update VERSION for 7.4.0-RC3 2025-11-21 15:37:21 +01:00
Fabien Potencier
550deccab8 Bump Symfony version to 8.0.0 2025-11-16 18:45:45 +01:00
Fabien Potencier
2524fb85a2 Update VERSION for 8.0.0-RC2 2025-11-16 18:39:27 +01:00
Fabien Potencier
e035a5e427 Bump Symfony version to 7.4.0 2025-11-16 18:39:00 +01:00
Fabien Potencier
b7d15e79d0 Update VERSION for 7.4.0-RC2 2025-11-16 18:30:52 +01:00
Fabien Potencier
54826fe0e9 Bump version to 8.1 2025-11-16 11:40:25 +01:00
Fabien Potencier
98fc5c8df6 Bump Symfony version to 8.0.0 2025-11-13 14:30:26 +01:00
Fabien Potencier
cb393537e9 Update VERSION for 8.0.0-RC1 2025-11-13 13:51:17 +01:00
Fabien Potencier
c23cc9a28e Bump Symfony version to 7.4.0 2025-11-13 13:50:12 +01:00