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