Skip to content

Releases: roadrunner-php/http

v3.5.1

26 Apr 11:21
213cd0d
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.5.0...v3.5.1

v3.5.0

02 Apr 09:10
f5c329b
Compare
Choose a tag to compare

What's Changed

  • Added support for the upcoming release version of RoadRunner 2024.1
  • Added a way to communicate between RoadRunner and the PHP part using Protocol Buffers. This communication method will be introduced in RoadRunner v2024.1, replacing the current method of communication using JSON. The JSON communication implementation remains for backward compatibility and will be removed in v4.0.0.

Full Changelog: v3.4.0...v3.5.0

v3.4.0

05 Feb 13:18
c6fb299
Compare
Choose a tag to compare

What's Changed

  • Added a new method getHttpWorker in the PSR7Worker class to get the HttpWorker @FluffyDiscord in #21
  • Added documentation about streaming response by @roxblnfk in #19
  • Fixed the documentation link, removed PHP versions from GitHub Actions by @msmakouz in #22

New Contributors

Full Changelog: 3.3.0...v3.4.0

v3.3.0

05 Dec 20:46
7a1f7d0
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 3.2.0...3.3.0

v3.2.0

04 Oct 09:41
c6aef2a
Compare
Choose a tag to compare

What's Changed

  • Added ability to send separated stream frames; better streaming response support by @roxblnfk in #18

Full Changelog: 3.1.0...3.2.0

v3.1.0

17 Jul 16:23
c6e6f0a
Compare
Choose a tag to compare

What's Changed

  • The StreamStopException will be thrown when the output stream is stopped by @roxblnfk in #16

Full Changelog: 3.0.1...3.1.0

v3.0.1

24 Apr 07:10
ab62a2d
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.0.0...3.0.1

v3.0.0

14 Apr 11:41
99727fb
Compare
Choose a tag to compare

Features

  • Upgraded to PHP 8.1
  • Upgraded to PHPUnit 10
  • Upgraded to Psalm 5
  • Added reusable Gh Actions
  • Added metapackage spiral/roadrunner:^2023

Breaking Changes

Spiral\RoadRunner\Http\HttpWorkerInterface Changes

Updated respond method. Added Generator type for $body argument.

public function respond(int $status, string|Generator $body, array $headers = []): void;

Full Changelog: v2.2.0...3.0.0

v2.2.0

30 Nov 20:23
2b397a2
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.1.0...v2.2.0

v2.1.0

22 Mar 11:30
3be8bac
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.0.4...v2.1.0