Skip to content

Releases: roadrunner-php/grpc

v3.3.0

11 Apr 17:49
9e5e86f
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 3.2.0...v3.3.0

v3.2.0

30 Nov 14:44
6865691
Compare
Choose a tag to compare

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

26 Oct 08:13
94b5ec7
Compare
Choose a tag to compare

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

14 Sep 09:14
fe483cb
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 3.0.0...3.0.1

v3.0.0

14 Apr 14:18
264ab8d
Compare
Choose a tag to compare

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

v2.0.1

10 Nov 10:12
41ddf6f
Compare
Choose a tag to compare

What's Changed

  • Returning errors via Google\Rpc\Status when GRPCException was thrown by @msmakouz in #13

New Contributors

Full Changelog: v2.0.0...v2.0.1

v2.0.0

08 Dec 07:28
dc194e4
Compare
Choose a tag to compare

What's Changed

  • Add support of RR2 worker
  • Fixes tests for TestService by @butschster in #3

New Contributors

Full Changelog: v1.5.0...v2.0.0