Skip to content

v3.0.0

Compare
Choose a tag to compare
@butschster butschster released this 14 Apr 14:18
· 30 commits to 3.x since this release
264ab8d

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 - Added mixed type for $value
  • public function getValue(string $key): mixed - added mixed return type

Spiral\RoadRunner\GRPC\Method Changes

  • The name, inputType and outputType properties have been marked as public readonly, which means that they cannot be modified once set.
  • The Methods getName, getInputType and getOutputType have been marked as deprecated

Full Changelog: v2.0.1...3.0.0