Skip to content

Releases: payrollhero/dispatch-rider

Fix SQS visibility timeout

09 Dec 06:15
7abe708
Compare
Choose a tag to compare
Fix setting item visibility timeout (#131)

I am unsure why it happened now. Was it introduced in DispatchRider 2.0 or 2.1 ? 
Was it a change upstream in aws-sdk-sqs ?

* test using `ensure`, because item.visibility_timeout krash

* use change visibility

* make aws sns/sqs required runtime gem

* fix openstruct in specs

* use a proc

* require gems, do not rescue NameError exceptions

* bump version

* stub object for the method call instead

* rubocop

Ruby 3 support

20 Sep 06:36
8b36da2
Compare
Choose a tag to compare

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 kwargs between 2.6 and 3.0
    since 2.6 is not unsupported, support is removed

Rails 6 and 7 support, aws-sdk 3.x, clean up

20 Sep 05:00
9eed563
Compare
Choose a tag to compare

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: Merge pull request #77 from payrollhero/wait-one-sec

11 Nov 03:24
98c137c
Compare
Choose a tag to compare

v1.8.6: Merge pull request #76 from payrollhero/travis

30 Aug 02:43
41f4e7c
Compare
Choose a tag to compare
  • ruby 2.1 support dropped
  • appsignal gem now optional
  • we use retriable gem instead of retries gem