Skip to content

v2.0.0

Choose a tag to compare

@github-actions github-actions released this 30 Jun 20:07
445537d

2.0.0 (2026-06-30)

⚠ BREAKING CHANGES

  • minimum supported Rails version is now 7.1 (previously >= 6.0.0). Apps on Rails 6.x or 7.0 must upgrade Rails before bumping this gem.

Features

  • require Rails 7.1+ and Ruby 3.4+, drop Appraisal-based multi-version testing (0d5b5ad)

Bug Fixes

  • include the actual body of the request not just parsed params (47ab87e)