Skip to content

Releases: Phobetor/rabbitmq-supervisor-bundle

3.2.2

18 Jan 11:24
6930c41
Compare
Choose a tag to compare

Changelog (since phobetor/rabbitmq-supervisor-bundle@3.2.1)

  • use symfony-bundle type to allow flex to activate the bundle
  • use psr-4 autoload
  • compatibility with symfony 5 #65 ( thx @BrandonFlude )

3.2.1

06 Sep 17:15
Compare
Choose a tag to compare

Changelog (since phobetor/rabbitmq-supervisor-bundle@3.2.0)

  • fix warning about option to specify php executable #48

3.2.0

06 Sep 16:49
2d0904b
Compare
Choose a tag to compare

Changelog (since phobetor/rabbitmq-supervisor-bundle@3.1.0)

3.1.0

02 Jun 15:55
db6c4eb
Compare
Choose a tag to compare

Changelog (since phobetor/rabbitmq-supervisor-bundle@3.0.0)

  • add support for batch consumers #24 ( thx @webroru )
  • add support for RPC consumers #27 #28 ( thx @rtyshyk )
  • add option to specify PHP executable #25
  • streamlined calls when starting supervisor #46 #47

3.0.0

10 May 14:46
Compare
Choose a tag to compare

Changelog (since phobetor/rabbitmq-supervisor-bundle@2.0.0)

  • consumer command can be overridden completely
  • fix fetching configuration from multiple configuration files #18 #19 ( thx @spdionis )
  • add logging and exceptions when call to supervisor fail #21 #22 ( thx @kisztof )
  • start supervisord in non-blocking mode #29 #34 ( thx @tackerm )
  • make compatible with symfony 4 #31 #35 ( thx @Firstsailor )
  • add default values when there is no configuration for some worker types
  • fix process determination for systems where ps ignores the pid argument #38 ( thx @gregurco )
  • throw exception for unknown arguments in control command #39 ( thx @gregurco )
  • remove twig dependency
  • add command option to wait for supervisord and handle its output #42 #43

BC break

Commands will by default no longer wait for supervisord to complete. If you need this (e. g. to get feedback on errors) use the --wait-for-supervisord option.

2.0.0

07 Jan 14:55
Compare
Choose a tag to compare

Changelog (since phobetor/rabbitmq-supervisor-bundle@1.5.2)

  • consumer command options can be configured
    • messages to consume ( thx @RonRademaker )
    • memory-limit
    • debug
    • without-signals ( reported by @SergeC )
  • supervisord worker options can be configured ( thx @ellisv )
    • startsecs
    • autorestart
    • stopsignal
    • stopasgroup
    • stopwaitsecs
  • consumer configuration can be changed for any individual worker ( thx @mastercoding )

1.5.2

13 Jul 19:02
Compare
Choose a tag to compare

Changelog (since phobetor/rabbitmq-supervisor-bundle@1.5.1)

  • allow the new php-amqplib/rabbitmq-bundle and the former oldsound/rabbitmq-bundle

1.5.1

06 Jan 11:57
Compare
Choose a tag to compare

Changelog (since phobetor/rabbitmq-supervisor-bundle@1.5.0)

Fix: remove real path determination for executable path to avoid possible permission problems when symbolic links are resolved

1.5.0

04 Jan 22:17
Compare
Choose a tag to compare

Changelog (since phobetor/rabbitmq-supervisor-bundle@1.4.0)

Add: path to console executable is now determined dynamically
Change: package is now compatible with symfony version 3

1.4.0

04 Dec 18:13
Compare
Choose a tag to compare

Changelog (since phobetor/rabbitmq-supervisor-bundle@1.3.0)

  • Add: worker count is now configurable
  • Fix: services.yml no longer contains deprecated syntax