Releases: Flowpack/jobqueue-common
Releases · Flowpack/jobqueue-common
Support for Neos 5 / Flow 6
Merge pull request #43 from batabana/master TASK: Support Flow 6.0
Allow installing with neos/flow master
3.0.4 BUGFIX: allow dev-master version of Flow
2.1.2 - Bugfixes
BUGFIX: Adds the missing messageCache object configuration for the FakeQueue.
3.0.3 - Fix Flow 5.1 compatibility
Includes an important fix for a regression that prevented the JobQueue Package
to work with Flow 5.1
2.1.1 - Bugfixes
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
1.0.1 - Bugfix Release
Includes the following fixes/tasks:
- TASK: Log exceptions to system logger
- BUGFIX: Pass named arguments to executeCommand
3.0.2
- BUGFIX: Remove message cache file on failure
3.0.1 - Flow 5.0 compatibility
TASK: Set stricter dependencies for Flow 4.0 and Flow 5.0
Version 3.0.0
This release includes breaking changes to the JobQueue API.
- The
count()
method was replaced withcountReady()
- Introduce
countReserverd()
andcountFailed()
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
- 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().