Releases: crowdsecurity/php-cs-bouncer
Releases · crowdsecurity/php-cs-bouncer
0.33.0
Changed
- Do not use tags for
memcachedas 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
0.32.0
0.31.0
0.30.0
Changed
- Update
symfony/cacheandsymfony/configdependencies requirement
0.29.0
Added
- Add TLS authentication feature
0.28.0
Changed
- Breaking change: Rename
ClientAbstractclass toAbstractClient - Hide
api_keyin log.
Added
- Add
disable_prod_logconfiguration
0.27.0
Changed
- Breaking change: Modify
getBouncerInstanceandinitsignatures
Fixed
- Fix wrongly formatted range scoped decision retrieving
- Fix cache updated decisions count
0.26.0
Changed
- Breaking change: Modify all constructors (
Bouncer,ApiCache,ApiClient,RestClient) to use only
configurations and logger as parameters - Use
shouldBounceCurrentIpmethod of Standalone before bouncer instantiation - Breaking change: Modify
initLoggermethod
0.25.0
Added
- Add a
use_curlsetting to make LAPI rest requests withcURLinstead offile_get_contents
0.24.0
Added
- Add a
configsattribute to Bouncer class