Skip to content

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

Compare
Choose a tag to compare
@mathieujobin mathieujobin released this 20 Sep 05:00
· 62 commits to master since this release
9eed563

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