Skip to content

v3.0.0

Compare
Choose a tag to compare
@butschster butschster released this 14 Apr 11:41
· 40 commits to 3.x since this release
99727fb

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