Php Grpc Versions Save

:electric_plug: Fast and furious GRPC server for PHP applications

v1.6.0

2 years ago
  • 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

3 years ago
  • PHP8 support
  • Minor improvements in the codebase
  • Added Plasm checks

v1.4.2

3 years ago
  • Upgrade PHP composer version

v1.4.1

3 years ago
  • 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

3 years ago
  • Add all major gRPC configuration options. Docs

v1.3.1

3 years ago
  • RoadRunner version updated to 1.8.2

v1.3.0

3 years ago
  • Add the ability to append the certificate authority in the config under the tls: rootCA key
  • RoadRunner version bump to 1.8.1

v1.2.2

4 years ago
  • Update RoadRunner version to 1.8.0

v1.2.1

4 years ago
  • replaced deprecated github.com/golang/protobuf/proto with new google.golang.org/protobuf/proto
  • roadrunner version bump to 1.7.1

v1.2.0

4 years ago
  • added the ability to work on Golang level only (without roadrunner worker and proto file)