Skip to content

Releases: cakephp/queue

CakePHP Queue 0.1.9

04 Nov 19:26
906bc11
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.1.8...0.1.9

CakePHP Queue 0.1.8

09 Aug 19:11
05cd2e1
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.1.7...0.1.8

CakePHP Queue 0.1.7

30 May 13:57
569c376
Compare
Choose a tag to compare

New Features

Tooling Changes

New Contributors

Full Changelog: 0.1.6...0.1.7

CakePHP Queue 0.1.6 ⏰

01 Apr 02:26
94c0a0d
Compare
Choose a tag to compare

⏰ Future Breaking Changes Coming

This release includes changes to upgrade the queue message payloads. This release is a required upgrade if you want to have a zero-downtime upgrade path to future releases. The changes related to this payload format can be found in #86 #91 by @amayer5125

New Features

  • Change QueueManager::push to Only Accept Job Classes by @amayer5125 in #84

Other Changes

New Contributors

Full Changelog: 0.1.5...0.1.6

Queue 0.1.5

14 Mar 04:24
414fa2d
Compare
Choose a tag to compare

What's Changed

  • Fix Documentation Code Example Indentation by @amayer5125 in #75
  • Fix jsonSerialize Deprecation Notice by @amayer5125 in #74
  • Make Bake Template Implement JobInterface by @amayer5125 in #76
  • Namespace Worker Command by @amayer5125 in #77. It is now recommended that you use cake queue worker instead of cake worker.

New Contributors

Full Changelog: 0.1.4...0.1.5

Queue 0.1.4

12 Dec 00:52
5204cab
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.1.3...0.1.4

Queue 0.1.3

09 Jun 01:22
dada9d4
Compare
Choose a tag to compare

Fixes

  • Improve using queues that aren't 'default'.

Queue 0.1.2

26 May 14:41
ee88486
Compare
Choose a tag to compare

Fixes

  • The worker command no longer requires the --queue option if you also use the --config option. Instead the queue will be read out of the queue configuration.

Queue 0.1.1

07 May 14:22
afbeaaa
Compare
Choose a tag to compare

Fixes

  • Fix running jobs on PHP8.
  • Improved documentation.

Initial Release

01 Mar 02:35
52e96b5
Compare
Choose a tag to compare

Initial release of the Queue plugin.