Releases: symfony/psr-http-message-bridge
Releases · symfony/psr-http-message-bridge
v7.0.0-BETA1
Changelog (v6.3.6...v7.0.0-BETA1)
- feature symfony/symfony#51325 [FrameworkBundle] Deprecate not setting some options (@Jean-Beru)
- feature symfony/symfony#51197 [PsrHttpMessageBridge] Support
php-http/discovery
for auto-detecting PSR-17 factories (@derrabus) - feature symfony/symfony#51167 [PsrHttpMessageBridge] Remove ArgumentValueResolverInterface from PsrServerRequestResolver (@derrabus)
- feature symfony/symfony#51100 [PsrHttpMessageBridge] Import the bridge into the monorepo (@fabpot, @dunglas, @KorvinSzanto, @xabbuh, @aimeos, @ahundiak, @Danielss89, @rougin, @csunolgomez, Jérôme Parmentier, @mtibben, @Nyholm, @ajgarlag, @uphlewis, @samnela, @grachevko, @nicolas-grekas, @tinyroy, @danizord, Daniel Degasperi, @rbaarsma, @Ekman, @4rthem, @derrabus, @mleczakm, @iluuu1994, @Tobion, @chalasr, @lemon-juice, @franmomu, @cidosx, @erikn69, @AurelienPillevesse)
v6.4.0-BETA1
Changelog (v6.3.6...v6.4.0-BETA1)
- feature symfony/symfony#51325 [FrameworkBundle] Deprecate not setting some options (@Jean-Beru)
- feature symfony/symfony#51197 [PsrHttpMessageBridge] Support
php-http/discovery
for auto-detecting PSR-17 factories (@derrabus) - feature symfony/symfony#51167 [PsrHttpMessageBridge] Remove ArgumentValueResolverInterface from PsrServerRequestResolver (@derrabus)
- feature symfony/symfony#51100 [PsrHttpMessageBridge] Import the bridge into the monorepo (@fabpot, @dunglas, @KorvinSzanto, @xabbuh, @aimeos, @ahundiak, @Danielss89, @rougin, @csunolgomez, Jérôme Parmentier, @mtibben, @Nyholm, @ajgarlag, @uphlewis, @samnela, @grachevko, @nicolas-grekas, @tinyroy, @danizord, Daniel Degasperi, @rbaarsma, @Ekman, @4rthem, @derrabus, @mleczakm, @iluuu1994, @Tobion, @chalasr, @lemon-juice, @franmomu, @cidosx, @erikn69, @AurelienPillevesse)
v2.3.1
What's Changed
- Don't rely on
Request::getPayload()
to populate the parsed body by @nicolas-grekas in #122
Full Changelog: v2.3.0...v2.3.1
v2.3.0
What's Changed
- Add native types where possible by @derrabus in #118
- Leverage
Request::getPayload()
to populate the parsed body of PSR-7 requests by @AurelienPillevesse in #117 - Implement ValueResolverInterface by @derrabus in #119
New Contributors
- @AurelienPillevesse made their first contribution in #117
Full Changelog: v2.2.0...v2.3.0
v2.2.0
v2.1.4
v2.1.3
What's Changed
- Fix for wrong type passed to moveTo() by @lemon-juice in #103
- Add missing .gitattributes by @franmomu in #104
- Ignore invalid HTTP headers when creating PSR7 objects by @nicolas-grekas in #107
New Contributors
- @lemon-juice made their first contribution in #103
- @franmomu made their first contribution in #104
Full Changelog: v2.1.2...v2.1.3
v2.1.2
v2.1.1
v2.1.0
This release adds two classes that have been removed from sensio/framework-extra-bundle
previously:
- Added a
PsrResponseListener
to automatically convert PSR-7 responses returned by controllers - Added a
PsrServerRequestResolver
that allows injecting PSR-7 request objects into controllers