File tree Expand file tree Collapse file tree 4 files changed +4
-8
lines changed Expand file tree Collapse file tree 4 files changed +4
-8
lines changed Original file line number Diff line number Diff line change @@ -136,11 +136,6 @@ FrameworkBundle
136
136
prefix : /webhook
137
137
` ` `
138
138
139
- HttpClient
140
- ----------
141
-
142
- * Deprecate passing an instance of ` StoreInterface` as `$cache` argument to `CachingHttpClient` constructor
143
-
144
139
HttpFoundation
145
140
--------------
146
141
@@ -418,4 +413,4 @@ Workflow
418
413
$workflow = $this->workflows->get($event->getWorkflowName());
419
414
}
420
415
}
421
- ` ` `
416
+ ` ` `
Original file line number Diff line number Diff line change @@ -56,6 +56,7 @@ HttpClient
56
56
----------
57
57
58
58
* Deprecate using amphp/http-client < 5
59
+ * Deprecate passing an instance of ` StoreInterface ` as ` $cache ` argument to ` CachingHttpClient ` constructor
59
60
60
61
HttpFoundation
61
62
--------------
Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ CHANGELOG
10
10
* Deprecate ` Symfony\Bundle\FrameworkBundle\Console\Application::add() ` in favor of ` Symfony\Bundle\FrameworkBundle\Console\Application::addCommand() `
11
11
* Add ` assertEmailAddressNotContains() ` to the ` MailerAssertionsTrait `
12
12
* Add ` framework.type_info.aliases ` option
13
+ * Add support for configuring the ` CachingHttpClient `
13
14
14
15
7.3
15
16
---
@@ -66,7 +67,6 @@ CHANGELOG
66
67
* Make `ValidatorCacheWarmer` use `kernel.build_dir` instead of `cache_dir`
67
68
* Make `SerializeCacheWarmer` use `kernel.build_dir` instead of `cache_dir`
68
69
* Support executing custom workflow validators during container compilation
69
- * Add support for configuring the `CachingHttpClient`
70
70
71
71
7.2
72
72
---
Original file line number Diff line number Diff line change @@ -5,13 +5,13 @@ CHANGELOG
5
5
---
6
6
7
7
* Deprecate using amphp/http-client < 5
8
+ * Add RFC 9111–based caching support to ` CachingHttpClient `
8
9
9
10
7.3
10
11
---
11
12
12
13
* Add IPv6 support to ` NativeHttpClient `
13
14
* Allow using HTTP/3 with the ` CurlHttpClient `
14
- * Add RFC 9111–based caching support to ` CachingHttpClient `
15
15
16
16
7.2
17
17
---
You can’t perform that action at this time.
0 commit comments