November 16th, 2023 - v1.7.0...v1.8.0
- eaeac48 feat: Symfony 7 support (#84) by @kbond
- 9e78eca feat: drop support for Symfony 4.4 (#84) by @kbond
June 5th, 2023 - v1.6.0...v1.7.0
- 6b3389e feat: Add task id to list command output (#82) by @bobvandevijver
- 8857dd3 feat: Add support for custom task ids (#81) by @bobvandevijver, @kbond
- 440710e feat: Add optional description to callback extension/task constructors (#80) by @bobvandevijver
- 7f4b918 fix bug in documentation (#77) by @PhilETaylor
March 4th, 2023 - v1.5.0...v1.6.0
- 8565e22 minor: ensure task always provides a timezone (#76) by @kbond
- 6616591 fix: ensure start time is in current timezone (#76) by @kbond
- 50e9293 fix(ci): add token by @kbond
- 84831f0 chore(ci): fix by @kbond
- 2046951 chore(cs): fix (#74) by @kbond
- 950db75 chore(cs): update php-cs-fixer config (#74) by @kbond
- 0b996a7 chore(ci): update (#74) by @kbond
- b31ca9f feat(deps): require PHP 8+ (#74) by @kbond
- 347f6fb ci: fix (#73) by @kbond
November 21st, 2022 - v1.4.3...v1.5.0
- 2063ad1 [feature] Add support for symfony/notifier. (#72) by @pierredup
October 30th, 2022 - v1.4.2...v1.4.3
- dd41eb6 [bug]
RunContext::$duration
can be negative under certain conditions (#71) by @gassan - 13a8671 [minor] fixcs by @kbond
- e06431b [minor] remove branch alias by @kbond
September 30th, 2022 - v1.4.1...v1.4.2
- 8af79f7 [bug] Change ping options to variablePrototype (#70) by @bpastukh
July 20th, 2022 - v1.4.0...v1.4.1
- 99f8d9a [bug] Allow to add lazy commands by the inner command classname (#67) by @gisostallenberg, Giso Stallenberg [email protected]
June 8th, 2022 - v1.3.0...v1.4.0
- 191e113 [minor] support Symfony 6.1 (#63) by @kbond
April 14th, 2022 - v1.2.1...v1.3.0
- 9c224b6 [minor] improve converting callbacks to strings (#62) by @kbond
- 0273756 [feature] add
AsScheduledTask
for self-schedule commands/services (#62) by @kbond - 613bbec [minor] dep upgrade (#61) by @kbond
- 00b7d8f [minor] remove scrutinizer (#61) by @kbond
- 2f7cd2f [feature] add additional cron hash aliases (#61) by @kbond
- c910a93 [doc] Update define-schedule.md (#56) by @Lenny4
- 0dfcf62 [minor] add static code analysis with phpstan (#55) by @kbond
- e021707 [minor] run php-cs-fixer on lowest supported php version (#54) by @kbond
November 13th, 2021 - v1.2.0...v1.2.1
- c04c992 [minor] add php 8.1 support by @kbond
- 33b432b [ci] use reusable actions (#53) by @kbond
- a0d76a8 [minor] add symfony 6 to ci matrix (#52) by @kbond
September 13th, 2021 - v1.1.2...v1.2.0
- a65343c [minor] allow Symfony 6 (#51) by @kbond
- 7649b18 [minor][SMALL BC BREAK] schedule:run now has no output for no tasks (#49) by @kbond
- 49ade72 [minor] disable codecov pr annotations (#50) by @kbond
- 219878d [minor] add Symfony 5.3 to CI matrix (#46) by @kbond
- d4d9fe9 [minor] update php-cs-fixer to v3 by @kbond
- 87120a4 [minor] set deprectation fail threshold by @kbond
April 14th, 2021 - v1.1.1...v1.1.2
- 07fbffd [minor] capture stdout output in failed process task result (#44) by @kbond
- 70a8160 [minor] lock php-cs-fixer version in ci (bug) by @kbond
- 90bfea4 [bug] in CommandTaskRunner, reset SHELL_VERBOSITY to pre-run state (#42) by @kbond
February 26th, 2021 - v1.1.0...v1.1.1
- 8d0500f [minor] adjust deps to make it clear it isn't usable in Symfony 3.4 (#38) by @kbond
- 7d9cb91 [doc] Add missing namespace in the README's example (#35) by @justRau
- ae849c7 [minor] fix cs by @kbond
- 60bee6c [minor] replace removed phpunit method (#34) by @kbond
- e5e2e04 [minor] add codecov badge (#33) by @kbond
- 6fa2eea [minor] switch to codecov for code coverage (#32) by @kbond
- 4b3b027 [minor] further streamline gh actions (#31) by @kbond
- b775669 [minor] Streamline GitHub CI by using ramsey/composer-install (#30) by @kbond
- 40677dd [minor] add Symfony 5.2 to ci matrix by @kbond
November 15th, 2020 - v1.0.1...v1.1.0
- ff3dcd2 [minor] support php8 (#25) by @kbond
- 68826f7 [minor] ci adjustments (#29) by @kbond
- a862b00 [minor] ci adjustments (#29) by @kbond
- 59fbaeb [feature][experimental] add MessageTask to schedule messenger messages (#28) by @kbond
- cd6bba4 [minor] cs fix (#27) by @kbond
- 2f788a6 [minor] Schedule::addPing()/CompoundTask::addPing() convenience methods (#27) by @kbond
- 6002b61 [minor] test on Symfony 5.1 (#26) by @kbond
- d54f71f [minor] switch flex branch to main (#26) by @kbond
- 6445da4 [doc] replace Envoyer with "Oh Dear" as example cron monitoring service by @kbond
September 27th, 2020 - v1.0.0...v1.0.1
- f77865d [bug] Ensure kernel definition class is not null (#22) by @encreinformatique
- 4646d22 [bug] fix test checking for changed exception message (#23) by @kbond
- f7b3d21 [bug] remove minimum-stability from composer.json (#23) by @kbond
- f260289 [minor] self-update php-cs-fixer in action by @kbond
- 073385e [minor] adjust PingTaskRunnerTest tests (#20) by @kbond
- 7e47d8e [minor] add MockLogger to just check the message (not level) (#20) by @kbond
- 926e98f [doc] document "disable on deployment" strategy (fixes #10) (#17) by @kbond
- bc6bccd [doc] prefix "bin/console" with php (fixes #14) (#16) by @kbond
- 05a9c99 [doc] add additional readme badges by @kbond
- 0c06d89 [minor] switch to
Symfony\Component\Mime\Address::create()
(#11) by @kbond - 21b252b [minor] adjust CI badge by @kbond
- a7cce5e [minor] fixcs by @kbond
May 13th, 2020 - Initial Release