Skip to content

Releases: roadrunner-php/cli

v2.7.2

Choose a tag to compare

@roxblnfk roxblnfk released this 14 Dec 19:20
54909d3

What's Changed

  • Support Symfony 8.0 by @Nyholm in #47
    Fixed deprecations

New Contributors

Full Changelog: v2.7.1...v2.7.2

v2.7.1

Choose a tag to compare

@roxblnfk roxblnfk released this 18 Feb 12:25
a51ff87

What's Changed

  • Included amd64 into X86-64 mapping

Full Changelog: v2.7.0...v2.7.1

v2.7.0

Choose a tag to compare

@roxblnfk roxblnfk released this 28 Jan 11:09
61eec29

What's Changed

  • Fix documentation links by @msmakouz in #45
  • Maintenance by @roxblnfk in #46
    • Updated dependencies
    • Applied Spiral Code Style
      • Resolved PHP 8.4 deprecations
    • Added CI actions for CS fixing; psalm
    • Added Funding metadata

New Contributors

Full Changelog: v2.6.0...v2.7.0

v2.6.0

Choose a tag to compare

@butschster butschster released this 05 Dec 20:47
a896e1d

What's Changed

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

v2.5.0

Choose a tag to compare

@butschster butschster released this 20 Apr 07:36
468c4a6

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

Choose a tag to compare

@butschster butschster released this 16 Dec 07:37
8676fcc

What's Changed

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

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

v2.3.0

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

v2.2.0

Choose a tag to compare

@butschster butschster released this 17 May 06:45
d8a2241

What's Changed

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

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

v2.1.0

Choose a tag to compare

@butschster butschster released this 20 Jan 08:16
8a42aee

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

Choose a tag to compare

@butschster butschster released this 23 Dec 07:43
211a9c4

What's Changed

  • Add compatibility with symfony ^6.0

New Contributors

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