Skip to content

Releases: popphp/pop-queue

2.1.1 Release

29 Nov 19:07
Compare
Choose a tag to compare

UPDATED

  • Updated for PHP version 8.2+

2.1.0 Release

02 Apr 00:03
Compare
Choose a tag to compare

UPDATE

  • Update serializable closure repo
  • Update for pop-utils 2.1.0

2.0.0 Release

18 Dec 17:24
Compare
Choose a tag to compare

MAJOR REFACTOR

  • Created a task object that extends the job object and has scheduling functionality
  • Deprecated the scheduler object and refactored worker object
    • Reworked hierarchy of job/task -> queue -> worker
  • Added a cron object to manage scheduling; greatly improved scheduling functionality
  • Added the ability to have sub-minute scheduling
  • Added max attempts
  • Improved the "run until" functionality
  • Added AWS SQS adapter
  • Upgraded for PHP 8.1+

1.2.1 Release

16 Nov 17:22
Compare
Choose a tag to compare

UPDATED

  • Updated to support PHP 8

1.2.0 Release

12 Feb 23:52
Compare
Choose a tag to compare

UPDATED

  • Migrated from the deprecated SuperClosure library to the OPI Closure library
  • Updated to PHP 7.3 and PHPUnit 9
  • Migrated from Travis CI to GitHub Actions for CI
  • Updated copyright

1.1.2 Release

25 Aug 18:53
Compare
Choose a tag to compare

PATCHED

  • Inject application from the queue object into the main job run() method call

1.1.1 Release

28 May 21:24
Compare
Choose a tag to compare

UPDATED

  • Update composer.json to the latest version.

1.1.0 Release

31 Jan 16:55
Compare
Choose a tag to compare

ADDED

  • Utilizing pop-utils v1.1.0 new CallableObject class for better management of callable objects within the job class.

1.0.0 Release

10 Dec 22:34
Compare
Choose a tag to compare

INITIAL RELEASE

  • First initial release of pop-queue