Skip to content

Commit 111a0cf

Browse files
Merge pull request #99 from julienloizelet/feat/use-lib-0-22-0-no-more-session
Feat/use lib 0 22 0 no more session
2 parents 5cd0c64 + 92d91a2 commit 111a0cf

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

55 files changed

+1356
-731
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en)
55
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

77

8+
## [1.5.0] - 2022-06-09
9+
10+
### Added
11+
- Add configuration to set captcha flow cache lifetime
12+
### Changed
13+
- Use cache instead of session to store some captcha flow values
14+
### Fixed
15+
- Fix wrong deleted decisions count during cache refresh
16+
817
## [1.4.3] - 2022-05-13
918

1019
### Fixed

composer.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@
66
{
77
"name": "CrowdSec",
88
"email": "info@crowdsec.net"
9+
},
10+
{
11+
"name": "Julien Loizelet",
12+
"homepage": "https://github.com/julienloizelet/",
13+
"role": "Developer"
914
}
1015
],
1116
"config" : {
@@ -14,7 +19,7 @@
1419
}
1520
},
1621
"require": {
17-
"crowdsec/bouncer": "0.20.0",
22+
"crowdsec/bouncer": "0.22.1",
1823
"symfony/polyfill-mbstring": "1.20.0",
1924
"symfony/service-contracts": "2.4.1"
2025
},

0 commit comments

Comments
 (0)