Skip to content

Releases: spatie/laravel-schedule-monitor

3.7.1

28 Mar 08:11
51e9f00
Compare
Choose a tag to compare

What's Changed

  • Fix wrong lastRunFinishedTooLate behaviour when lastStartedAt and lastFinishedAt are within a second because of a very fast task by @mathiasmoser in #109

New Contributors

Full Changelog: 3.7.0...3.7.1

3.7.0

02 Mar 05:30
31c3baa
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 3.6.0...3.7.0

3.6.0

28 Feb 10:10
cec3acc
Compare
Choose a tag to compare

What's Changed

  • New method runsInBackground() added in Spatie\ScheduleMonitor\Support\ScheduledTasks\Tasks\Task:class by @ravi289 in #105

New Contributors

Full Changelog: 3.5.0...3.6.0

3.5.0

26 Jan 08:29
823455c
Compare
Choose a tag to compare

What's Changed

  • Allow tasks to be monitored but not synced with oh dear by @oddvalue in #102

New Contributors

Full Changelog: 3.4.3...3.5.0

3.4.3

19 Jan 22:41
b22645a
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.4.2...3.4.3

3.4.2

14 Dec 22:34
0a0b799
Compare
Choose a tag to compare

What's Changed

  • fix: PHP warning about creation of dynamic properties by @Pr3d4dor in #98

New Contributors

Full Changelog: 3.4.1...3.4.2

3.4.1

29 Nov 09:15
d5d24aa
Compare
Choose a tag to compare

What's Changed

  • Update README.md by @robjbrain in #96
  • Update MonitoredScheduledTask.php to get the failed response to be st… by @AKHIL-882 in #97

New Contributors

Full Changelog: 3.4.0...3.4.1

3.4.0

01 Aug 09:41
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 3.3.0...3.4.0

3.3.0

24 May 11:57
1251901
Compare
Choose a tag to compare

What's Changed

  • Add a boolean parameter to the doNotMonitor function by @bilfeldt in #88

Full Changelog: 3.2.1...3.3.0

3.2.1

01 Feb 19:25
9291e27
Compare
Choose a tag to compare
  • fix silent by default