Skip to content

Releases: zenstruck/schedule-bundle

v1.2.0

13 Sep 12:50
a65343c
Compare
Choose a tag to compare
  • a65343c [minor] allow Symfony 6 (#51) (Kevin Bond)
  • 7649b18 [minor][SMALL BC BREAK] schedule:run now has no output for no tasks (#49) (Kevin Bond)
  • 49ade72 [minor] disable codecov pr annotations (#50) (Kevin Bond)
  • 219878d [minor] add Symfony 5.3 to CI matrix (#46) (Kevin Bond)
  • d4d9fe9 [minor] update php-cs-fixer to v3 (Kevin Bond)
  • 87120a4 [minor] set deprectation fail threshold (Kevin Bond)

v1.1.2

14 Apr 13:13
07fbffd
Compare
Choose a tag to compare
  • 07fbffd [minor] capture stdout output in failed process task result (#44) (Kevin Bond)
  • 70a8160 [minor] lock php-cs-fixer version in ci (bug) (Kevin Bond)
  • 90bfea4 [bug] in CommandTaskRunner, reset SHELL_VERBOSITY to pre-run state (#42) (Kevin Bond)

v1.1.1

26 Feb 14:20
8d0500f
Compare
Choose a tag to compare
  • 8d0500f [minor] adjust deps to make it clear it isn't usable in Symfony 3.4 (#38) (Kevin Bond)
  • 7d9cb91 [doc] Add missing namespace in the README's example (#35) (Justas Raudonius)
  • ae849c7 [minor] fix cs (Kevin Bond)
  • 60bee6c [minor] replace removed phpunit method (#34) (Kevin Bond)
  • e5e2e04 [minor] add codecov badge (#33) (Kevin Bond)
  • 6fa2eea [minor] switch to codecov for code coverage (#32) (Kevin Bond)
  • 4b3b027 [minor] further streamline gh actions (#31) (Kevin Bond)
  • b775669 [minor] Streamline GitHub CI by using ramsey/composer-install (#30) (Kevin Bond)
  • 40677dd [minor] add Symfony 5.2 to ci matrix (Kevin Bond)

v1.1.0

15 Nov 21:36
ff3dcd2
Compare
Choose a tag to compare
  • ff3dcd2 [minor] support php8 (#25) (Kevin Bond)
  • a862b00 [minor] ci adjustments (Kevin Bond)
  • 59fbaeb [feature][experimental] add MessageTask to schedule messenger messages (#28) (Kevin Bond)
  • cd6bba4 [minor] cs fix (Kevin Bond)
  • 2f788a6 [minor] Schedule::addPing()/CompoundTask::addPing() convenience methods (Kevin Bond)
  • 6002b61 [minor] test on Symfony 5.1 (Kevin Bond)
  • d54f71f [minor] switch flex branch to main (Kevin Bond)
  • 6445da4 [doc] replace Envoyer with "Oh Dear" as example cron monitoring service (Kevin Bond)

v1.0.1

27 Sep 12:53
f77865d
Compare
Choose a tag to compare
  • f77865d [bug] Ensure kernel definition class is not null (#22) (Encre Informatique)
  • 4646d22 [bug] fix test checking for changed exception message (Kevin Bond)
  • f7b3d21 [bug] remove minimum-stability from composer.json (Kevin Bond)
  • f260289 [minor] self-update php-cs-fixer in action (Kevin Bond)
  • 073385e [minor] adjust PingTaskRunnerTest tests (Kevin Bond)
  • 7e47d8e [minor] add MockLogger to just check the message (not level) (Kevin Bond)
  • 926e98f [doc] document "disable on deployment" strategy (fixes #10) (Kevin Bond)
  • bc6bccd [doc] prefix "bin/console" with php (fixes #14) (Kevin Bond)
  • 05a9c99 [doc] add additional readme badges (Kevin Bond)
  • 0c06d89 [minor] switch to Symfony\Component\Mime\Address::create() (Kevin Bond)
  • 21b252b [minor] adjust CI badge (Kevin Bond)
  • a7cce5e [minor] fixcs (Kevin Bond)

v1.0.0

13 May 10:41
76636e5
Compare
Choose a tag to compare
  • Initial release