All Versions
69
Latest Version
Avg Release Cycle
54 days
Latest Release
791 days ago

Changelog History
Page 7

  • v2.0.8 Changes

    June 07, 2016
    • 🛠 Fix daemonization
  • v2.0.7 Changes

    June 06, 2016
    • Daemonize before loading environment

    • 🛠 Fix initialization when using rails

    • 👌 Improve message fetching

    • 🛠 Fix hard shutdown if there are some busy workers when signal received

    • 🛠 Fix rake console task

    • Isolate MessageVisibilityExtender as new middleware

    • Fail on non-existent queues

  • v2.0.6 Changes

    April 18, 2016
    • 🛠 Fix log initialization introduced by #191
  • v2.0.5 Changes

    April 17, 2016
    • 🛠 Fix log initialization when using Shoryuken::EnvironmentLoader#load

      • #191
      • Fix enqueue_at in the ActiveJob Adapter
      • #182
  • v2.0.4 Changes

    February 04, 2016
    • ➕ Add Rails 3 support

    • 👍 Allow symbol as a queue name in shoryuken_options

    • ⚡️ Make sure bundler is always updated on Travis CI

    • ➕ Add Rails 5 compatibility

  • v2.0.3 Changes

    December 30, 2015
    • 👍 Allow multiple queues per worker

    • 🛠 Fix typo

  • v2.0.2 Changes

    October 27, 2015
    • 🛠 Fix warnings that are triggered in some cases with the raise_error matcher

    • ➕ Add lifecycle event registration support

    • 👍 Allow passing array of messages to send_messages

    • 🛠 Fix Active Job queue prefixing in Rails apps

    • 0️⃣ Enable override the default queue with a :queue option

  • v2.0.1 Changes

    October 09, 2015
    • ⬆️ Bump aws-sdk to ~> 2
  • v2.0.0 Changes

    September 22, 2015
    • 👍 Allow configuration of SQS/SNS endpoints via environment variables

    • 🔦 Expose queue_name in the message object

    • ⚡️ README updates