Releases: mac-cain13/daemonizable-command
Releases · mac-cain13/daemonizable-command
5.0.0
Thanks @michnovka and @pieterocp doing all the work for this release!
- Shutting down during initialisation doesn't run any iteration of the loop anymore
- Container aware version of the command was removed
- Improved Symfony 7 support
- Much better typing information
- Bump dependency requirements
(Also see Upgrade.md for more details.)
4.1.1
- Add return types to methods
4.1.0
- Add Symphony 7 support
4.0.0
3.1.0
- PHP 8 support
3.0.0
- Symfony 5 support by @thomasvargiu
2.1.0
- Symfony 4 support
2.0.1
- Use late static binding for EndlessCommand::DEFAULT_TIMEOUT
1.3.0
1.2.6
- New starting hook thanks to @olegpopadko