File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,17 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/)
5
5
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
6
6
7
7
8
+ ## [0.22.0] - 2022-06-02
9
+
10
+ ### Added
11
+ - Add configurations for captcha and geolocation variables cache duration
12
+ ### Changed
13
+ - *Breaking change*: Use cache instead of session to store captcha and geolocation variables
14
+ - *Breaking change*: Use symfony cache tag adapter
15
+ - Change `geolocation/save_in_session` setting into `geolocation/save_result`
16
+ ### Fixed
17
+ - Fix deleted decision count during cache update
18
+
8
19
## [0.21.0] - 2022-04-15
9
20
10
21
### Changed
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ class Constants
20
20
public const DEFAULT_LAPI_URL = 'http://localhost:8080';
21
21
22
22
/** @var string The last version of this library */
23
- public const VERSION = 'v0.21 .0';
23
+ public const VERSION = 'v0.22 .0';
24
24
25
25
/** @var string The user agent used to send request to LAPI */
26
26
public const BASE_USER_AGENT = 'PHP CrowdSec Bouncer/'.self::VERSION;
You can’t perform that action at this time.
0 commit comments