Skip to content

Releases: GetDKAN/procrastinator

5.0.2

12 Jun 12:57
4de38fb
Compare
Choose a tag to compare

What's Changed

Full Changelog: 5.0.1...5.0.2

5.0.1

01 Apr 21:17
f7c9b0d
Compare
Choose a tag to compare

What's Changed

  • Expand test for status round-trip by @paul-m in #22

Full Changelog: 5.0.0...5.0.1

5.0.0

17 Nov 15:51
f7ce890
Compare
Choose a tag to compare

What's Changed

Major version release as this creates a new default status on Result, which will break existing implementations.

4.0.3

19 Oct 19:44
3ac80cf
Compare
Choose a tag to compare

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

02 Mar 22:04
de40d55
Compare
Choose a tag to compare

What's Changed

  • 13605 Target PHP 7.4, support PHP 8.1 by @paul-m in #16

New Contributors

4.0.1

04 Mar 07:25
5d6d5bc
Compare
Choose a tag to compare
Allow children Jobs access to some of the parent properties. (#14)

4.0.0

08 Nov 15:35
baabdf6
Compare
Choose a tag to compare
  • [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

25 Oct 21:28
aee842b
Compare
Choose a tag to compare
  • [MANAGEMENT] #12 Update contracts.

3.0.0

21 Oct 18:46
bd36810
Compare
Choose a tag to compare
  • [FEATURE] Create a Persistent Job.

The BC Breaking change is that the Job class no longer has a hydrate function.

2.0.0

13 Sep 18:07
3ee0118
Compare
Choose a tag to compare
  • #7 Remove the unset capabilities of timeLimit.