Releases: spiral-modules/php-grpc
Releases · spiral-modules/php-grpc
v1.1.1 - no binary release
- [bugfix] invalid constructor parameters in ServiceException by @everflux
v1.1.0
- added automatic CS fixing
- the minimum PHP version is set to 7.2
- added ResponseHeaders and metadata generation by server by @wolfgang-braun
v1.0.8
- included
limit
and metrics
service
- ability to expose GRPC stats to Prometheus
v1.0.7
Server
and Invoker
are final
- added support for pool controller (roadrunner 1.4.0)
- added strict_types=1
v1.0.6
- improved base path location of protobuf files by @oneslash
v1.0.5
- improved base path location of protobuf files by @oneslash
v1.0.4
- bugfix, support for imported services in proto annotation
v1.0.3
- addressed special exception (prefix) for imported proto files form google.protobuf by @zarianec
v1.0.2
- added support for
php_namespace
option
- added support for nested namespace resolution in generated code
(thanks to @zarianec)
- protobuf version bump to 1.3.1
v1.0.1
- fixed bug causing server not working with empty payloads
- fixed bug with disabled RPC service
- added elapsed time to the debug log