Skip to content

Tags: roadrunner-php/grpc

Tags

v3.4.0

Toggle v3.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add support of google/protobuf v4.x (#31)

v3.3.0

Toggle v3.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add support of RoadRunner v2024.1 (#28)

3.2.0

Toggle 3.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update Invoker to handle Message objects as input (#25)

Now it can accept both string and Message objects as inputs. This change simplifies the process when the input is already a Message object, eliminating the need to convert it again.

3.1.0

Toggle 3.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: Add support for "google/common-protos" v4.0 (#24)

Updated the package to support both "google/common-protos" version ^3.1 and ^4.0. This provides users with the flexibility to choose between the two major releases while ensuring backward compatibility.

3.0.1

Toggle 3.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fixes PhpDoc (#23)

3.0.0

Toggle 3.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Improve Spiral\RoadRunner\GRPC\Server class

The "serve" method in the Spiral\RoadRunner\GRPC\Server class now expects a parameter of type WorkerInterface instead of Worker. This change was made to improve flexibility and allow for easier testing and mocking of the worker object.

v2.0.1

Toggle v2.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #13 from msmakouz/exceptions

Returning errors via Google\Rpc\Status

v2.0.0

Toggle v2.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #3 from spiral/fix/service-tests

Fixes tests for TestService

v1.5.0

Toggle v1.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
PHP8 support, refactoring

v1.4.2

Toggle v1.4.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update composer.json