Releases: ancyrweb/TaskSchedulerBundle
Releases · ancyrweb/TaskSchedulerBundle
Better support for long-running tasks
What's Changed
- [CHANGE] Enforce a stricter code style by @NicoHaase in #52
- [FEATURE] Determine the current time before the first task is run, to support long-running tasks by @NicoHaase in #51
Full Changelog: 0.12.0...0.13.0
Support for Symfony 7
What's Changed
- [CHANGE] Updated dependency requirements by @NicoHaase in #48
- removed support for old versions of PHP and Symfony
Full Changelog: 0.11.0...0.12.0
0.11.0: Adding the option to execute task:run by class name
What's Changed
- Adding the option to execute task:run by class name by @mrshaharb in #46
New Contributors
- @mrshaharb made their first contribution in #46
Full Changelog: 0.10.0...0.11.0
Compatibility with Symfony 5.4 and Symfony 6
0.10.0 [FEATURE] Symfony 6 compatibility (#45)
0.9.0: Added Schedule methods: months, daysOfWeek, daysOfMonth (#37)
Additional methods to configure the schedule (contributed by @fwolfsjaeger)
Compatibility with PHP 8
0.8.0 PHP 8 compatibility (#30)
v0.7.1 - Setting expression manually
Added possibility to directly set the expression
Show the next possible run dates when listing tasks
0.7.0 Show the next possible run dates when listing tasks (#20)
Dependency upgrades
This release allows the usage of dragonmantank/cron-expression
, and enforces the usage of at least PHP 7.2. In addition, tests are run using PHPUnit 8.5 and they also cover Symfony 5.1 and PHP 7.4
Properly enabling auto-configuration
This superseeds the former release, as a Flex recipe is not needed