mirror of
https://github.com/samsonjs/rack-attack.git
synced 2026-04-24 14:37:39 +00:00
Update changelog for v5.0.0.beta1
This commit is contained in:
parent
f9a67202e4
commit
eb987a1caf
1 changed files with 3 additions and 6 deletions
|
|
@ -2,14 +2,11 @@
|
||||||
|
|
||||||
## master (unreleased)
|
## master (unreleased)
|
||||||
|
|
||||||
## v5.0.0 (beta)
|
## v5.0.0.beta1 4 July 2016
|
||||||
|
|
||||||
- Deprecate `whitelist`/`blacklist` in favor of `safelist`/`blocklist`. (#181,
|
- Deprecate `whitelist`/`blacklist` in favor of `safelist`/`blocklist`. (#181,
|
||||||
thanks @renee-travisci).
|
thanks @renee-travisci). To upgrade and fix deprecations, find and replace instances of `whitelist` and `blacklist` with `safelist` and `blocklist`. If you reference `rack.attack.match_type`, note that it will have values like `:safelist`/`:blocklist`.
|
||||||
|
- Remove test coverage for unsupported ruby dependencies: ruby 2.0, activesupport 3.2/4.0, and dalli 1.
|
||||||
To upgrade and fix deprecations, find and replace instances of `whitelist` and
|
|
||||||
`blacklist` with `safelist` and `blocklist`. If you reference `rack.attack.match_type`,
|
|
||||||
note that it will have values like `:safelist`/`:blocklist`.
|
|
||||||
|
|
||||||
## v4.4.1 17 Feb 2016
|
## v4.4.1 17 Feb 2016
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue