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\GRPC\ContextInterface
Changes
It has been updated with two methods:
public function withValue(string $key, mixed $value): self
- Addedmixed
type for$value
public function getValue(string $key): mixed
- addedmixed
return type
Spiral\RoadRunner\GRPC\Method
Changes
- The
name
,inputType
andoutputType
properties have been marked aspublic readonly
, which means that they cannot be modified once set. - The Methods
getName
,getInputType
andgetOutputType
have been marked as deprecated
Full Changelog: v2.0.1...3.0.0