Skip to content

Releases: symfony/psr-http-message-bridge

v7.0.0-BETA1

21 Oct 14:32
v7.0.0-BETA1
Compare
Choose a tag to compare
v7.0.0-BETA1 Pre-release
Pre-release

Changelog (v6.3.6...v7.0.0-BETA1)

v6.4.0-BETA1

21 Oct 14:02
v6.4.0-BETA1
Compare
Choose a tag to compare
v6.4.0-BETA1 Pre-release
Pre-release

Changelog (v6.3.6...v6.4.0-BETA1)

v2.3.1

26 Jul 11:54
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.3.0...v2.3.1

v2.3.0

25 Jul 14:46
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.2.0...v2.3.0

v2.2.0

21 Apr 08:42
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.1.4...v2.2.0

v2.1.4

28 Nov 22:47
Compare
Choose a tag to compare

What's Changed

  • perf: ensure timely flush stream buffers by @cidosx in #109
  • Add PHP 8.2 to CI by @derrabus in #110

New Contributors

  • @cidosx made their first contribution in #109

Full Changelog: v2.1.3...v2.1.4

v2.1.3

05 Sep 10:35
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.1.2...v2.1.3

v2.1.2

05 Nov 13:15
v2.1.2
22b37c8
Compare
Choose a tag to compare

Allow Symfony 6

v2.1.1

27 Jul 17:27
Compare
Choose a tag to compare

This release enables the installation of this library alongside versions 2 and 3 of the psr/log package.

v2.1.0

17 Feb 11:31
Compare
Choose a tag to compare

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