Skip to content

Commit

Permalink
docs(changelog): Prepare version 0.33.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
julienloizelet committed Nov 10, 2022
1 parent 909668c commit a98b983
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
## [0.33.0](https://github.com/crowdsecurity/php-cs-bouncer/releases/tag/v0.33.0) - 2022-11-10
[_Compare with previous release_](https://github.com/crowdsecurity/php-cs-bouncer/compare/v0.32.0...v0.33.0)

### Changed
- Do not use tags for `memcached` as it is discouraged

### Fixed
- In stream mode, a clean IP decision (`bypass`) was not cached at all. The decision is now cached for ten years as expected.
- In stream mode, a clean IP decision (`bypass`) was not cached at all. The decision is now cached for ten years as expected

---

Expand Down
1 change: 0 additions & 1 deletion src/Constants.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ class Constants
public const BOUNCING_LEVEL_NORMAL = 'normal_bouncing';
/** @var int The duration we keep a bad IP in cache */
public const CACHE_EXPIRATION_FOR_BAD_IP = 20;

/** @var int The duration we keep a captcha flow in cache */
public const CACHE_EXPIRATION_FOR_CAPTCHA = 86400;
/** @var int The duration we keep a clean IP in cache */
Expand Down

0 comments on commit a98b983

Please sign in to comment.