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