Skip to content

Releases: chriskonnertz/Jobs

v3.2.3

18 Apr 15:40
1d949c6
Compare
Choose a tag to compare

Changelog

Added a little deprecation notice

v3.2.2

17 Jan 19:16
da886f9
Compare
Choose a tag to compare

Changelog

Added PHP version 7.0 requirement to composer.json.

ATTENTION: So now Composer will require PHP 7.0 to install this library!

v3.2

17 Jan 19:07
f93c555
Compare
Choose a tag to compare

Changelog

Added parameter and return type hints. Therefore this new version requires PHP >= 7.0.
Please update your concrete job classes after updating to this version by adding the type hints (see JobInterface).

v3.1

06 Jan 10:40
6e88aae
Compare
Choose a tag to compare

Changelog

  • The command now supports Laravel 5.5 (handle()method in the command, package auto discovery)
  • Moved jobs command into "Integration" namespace

v3.0

17 Mar 14:22
086034a
Compare
Choose a tag to compare

ATTENTION: Version 3 changes a lot! Update with care - you most likely have to do some changes to your code!

Important changes

  • The Job class has been renamed to AbstractJob
  • The $executed paramter of its run() method has been renamed to $executedAt
  • The JobsFacade class and the JobsServiceProvider class have been moved to the Integrationnamespace
  • The CacheWrapper class and the CacheInterface interface have been moved to the Cache namespace
  • The CacheWrapper class has been renamed to LaravelCache
  • Two new methods in the Jobs class: remainingCoolDown() and lastRunAt(). They return useful information about the duration of the current cool down and when the Jobs manager has been trying to run jobs.

v2.0

20 Sep 12:56
Compare
Choose a tag to compare

Final version 2.0

v2.0-beta

17 Sep 16:37
Compare
Choose a tag to compare
v2.0-beta Pre-release
Pre-release

First beta release of the new version 2

v1.0

12 Dec 14:08
Compare
Choose a tag to compare

Stable Release