Releases: roadrunner-php/grpc
Releases · roadrunner-php/grpc
v3.4.0
v3.3.0
What's Changed
- Updated .rr.yaml in examples by @ALameLlama in #27
- Added support for RoadRunner v2024.1 by @msmakouz in #28
New Contributors
- @ALameLlama made their first contribution in #27
Full Changelog: 3.2.0...v3.3.0
v3.2.0
What's Changed
- Update Invoker to handle Message objects as input by @butschster in #25
Full Changelog: 3.1.0...3.2.0
v3.1.0
What's Changed
- feat: Add support for "google/common-protos" v4.0 by @butschster in #24
Full Changelog: 3.0.1...3.1.0
v3.0.1
What's Changed
- Adds unit test with testing exception with details by @butschster in #19
- Fixed worker init by @arku31 in #21
- Update README.md by @ljfreelancer88 in #22
- Fixes PhpDoc by @butschster in #23
New Contributors
- @arku31 made their first contribution in #21
- @ljfreelancer88 made their first contribution in #22
Full Changelog: 3.0.0...3.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\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
v2.0.1
v2.0.0
What's Changed
- Add support of RR2 worker
- Fixes tests for TestService by @butschster in #3
New Contributors
- @butschster made their first contribution in #3
Full Changelog: v1.5.0...v2.0.0