Skip to content

Latest commit

 

History

History
111 lines (71 loc) · 3.23 KB

CHANGELOG.md

File metadata and controls

111 lines (71 loc) · 3.23 KB

[v2.0.11] - 2016-07-02

[v2.0.10] - 2016-06-09

[v2.0.9] - 2016-06-08

[v2.0.8] - 2016-06-07

[v2.0.7] - 2016-06-06

[v2.0.6] - 2016-04-18

  • Fix log initialization introduced by #191
  • #195

[v2.0.5] - 2016-04-17

  • Fix log initialization when using Shoryuken::EnvironmentLoader#load

  • #191

  • Fix enqueue_at in the ActiveJob Adapter

  • #182

[v2.0.4] - 2016-02-04

  • Add Rails 3 support

  • #175

  • Allow symbol as a queue name in shoryuken_options

  • #177

  • Make sure bundler is always updated on Travis CI

  • #176

  • Add Rails 5 compatibility

  • #174

[v2.0.3] - 2015-12-30

  • Allow multiple queues per worker

  • #164

  • Fix typo

  • #166

[v2.0.2] - 2015-10-27

  • Fix warnings that are triggered in some cases with the raise_error matcher

  • #144

  • Add lifecycle event registration support

  • #141

  • Allow passing array of messages to send_messages

  • #140

  • Fix Active Job queue prefixing in Rails apps

  • #139

  • Enable override the default queue with a :queue option

  • #147

[v2.0.1] - 2015-10-09

  • Bump aws-sdk to ~> 2
  • #138

[v2.0.0] - 2015-09-22

  • Allow configuration of SQS/SNS endpoints via environment variables

  • #130

  • Expose queue_name in the message object

  • README updates