Releases: spiral-modules/php-grpc
Releases · spiral-modules/php-grpc
v1.6.0
- All libraries are updated to their latest versions.
- Protobuf v2.
- Go 1.17.
- Multiply
proto
files support.
- Move to the GitHub actions instead of travis.
v1.5.0
- PHP8 support
- Minor improvements in the codebase
- Added Plasm checks
v1.4.2
- Upgrade PHP composer version
v1.4.1
- RoadRunner version update to 1.8.3
- Golang version in go.mod bump to 1.15
- Add server configuration options (debug) (@aldump)
v1.4.0
- Add all major gRPC configuration options. Docs
v1.3.1
- RoadRunner version updated to 1.8.2
v1.3.0
- Add the ability to append the certificate authority in the config under the
tls: rootCA
key
- RoadRunner version bump to 1.8.1
1.2.2
- Update RoadRunner version to 1.8.0
v1.2.1
- replaced deprecated github.com/golang/protobuf/proto with new google.golang.org/protobuf/proto
- roadrunner version bump to 1.7.1
v1.2.0
- added the ability to work on Golang level only (without roadrunner worker and proto file)