Skip to content

v2.3.0

Compare
Choose a tag to compare
@butschster butschster released this 28 Jul 09:03
2b42333

What's Changed

Adding the ability to generate a configuration file

Using the plugin option (shortcut p) you can generate an example of configuration file with the only plugins you need.

For example, with http plugin only:

./vendoor/bin/get-binary -p http

http and jobs:

./vendoor/bin/get-binary -p http -p jobs

Available plugins:

  • amqp,
  • beanstalk,
  • boltdb,
  • broadcast,
  • endure,
  • fileserver,
  • grpc,
  • http,
  • jobs,
  • kv,
  • logs,
  • metrics,
  • nats,
  • redis,
  • reload,
  • rpc,
  • server,
  • service,
  • sqs,
  • status,
  • tcp,
  • temporal,
  • websockets.

by @msmakouz in #30

Adding get-protoc-binary console command

Allows to install the latest version of the protoc-gen-php-grpc file compatible with your environment (operating system, processor architecture, runtime, etc...).

Just use the following command

./vendor/bin/download-protoc-binary

by @msmakouz in #34


Full Changelog: v2.2.0...v2.3.0