Skip to content

Latest commit

 

History

History
413 lines (259 loc) · 23.4 KB

CHANGELOG.md

File metadata and controls

413 lines (259 loc) · 23.4 KB

Change Log

v2.1.0 (2022-09-20)

Full Changelog

  • Added support for ruby 3.0 and 3.1
  • Require ruby 2.7 at the very minimum, there is a meta-programming class with kwards between 2.6 and 3.0 since 2.6 is not unsupported, support is removed

v2.0.0 (2022-09-20)

Full Changelog

  • Tests now run via Github actions
  • Requires Ruby 2.6.5 at the very minimum
  • Requires Rails 5.2 at the very minimum
  • Supports both Aws SDK 1.x and 3.x
  • aws-sdk-sqs and aws-sdk-sns are marked as optional, but strongly recommended.
  • Security Update Rails (CVE-2022-32224): Automatically set the active-record config DispatchRider::ScheduledJob model.
  • Tests are validated against rails 5.2.x, 6.0.x, 6.1.x and 7.0.x
  • Started addressing some of the style issue and tech debt via rubocop-challenger automated PR

v1.9.0 (2019-11-11)

Full Changelog

Merged pull requests:

  • Make appsignal optional #76
  • Sleep 1 second to prevent huge SQS fees #77

v1.8.6 (2019-08-27)

Full Changelog

Merged pull requests:

v1.8.5 (2016-02-16)

Full Changelog

Merged pull requests:

  • Adding explicit retry around deleting done messages #74 (piotrb)

v1.8.4 (2016-02-09)

Full Changelog

Merged pull requests:

v1.8.3 (2016-01-19)

Full Changelog

v1.8.2 (2016-01-19)

Full Changelog

Merged pull requests:

v1.8.1 (2016-01-19)

Full Changelog

Merged pull requests:

v1.8.0 (2016-01-19)

Full Changelog

Merged pull requests:

  • Added appsignal dependancy and upgraded to 1.0 support (hopefully) #69 (piotrb)

v1.7.2 (2015-08-13)

Full Changelog

Merged pull requests:

v1.6.2 (2015-06-25)

Full Changelog

Merged pull requests:

v1.6.1 (2015-06-24)

Full Changelog

Merged pull requests:

  • Fix callback hook for LifecycleLogger. Update specs to handle message… #66 (mykola-kyryk)
  • Update README.md with log formatter options #65 (mykola-kyryk)

v1.6.0 (2015-06-20)

Full Changelog

Closed issues:

  • ActiveJob Support #50

Merged pull requests:

v1.5.3 (2015-05-21)

Full Changelog

Merged pull requests:

  • Allow setting of message guid #59 (more-ron)
  • Make the overriden function "publish to channel" be the only thing overriden #58 (more-ron)
  • Add publishing callbacks #57 (more-ron)
  • Updating rspec and some of the depracations #56 (piotrb)

v1.4.2 (2015-04-10)

Full Changelog

Closed issues:

  • Convert away from jeweler #54

Merged pull requests:

v1.4.1 (2015-04-10)

Full Changelog

Merged pull requests:

v1.4.0 (2015-03-10)

Full Changelog

Merged pull requests:

  • Moving message id code to Publisher itself (not publisher base) to make it happen simply every time #47 (piotrb)

v1.3.6 (2014-11-15)

Full Changelog

Merged pull requests:

  • Loading all files in the handler_path to allow proper namespacing #46 (piotrb)

v1.3.5 (2014-11-06)

Full Changelog

Merged pull requests:

  • Add GUID in logging. Remove the GUID from message body. #45 (vincentpaca)

v1.3.4 (2014-11-06)

Full Changelog

Merged pull requests:

v1.3.3 (2014-10-22)

Full Changelog

v1.3.2 (2014-10-02)

Full Changelog

v1.3.1 (2014-10-01)

Full Changelog

v1.3.0 (2014-10-01)

Full Changelog

v1.2.11 (2014-10-01)

Full Changelog

v1.2.10 (2014-10-01)

Full Changelog

v1.2.9 (2014-09-30)

Full Changelog

v1.2.8 (2014-07-22)

Full Changelog

v1.2.7 (2014-07-22)

Full Changelog

v1.2.6 (2014-07-22)

Full Changelog

v1.2.5 (2014-07-22)

Full Changelog

v1.2.4 (2014-07-21)

Full Changelog

v1.2.3 (2014-07-21)

Full Changelog

v1.2.2 (2014-07-21)

Full Changelog

v1.2.1 (2014-07-21)

Full Changelog

v1.2.0 (2014-07-21)

Full Changelog

Merged pull requests:

  • Add appsignal support #43 (piotrb)
  • moved the generator from payrollhero to the gem #42 (piotrb)

v1.1.7 (2014-02-06)

Full Changelog

v1.1.6 (2014-02-06)

Full Changelog

v1.1.5 (2014-02-06)

Full Changelog

v1.1.4 (2014-02-04)

Full Changelog

Merged pull requests:

  • This adds retry via SNS timeouts to dispatch rider. #41 (bramski)

v1.0.3 (2014-01-15)

Full Changelog

v1.0.2 (2014-01-14)

Full Changelog

v1.0.1 (2013-12-13)

Full Changelog

v1.0.0 (2013-12-13)

Full Changelog

Merged pull requests:

  • Rejigged the SQS handler so that its able to wrap around the execution cleanly and detect jobs that run too long #40 (piotrb)

v0.2.7 (2013-12-10)

Full Changelog

Merged pull requests:

  • Added Logger to Subscriber and Runner to allow more lifecycle logging #39 (piotrb)

v0.2.6 (2013-12-05)

Full Changelog

Merged pull requests:

  • Making SNS properly multi-region safe #38 (piotrb)

v0.2.5 (2013-12-04)

Full Changelog

Merged pull requests:

v0.2.4 (2013-12-03)

Full Changelog

v0.2.3 (2013-11-25)

Full Changelog

v0.2.2 (2013-11-22)

Full Changelog

Merged pull requests:

  • Added Queue URL support to SQS #36 (piotrb)

v0.2.1 (2013-11-20)

Full Changelog

Merged pull requests:

  • Catch only standard error exceptions. #35 (link664)
  • Add start up script and generator #34 (link664)

v0.2.0 (2013-11-13)

Full Changelog

Merged pull requests:

v0.1.2 (2013-11-01)

Full Changelog

v0.1.1.1 (2013-10-25)

Full Changelog

v0.1.1 (2013-10-25)

Full Changelog

Merged pull requests:

v0.1.0 (2013-10-24)

Full Changelog

v0.0.6 (2013-09-23)

Full Changelog

Merged pull requests:

v0.0.5 (2013-08-20)

Full Changelog

Merged pull requests:

  • Assume successful process when there is no error #22 (more-ron)
  • Add proper worker support #19 (piotrb)

Full Changelog

Merged pull requests:

  • Silence SQS spam since its very verbose by default #21 (piotrb)

Full Changelog

v0.0.4 (2013-06-06)

Full Changelog

Implemented enhancements:

  • Error handling when the message handler fails #8

Merged pull requests:

Full Changelog

Merged pull requests:

Full Changelog

Implemented enhancements:

  • Hash based configuration #10

Merged pull requests:

  • Make DispatchRider::Publisher#configure indifferent to string or symbol ... #14 (more-ron)

2013-05-28 (2013-05-28)

Full Changelog

Merged pull requests:

  • Bug fix for file system notifications being serialized twice #13 (more-ron)
  • Another stab at the initial implementation for issue #10 #12 (piotrb)

v0.0.2 (2013-05-22)

Full Changelog

v0.0.3 (2013-05-22)

Full Changelog

Merged pull requests:

v0.0.1 (2013-05-16)

Merged pull requests:

  • Add support for SNS published message received in SQS #6 (more-ron)
  • Added FileSystem Notifier Support #5 (piotrb)
  • Adapting to multiple queues #4 (more-ron)
  • Add AWS::SNS to DispatchRider::QueueServices #3 (more-ron)
  • Add FileSystem as a queue system #2 (more-ron)
  • Modify QueueServices#pop to be able to properly dequeue the item #1 (more-ron)

* This Change Log was automatically generated by github_changelog_generator