Terminable Loop Command 1.3.0
This new minor release is a consequence of the previous patch: since we needed to use a double approach to support Symfony 7.3+, now we dropped the old one and rely always on the SignalableCommandInterface
.
This new minor release is a consequence of the previous patch: since we needed to use a double approach to support Symfony 7.3+, now we dropped the old one and rely always on the SignalableCommandInterface
.
This small new patch was required to fix the compatibility of the package with the newly released Symfony 7.3.
This small new patch just adds support for PHP 8.4, with the resolution of one single deprecation.
This small new patch, released after nearly a year from the last one, just adds support for Symfony 7; it didn’t require any code change.
This small new patch was needed because we discovered that PHP official Docker images override the STOPSIGNAL
directive, using SIGQUIT
instead of SIGTERM
when shutting down a container. Thanks to Gabriele Colombera for providing the PR.