Releases: roadrunner-php/http
Releases · roadrunner-php/http
v3.5.1
v3.5.0
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 usingJSON
. 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
What's Changed
- Added a new method
getHttpWorker
in thePSR7Worker
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
- @FluffyDiscord made their first contribution in #21
Full Changelog: 3.3.0...v3.4.0
v3.3.0
v3.2.0
v3.1.0
v3.0.1
v3.0.0
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
What's Changed
- Add support for raw body by @lainosantos in #11
New Contributors
- @lainosantos made their first contribution in #11
Full Changelog: v2.1.0...v2.2.0