Sha256: c294411f5868fb29fbb916439e8bbd7598b86016e40df5de0aeabb8e80b97c03
Contents?: true
Size: 1.41 KB
Versions: 1
Compression:
Stored size: 1.41 KB
Contents
# Changelog All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [3.0.0] - unreleased - Drop support for unsupported `rails` version `5.2.x` - Fetch and cache IPs lazily instead of upon initialization (https://github.com/modosc/cloudflare-rails/pull/52) ## [2.4.0] - 2022-02-22 - Add trailing slashes to reflect Cloudflare API URLs (https://github.com/modosc/cloudflare-rails/pull/53) ## [2.3.0] - 2021-10-22 - Better handling of malformed IP addresses (https://github.com/modosc/cloudflare-rails/pull/49) ## [2.2.0] - 2021-06-11 - Fix typo in `actionpack` dependency ## [2.1.0] - 2021-06-11 ### Breaking Changes - Drop support for unsupported `rails` versions (`5.0.x` and `5.1.x`) ### Added - use Net::HTTP instead of httparty ([pr](https://github.com/modosc/cloudflare-rails/pull/44)) - Add `rails 7.0.0.alpha` support ## [2.0.0] - 2021-02-17 ### Breaking Changes - Removed broad dependency on `rails`, replaced with explicit dependencies for `railties`, `activesupport`, and `actionpack` ( [issue](https://github.com/modosc/cloudflare-rails/issues/34) and [pr](https://github.com/modosc/cloudflare-rails/pull/35)) ## [1.0.0] - 2020-09-29 ### Added - Fix various [loading order issues](https://github.com/modosc/cloudflare-rails/pull/25).
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
cloudflare-rails-3.0.0 | CHANGELOG.md |