- Fix for when pheanstalk not installed
- Add Symfony 5 support
- Drop Symfony 3 support
- Allow use of Doctrine 2
- Allow use of Uuid 4
- Add Pheanstalk 4 support
- Add default period and delay managers.
- Add support for getName in Worker that replaces the default name.
- Fix Periodic throwing wrong delete exception.
- Fix Pub/Sub throwing wrong delete exception.
- Add support for Google Cloud Pub/Sub.
- Throw when queuing to missing queues.
- Increased reserved memory.
- Throw when job batch used incorrectly.
- Changes log levels.
- Fix delete job and not pass manager, will try to delete it using all the managers.
- Fix DoctrineDelayJob constructor should take optional manager.
- Considering 6.0 a broken release.
- Now the supported drivers are bundled.
- Removes container dependencies from all drivers.
- Changes the Worker interface.
- Checks for missing driver components.
- Handle out of memory errors.
- Changes to RunnerCommand interface.
- Min php requirement is 7.2.
- Removes container dependencies.
- Requires tags (or autowiring) on all workers.
- Remove deprecated methods and consts from runner.
- Changes constructor params for runner.
- Moves all drivers into single package.