Skip to content

Releases: Fulfillment-dot-com/laravel-triaged-queues

v0.4.1

18 Mar 14:22
Compare
Choose a tag to compare

Changed

  • Fixed BeanstalkdHelper namespace

Laravel compatibility refactor

09 Mar 15:47
Compare
Choose a tag to compare

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

22 Sep 18:37
Compare
Choose a tag to compare

Used the wrong branch prior

v0.3

22 Sep 18:33
Compare
Choose a tag to compare
  • Add additional connectors/queues for SQS and Redis
  • Add ability to call arbitrary handler

Correct versioning

22 Sep 18:34
Compare
Choose a tag to compare
0.2.1

Specify the package is for 5.1 only

v0.2

22 Sep 16:49
Compare
Choose a tag to compare
0.2.0

Specify the package is for 5.1 only

Bug Fixes

11 Mar 20:46
Compare
Choose a tag to compare
  • Use correct host values
  • Add attempts param
  • update readme

v0.1.0

11 Mar 18:09
Compare
Choose a tag to compare

Initial Release