Releases: Fulfillment-dot-com/laravel-triaged-queues
Releases · Fulfillment-dot-com/laravel-triaged-queues
v0.4.1
Laravel compatibility refactor
New
- Add static helper function for beanstalkd
touch
Remove (BREAKING CHANGES)
- Removed custom jobs -- Laravel 5.5+ implements many features that make custom jobs obsolete such as before/after/exception events.
- Removed
touch
from base job (doesn't make sense to make it available to all drivers when only beanstalk uses it)
Changed
- Update dependencies to be compatible to at least Laravel 5.5
Actually correct versioning
Used the wrong branch prior
v0.3
Correct versioning
0.2.1 Specify the package is for 5.1 only