v3.1.0 - detect_queue_adapter fixes
- This release fixes
detect_queue_adapter!
for aliased adapter constants. Not all adapter constants were compatible with thesplit('::').last
function used to find the human-readable adapter name. Thankfully, in Rails 5.2+, there is aqueue_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