Skip to content

Releases: roadrunner-php/cli

v2.6.0

05 Dec 20:47
a896e1d
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.5.0...v2.6.0

v2.5.0

20 Apr 07:36
468c4a6
Compare
Choose a tag to compare

What's Changed

  • Added new --no-config option to GetBinaryCommand, to skip generating config by @acelaya in #38
  • Updating config version, adding otel by @msmakouz in #42

New Contributors

Full Changelog: v2.4.0...v2.5.0

v2.4.0

16 Dec 07:37
8676fcc
Compare
Choose a tag to compare

What's Changed

  • Added command for RoadRunner config generation by @butschster in #39

Full Changelog: v2.3.0...v2.4.0

v2.3.0

28 Jul 09:03
2b42333
Compare
Choose a tag to compare

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

v2.2.0

17 May 06:45
d8a2241
Compare
Choose a tag to compare

What's Changed

  • Exclude deb packages from downloadable binaries by @butschster in #32

Full Changelog: v2.1.0...v2.2.0

v2.1.0

20 Jan 08:16
8a42aee
Compare
Choose a tag to compare

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

Full Changelog: v2.0.14...v2.1.0

v2.0.14

23 Dec 07:43
211a9c4
Compare
Choose a tag to compare

What's Changed

  • Add compatibility with symfony ^6.0

New Contributors

Full Changelog: v2.0.13...v2.0.14

v2.0.13

01 Dec 11:39
af7be95
Compare
Choose a tag to compare

What's Changed

  • Fixes problem with downloading roadrunner binary by @butschster in #24

New Contributors

v2.0.12

02 Nov 09:08
1364e26
Compare
Choose a tag to compare
  • Fix arch autodetection on M1 Mac.

v2.0.11

05 Oct 08:51
Compare
Choose a tag to compare
  • Remove 2.0 alphas from predefined array