Skip to content

Releases: ancyrweb/TaskSchedulerBundle

Better support for long-running tasks

31 Jan 08:29
d899417
Compare
Choose a tag to compare

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

06 Dec 13:26
76fa4db
Compare
Choose a tag to compare

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

05 Aug 15:14
d971436
Compare
Choose a tag to compare

What's Changed

  • Adding the option to execute task:run by class name by @mrshaharb in #46

New Contributors

Full Changelog: 0.10.0...0.11.0

Compatibility with Symfony 5.4 and Symfony 6

15 Dec 10:12
d2e9b42
Compare
Choose a tag to compare
0.10.0

[FEATURE] Symfony 6 compatibility (#45)

0.9.0: Added Schedule methods: months, daysOfWeek, daysOfMonth (#37)

04 Aug 19:31
6daa871
Compare
Choose a tag to compare

Additional methods to configure the schedule (contributed by @fwolfsjaeger)

Compatibility with PHP 8

28 Dec 11:58
eb6a272
Compare
Choose a tag to compare
0.8.0

PHP 8 compatibility (#30)

v0.7.1 - Setting expression manually

13 Nov 03:24
Compare
Choose a tag to compare
Added possibility to directly set the expression

Show the next possible run dates when listing tasks

05 Nov 12:31
f1a8004
Compare
Choose a tag to compare
0.7.0

Show the next possible run dates when listing tasks (#20)

Dependency upgrades

03 Jun 14:33
47c4405
Compare
Choose a tag to compare

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

01 Apr 10:01
5970020
Compare
Choose a tag to compare

This superseeds the former release, as a Flex recipe is not needed