Skip to content

Commit a98b983

Browse files
docs(changelog): Prepare version 0.33.0 [skip ci]
1 parent 909668c commit a98b983

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
88
## [0.33.0](https://github.com/crowdsecurity/php-cs-bouncer/releases/tag/v0.33.0) - 2022-11-10
99
[_Compare with previous release_](https://github.com/crowdsecurity/php-cs-bouncer/compare/v0.32.0...v0.33.0)
1010

11+
### Changed
12+
- Do not use tags for `memcached` as it is discouraged
13+
1114
### Fixed
12-
- In stream mode, a clean IP decision (`bypass`) was not cached at all. The decision is now cached for ten years as expected.
15+
- In stream mode, a clean IP decision (`bypass`) was not cached at all. The decision is now cached for ten years as expected
1316

1417
---
1518

src/Constants.php

-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ class Constants
3232
public const BOUNCING_LEVEL_NORMAL = 'normal_bouncing';
3333
/** @var int The duration we keep a bad IP in cache */
3434
public const CACHE_EXPIRATION_FOR_BAD_IP = 20;
35-
3635
/** @var int The duration we keep a captcha flow in cache */
3736
public const CACHE_EXPIRATION_FOR_CAPTCHA = 86400;
3837
/** @var int The duration we keep a clean IP in cache */

0 commit comments

Comments
 (0)