Skip to content

Releases: Flowpack/jobqueue-common

Support for Neos 5 / Flow 6

08 Nov 11:32
84094bc
Compare
Choose a tag to compare
Merge pull request #43 from batabana/master

TASK: Support Flow 6.0

Allow installing with neos/flow master

13 Feb 18:09
9bb94fa
Compare
Choose a tag to compare
3.0.4

BUGFIX: allow dev-master version of Flow

2.1.2 - Bugfixes

10 Sep 19:20
defdbcd
Compare
Choose a tag to compare

BUGFIX: Adds the missing messageCache object configuration for the FakeQueue.

2.1.1...2.1.2

3.0.3 - Fix Flow 5.1 compatibility

05 Sep 13:05
Compare
Choose a tag to compare

Includes an important fix for a regression that prevented the JobQueue Package
to work with Flow 5.1

3.0.2...3.0.3

2.1.1 - Bugfixes

05 Sep 13:26
d5e2f97
Compare
Choose a tag to compare

Includes the following fixes:

  • BUGFIX: (Un)serializiation is not needed when using VariableFrontend
  • BUGFIX: FakeQueue should also use the cached message passing
  • BUGFIX: Pass named arguments to executeCommand

2.1.0...2.1.1

1.0.1 - Bugfix Release

05 Sep 13:27
Compare
Choose a tag to compare

Includes the following fixes/tasks:

  • TASK: Log exceptions to system logger
  • BUGFIX: Pass named arguments to executeCommand

1.0.0...1.0.1

3.0.2

05 Sep 13:03
6d7bf4c
Compare
Choose a tag to compare
  • BUGFIX: Remove message cache file on failure

3.0.1...3.0.2

3.0.1 - Flow 5.0 compatibility

23 Jun 09:28
Compare
Choose a tag to compare
TASK: Set stricter dependencies for Flow 4.0 and Flow 5.0

Version 3.0.0

20 Jun 15:51
301d778
Compare
Choose a tag to compare

This release includes breaking changes to the JobQueue API.

  • The count() method was replaced with countReady()
  • Introduce countReserverd()and countFailed()methods
  • Add type hints to all interface methods and raise minimal PHP compatibility to 7.1

For Details see: 2.1.0...3.0.0

2.1.0

09 Feb 07:19
Compare
Choose a tag to compare
  • The size of the message payload handed over to an isolated process is done via a separate cache and not limited in size anymore.
  • Improved dump of method arguments in getLabel().