Skip to content

Commit 17d0fdc

Browse files
committed
rebase to branch 7.4
1 parent 9ccf332 commit 17d0fdc

File tree

4 files changed

+4
-8
lines changed

4 files changed

+4
-8
lines changed

UPGRADE-7.3.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -136,11 +136,6 @@ FrameworkBundle
136136
prefix: /webhook
137137
```
138138
139-
HttpClient
140-
----------
141-
142-
* Deprecate passing an instance of `StoreInterface` as `$cache` argument to `CachingHttpClient` constructor
143-
144139
HttpFoundation
145140
--------------
146141
@@ -418,4 +413,4 @@ Workflow
418413
$workflow = $this->workflows->get($event->getWorkflowName());
419414
}
420415
}
421-
```
416+
```

UPGRADE-7.4.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ HttpClient
5656
----------
5757

5858
* Deprecate using amphp/http-client < 5
59+
* Deprecate passing an instance of `StoreInterface` as `$cache` argument to `CachingHttpClient` constructor
5960

6061
HttpFoundation
6162
--------------

src/Symfony/Bundle/FrameworkBundle/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ CHANGELOG
1010
* Deprecate `Symfony\Bundle\FrameworkBundle\Console\Application::add()` in favor of `Symfony\Bundle\FrameworkBundle\Console\Application::addCommand()`
1111
* Add `assertEmailAddressNotContains()` to the `MailerAssertionsTrait`
1212
* Add `framework.type_info.aliases` option
13+
* Add support for configuring the `CachingHttpClient`
1314

1415
7.3
1516
---
@@ -66,7 +67,6 @@ CHANGELOG
6667
* Make `ValidatorCacheWarmer` use `kernel.build_dir` instead of `cache_dir`
6768
* Make `SerializeCacheWarmer` use `kernel.build_dir` instead of `cache_dir`
6869
* Support executing custom workflow validators during container compilation
69-
* Add support for configuring the `CachingHttpClient`
7070

7171
7.2
7272
---

src/Symfony/Component/HttpClient/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ CHANGELOG
55
---
66

77
* Deprecate using amphp/http-client < 5
8+
* Add RFC 9111–based caching support to `CachingHttpClient`
89

910
7.3
1011
---
1112

1213
* Add IPv6 support to `NativeHttpClient`
1314
* Allow using HTTP/3 with the `CurlHttpClient`
14-
* Add RFC 9111–based caching support to `CachingHttpClient`
1515

1616
7.2
1717
---

0 commit comments

Comments
 (0)