Releases: chriskonnertz/Jobs
Releases · chriskonnertz/Jobs
v3.2.3
v3.2.2
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
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
Changelog
- The command now supports Laravel 5.5 (
handle()
method in the command, package auto discovery) - Moved jobs command into "Integration" namespace
v3.0
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 toAbstractJob
- The
$executed
paramter of itsrun()
method has been renamed to$executedAt
- The
JobsFacade
class and theJobsServiceProvider
class have been moved to theIntegration
namespace - The
CacheWrapper
class and theCacheInterface
interface have been moved to theCache
namespace - The
CacheWrapper
class has been renamed toLaravelCache
- Two new methods in the
Jobs
class:remainingCoolDown()
andlastRunAt()
. 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
Final version 2.0
v2.0-beta
First beta release of the new version 2
v1.0
Stable Release