Skip to content

v3.1.0 - detect_queue_adapter fixes

Compare
Choose a tag to compare
@smudge smudge released this 27 Oct 21:05
· 12 commits to master since this release
83cdeeb
  • This release fixes detect_queue_adapter! for aliased adapter constants. Not all adapter constants were compatible with the split('::').last function used to find the human-readable adapter name. Thankfully, in Rails 5.2+, there is a queue_adapter_name method that can be used to find precisely what we need.
  • As such, this removes Rails 5.1 support, and adds 6.1 to the CI test matrix.

Full Changelog: v3.0.0...v3.1.0