Releases: Phobetor/rabbitmq-supervisor-bundle
3.2.2
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
3.2.0
Changelog (since phobetor/rabbitmq-supervisor-bundle@3.1.0
)
- add property configuration: user #57 ( thx @zabroc )
- add property configuration: startretries #58 ( thx @6ecuk ) (resolves #49)
- allow configuration of 0 workers #56 ( thx @coExp ) (resolves #59)
- add configuration of socket file permissions #63 ( thx @lushc )
- fix symfony 4 deprecations #62 ( thx @rmikalkenas, @coudenysj )
3.1.0
3.0.0
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 thepid
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
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
Changelog (since phobetor/rabbitmq-supervisor-bundle@1.5.1
)
- allow the new
php-amqplib/rabbitmq-bundle
and the formeroldsound/rabbitmq-bundle
1.5.1
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
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
Changelog (since phobetor/rabbitmq-supervisor-bundle@1.3.0
)
- Add: worker count is now configurable
- Fix:
services.yml
no longer contains deprecated syntax