Skip to content

Releases: mac-cain13/daemonizable-command

5.0.0

21 Jun 14:24
36f1892
Compare
Choose a tag to compare

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

11 Dec 08:24
Compare
Choose a tag to compare
  • Add return types to methods

4.1.0

01 Dec 22:36
Compare
Choose a tag to compare
  • Add Symphony 7 support

4.0.0

30 Nov 15:14
d7c8471
Compare
Choose a tag to compare

3.1.0

09 Mar 12:06
d8a40d4
Compare
Choose a tag to compare
  • PHP 8 support

3.0.0

17 Apr 13:59
a5c62d4
Compare
Choose a tag to compare

2.1.0

27 Mar 06:59
f320fdc
Compare
Choose a tag to compare
  • Symfony 4 support

2.0.1

06 Dec 12:02
Compare
Choose a tag to compare
  • Use late static binding for EndlessCommand::DEFAULT_TIMEOUT

1.3.0

03 Dec 07:17
Compare
Choose a tag to compare
  • Add support for Symfony 3 (Thanks @sc0rp10)
  • This also raises the PHP requirement to 5.5.9 to match Symfony 3

1.2.6

26 Nov 13:04
Compare
Choose a tag to compare
  • New starting hook thanks to @olegpopadko