You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,8 @@ See also the [GitHub releases page](https://github.com/FriendsOfSymfony/FOSHttpC
13
13
* Drop support for Symfony < 6.4
14
14
* Test with PHP 8.2 and 8.3
15
15
* Drop support for PHP < 8.1
16
+
* Switched to PSR-17 message factories
17
+
* Switched some places to PSR-18 HTTP client. The main functionality needs the Httplug Async Client specification. There is no PSR for asynchronous clients.
16
18
* Parameter and return type declarations where possible.
17
19
* Ignore empty tag lists passed to `TagCapable::invalidateTags` so you don't need to check if there are tags or not.
0 commit comments