Releases: popphp/pop-queue
Releases · popphp/pop-queue
2.1.1 Release
UPDATED
- Updated for PHP version 8.2+
2.1.0 Release
UPDATE
- Update serializable closure repo
- Update for
pop-utils
2.1.0
2.0.0 Release
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
UPDATED
- Updated to support PHP 8
1.2.0 Release
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
PATCHED
- Inject application from the queue object into the main job run() method call
1.1.1 Release
UPDATED
- Update
composer.json
to the latest version.
1.1.0 Release
ADDED
- Utilizing
pop-utils
v1.1.0 newCallableObject
class for better management of callable objects within the job class.
1.0.0 Release
INITIAL RELEASE
- First initial release of
pop-queue