Skip to content

Releases: symbiote/silverstripe-queuedjobs

4.0.3

05 Jul 01:46
Compare
Choose a tag to compare

fix(QueuedJobService): When a job hits the "Job releasing memory and waiting" case and completed successfully, it would not run the 'afterComplete' logic.

2.10.2

05 Jul 01:46
Compare
Choose a tag to compare

fix(QueuedJobService): When a job hits the "Job releasing memory and waiting" case and completed successfully, it would not run the 'afterComplete' logic.

2.10.1

04 Jul 23:57
Compare
Choose a tag to compare
Merge pull request #132 from jonom/patch-1

Vendor update

2.10.0

03 Jul 02:10
Compare
Choose a tag to compare
Making inclusion-duration of finished jobs configurable

2.8.6

18 Aug 00:04
Compare
Choose a tag to compare
  • FIX Tests now use DB when needed (Daniel Hensby) - 91ff270
  • FIX CheckJobHealth only checks the health of jobs in the current queue (Daniel Hensby) - c5ea211

2.8.5

18 May 22:45
Compare
Choose a tag to compare
  • Update translations.
  • Remove CMS from composer dependencies.
  • Fix reference to queued job admin email
  • BUG Remove invalid backtraces from errcontext
  • Fix long job cron example in readme
  • Updating the "travis" build reference.

2.8.4

04 Feb 02:25
Compare
Choose a tag to compare
Add changelog

2.8.3

22 Nov 20:23
Compare
Choose a tag to compare
[ss-2015-024] FIX: Don't expose serialised fields to admin

SavedJobData and SavedJobMessages contain php serialised data.
There's no point showing these to a CMS Admin as they're not
human readable. Worse, it might be insecure, as a malicious
CMS Admin might be able to craft a payload thats dangerous
to unserialise. So best just to not let the CMS Admin see or
edit them.

2.8.2: Merge pull request #77 from helpfulrobot/add-standard-git-attributes

19 Nov 22:49
Compare
Choose a tag to compare

2.8.1: Merge pull request #60 from tractorcow/pulls/fix-all-the-things

27 Aug 01:00
Compare
Choose a tag to compare
BUG fix merge regressions from https://github.com/silverstripe-australia/silverstripe-queuedjobs/pull/49/