Releases: Flowpack/jobqueue-redis
3.2.0
Bugfix release
This release fixes a bug (#13) where a timeout produced an empty message and logged an error when running the job:work
command.
3.1.0
This release adds support for password protected Redis servers.
3.0.0
Implementing the interface of version 3.0 of the jobqueue-common package.
Introduces the methods countReserved()
and countFailed()
.
For a complete changelog see: 2.0.0...3.0.0
2.0.0
A new major release, supporting Flow 4.0 and 4.1 and using the current version of
flowpack/jobqueue-common.
A notable change is a protection against possible race conditions through the use
of transactions (multi / exec) and command reordering.
1.0.0
This is the first release after renaming the package from TYPO3.* to Flowpack and after the Major overhaul of the Flowpack.JobQueue.Common package.
The Good Old Times
This release is for those who relied on the dev-master version of this package so far. It's purpose is to provide a snapshot of the current state, before work on the package is resumed and (breaking) changes are introduced.