Skip to content

Releases: phlib/jobqueue

3.2.0

11 Nov 14:16
ad4e670

Choose a tag to compare

  • Add support for SQS Fair Queues
    • Add support for Phlib\JobQueue\AwsSqs\JobQueue setting MessageGroupId

See Change Log for full details.

2.2.0

11 Nov 13:26
1fec477

Choose a tag to compare

  • Add support for SQS Fair Queues
    • Add support for Phlib\JobQueue\AwsSqs\JobQueue setting MessageGroupId

See Change Log for full details.

3.1.0

20 Aug 13:13
1585072

Choose a tag to compare

  • Add support for batchable JobQueues
    • Add support for Phlib\JobQueue\AwsSqs\JobQueue putting jobs in batches
  • Add support for batchable Schedulers
    • Add support for Phlib\JobQueue\Scheduler\DbScheduler retrieving and deleting jobs in batches
  • Add better handling of deadlocks in Phlib\JobQueue\Scheduler\DbScheduler including automatic retries

See Change Log for full details.

2.1.0

19 Aug 15:20

Choose a tag to compare

  • Add support for batchable JobQueues
    • Add support for Phlib\JobQueue\AwsSqs\JobQueue putting jobs in batches
  • Add support for batchable Schedulers
    • Add support for Phlib\JobQueue\Scheduler\DbScheduler retrieving and deleting jobs in batches
  • Add better handling of deadlocks in Phlib\JobQueue\Scheduler\DbScheduler including automatic retries

See Change Log for full details.

3.0.3

31 Jul 11:02
1ddbd61

Choose a tag to compare

  • Fix PHP 8.4 deprecation warnings.

See Change Log for full details.

3.0.2

31 Jul 11:02
8b6a4a9

Choose a tag to compare

  • Allow psr/log v3 dependency.

See Change Log for full details.

3.0.1

11 Feb 13:56
ad1c2e9

Choose a tag to compare

  • Add support for phlib/db v3 dependency.

See Change Log for full details.

3.0.0

30 Jan 12:24
6f3b3d6

Choose a tag to compare

  • Add type declarations for parameters and return types.
  • Drop support for PHP version <= v8.0 as they are no longer actively supported by the PHP project.

See Change Log for full details.

2.0.0

14 Sep 11:43

Choose a tag to compare

  • Drop PHP versions that are no longer actively supported by the PHP project.
  • Add support for PHP v7.4 and v8.0 .
  • Add type declarations.
  • Make return types consistent for JobQueueInterface methods.

See Change Log for full details.

AWS SQS Prefix Bugfix

15 Nov 16:22
52f842c

Choose a tag to compare

Merge pull request #7 from phlib/issue-6-scheduler-queue

QueuePrefix is only applied when reading and writing to the queue