All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Drop support for unsupported
rails
version5.2.x
- Fetch and cache IPs lazily instead of upon initialization (modosc#52)
- Add trailing slashes to reflect Cloudflare API URLs (modosc#53)
- Better handling of malformed IP addresses (modosc#49)
- Fix typo in
actionpack
dependency
- Drop support for unsupported
rails
versions (5.0.x
and5.1.x
)
- use Net::HTTP instead of httparty (pr)
- Add
rails 7.0.0.alpha
support
- Removed broad dependency on
rails
, replaced with explicit dependencies forrailties
,activesupport
, andactionpack
( issue and pr)
- Fix various loading order issues.