Releases: GetDKAN/procrastinator
Releases · GetDKAN/procrastinator
5.0.0
What's Changed
Major version release as this creates a new default status on Result
, which will break existing implementations.
4.0.3
What's Changed
- Don't default to PHP_MAX_INT for Job time limit by @paul-m in #17
- Update for PHP 8.2 by @paul-m in #18
4.0.2
What's Changed
- 13605 Target PHP 7.4, support PHP 8.1 by @paul-m in #16
New Contributors
4.0.1
Allow children Jobs access to some of the parent properties. (#14)
4.0.0
- [FEATURE] #13 Adds traits with a generalized json serializer and hydration solutions.
The BC breaking change is: Default serialization and hydration changed drastically. Sub-classes could possibly depend on the previous serialization strategy, and this new approach can break that code.
3.0.1
- [MANAGEMENT] #12 Update contracts.
3.0.0
- [FEATURE] Create a Persistent Job.
The BC Breaking change is that the Job class no longer has a hydrate function.
2.0.0
- #7 Remove the unset capabilities of timeLimit.