Skip to content
This repository was archived by the owner on Jan 21, 2022. It is now read-only.

Releases: spiral-modules/php-grpc

v1.1.1 - no binary release

27 Jan 11:58
e391b8e
Compare
Choose a tag to compare
  • [bugfix] invalid constructor parameters in ServiceException by @everflux

v1.1.0

30 Nov 12:15
Compare
Choose a tag to compare
  • 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

06 Sep 12:19
Compare
Choose a tag to compare
  • included limit and metrics service
  • ability to expose GRPC stats to Prometheus

v1.0.7

22 May 13:49
Compare
Choose a tag to compare
  • Server and Invoker are final
  • added support for pool controller (roadrunner 1.4.0)
  • added strict_types=1

v1.0.6

26 Apr 17:15
Compare
Choose a tag to compare
  • improved base path location of protobuf files by @oneslash

v1.0.5

26 Apr 14:55
91e0f2d
Compare
Choose a tag to compare
  • improved base path location of protobuf files by @oneslash

v1.0.4

26 Apr 07:36
Compare
Choose a tag to compare
  • bugfix, support for imported services in proto annotation

v1.0.3

19 Mar 13:17
077844e
Compare
Choose a tag to compare
  • addressed special exception (prefix) for imported proto files form google.protobuf by @zarianec

v1.0.2

18 Mar 10:27
Compare
Choose a tag to compare
  • 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

30 Jan 15:40
5863be5
Compare
Choose a tag to compare
  • fixed bug causing server not working with empty payloads
  • fixed bug with disabled RPC service
  • added elapsed time to the debug log