api-pagination now supports and requires version 43 of Pagy or later.
Unclaimed project
Are you a maintainer of api-pagination? Claim this project to take control of your public changelog and roadmap.
Changelog
:page_facing_up: Link header pagination for Rails and Grape APIs.
api-pagination now supports and requires version 43 of Pagy or later.
This release adds support for Pagy 9.0, which comes with breaking changes. If you rely on an earlier version of Pagy, you'll need to upgrade Pagy before upgrading this gem.
This release fixes issues with using newer versions of Pagy, due to them renaming Pagy::VARS to Pagy::DEFAULT. Consequently, support for older versions of Pagy is dropped.
This release fixes an incompatibility with Grape 1.2. Thanks to @fotos for this fix!