Releases: AllenJB/Queues
Releases · AllenJB/Queues
v0.5
v0.4
- Queue: Add drain() method that consumes all pending items and immediately exits. This avoids timeouts prolonging tests unnecessarily and avoids flaky test results due to tests running slower than expected.
- Implement SchedulableQueueInterface, allowing code to require a scheduling-capable queue;
- Implement ConfigurableFactory, allowing for a combined factory to cater for cases where the preferred default does not support some queue types
- Dependency updates
Full Changelog: 0.3.0...0.4.0
v0.3
v0.2.3 Bug Fix
Fix more method signatures
v0.2.2 Bug fix
Fix method signatures on Rabbit based queues
v0.2.1
v0.2 PDO Queue poll intervals
Default poll intervals for consuming MySQL queues were excessively low. These have been increased and made configurable.
v0.1.11 Dependency Update
Allow Guzzle 7
v0.1.10 Dependency update
Allow bunny/bunny 0.5
v0.1.9 Bug Fix Release
PDO based queues: Fix consume() looping and not timing out, attempting to process queue items which no longer exist