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
New features
Spiral\RoadRunner\Tcp\TcpEventenum which contains constants representing different Tcp events has been introduced.Spiral\RoadRunner\Tcp\TcpResponseenum with constants for common responses has been added.
Breaking changes
Spiral\RoadRunner\Tcp\Request Changes
- The constructor of the class has been changed, and the parameters are now readonly.
Spiral\RoadRunner\Tcp\TcpWorkerInterface Changes
It has been updated with two new methods:
public function respond(string $body, TcpResponse $response = TcpResponse::Respond): void;
Full Changelog: v2.0.1...3.0.0