Skip to content

Releases: roadrunner-php/http

v3.0.1

24 Apr 07:10
ab62a2d

Choose a tag to compare

What's Changed

Full Changelog: 3.0.0...3.0.1

v3.0.0

14 Apr 11:41
99727fb

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

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

Choose a tag to compare

What's Changed

New Contributors

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

v2.0.4

29 Sep 11:33
2d76b77

Choose a tag to compare

v2.0.3

11 Sep 21:38
5ad9b26

Choose a tag to compare

v2.0.2

02 Sep 09:01
62f9784

Choose a tag to compare

v2.0.1

05 Aug 12:38
4130858

Choose a tag to compare

v2.0.0

18 Feb 12:43
0eb0bc9

Choose a tag to compare

  • Initial HTTP worker release.

v2.0.0-beta10

18 Feb 11:10
0eb0bc9

Choose a tag to compare

v2.0.0-beta10 Pre-release
Pre-release
Merge pull request #1 from spiral/feature/code-improvements

Code improvements