v2.3.0
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.
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
Full Changelog: v2.2.0...v2.3.0