Releases: roadrunner-php/cli
v2.6.0
v2.5.0
v2.4.0
What's Changed
- Added command for RoadRunner config generation by @butschster in #39
Full Changelog: v2.3.0...v2.4.0
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
v2.2.0
What's Changed
- Exclude deb packages from downloadable binaries by @butschster in #32
Full Changelog: v2.1.0...v2.2.0
v2.1.0
Roadrunner binary repository moved to the new organization - https://github.com/roadrunner-server/roadrunner
Starting from the roadrunner-cli v2.1.0 versions of roadrunner binary lower than 2.7.0 are not supported.
If you want to use roadrunner lower than 2.7.0 please use previous version of this package.
What's Changed
- Changes rr binary repo link. by @butschster in #28
Full Changelog: v2.0.14...v2.1.0
v2.0.14
What's Changed
- Add compatibility with symfony ^6.0
New Contributors
- @programmador made their first contribution in #26
Full Changelog: v2.0.13...v2.0.14
v2.0.13
What's Changed
- Fixes problem with downloading roadrunner binary by @butschster in #24
New Contributors
- @butschster made their first contribution in #24
v2.0.12
v2.0.11
- Remove 2.0 alphas from predefined array