Skip to content

Releases: keboola/job-queue-api-php-client

5.2.0

26 May 12:35

Choose a tag to compare

Drop support for PHP <8.3 & related old libraries

Full Changelog: 5.1.0...5.2.0

5.1.0

26 May 12:34

Choose a tag to compare

feat: Allow to set parentRunId in Public API client

5.0.1

28 Apr 08:06

Choose a tag to compare

  • Support keboola/storage-api-php-client:^18

Full Changelog: 5.0.0...5.0.1

5.0.0

03 Dec 21:53

Choose a tag to compare

feat: switch from list to search endpoint for listing jobs
refactor: rename config and configIds (renamed on API)
fix: parallelism is actually a string

Full Changelog: 4.0.0...5.0.0

4.0.0

04 Oct 07:12

Choose a tag to compare

  • Change responses to value objects instead of arrays.
  • Added client factory.

Full Changelog: 3.2.0...4.0.0

3.2.0

02 Sep 11:54

Choose a tag to compare

add method waitForJobCompletion to wait for job to finish

3.1.0

30 Jan 09:09

Choose a tag to compare

Fix retries on public API

3.0.1

30 Nov 13:33

Choose a tag to compare

allow "psr/log": "^1.1|^2.0|^3.0"

3.0.0

21 Nov 13:36

Choose a tag to compare

Use JobType enum instead of JobInterface::TYPE_* constants

2.4.0

10 Oct 10:29

Choose a tag to compare

allow symfony6 dependencies