Releases: crowdsecurity/php-cs-bouncer
Releases · crowdsecurity/php-cs-bouncer
0.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
0.32.0
0.31.0
0.30.0
Changed
- Update
symfony/cache
andsymfony/config
dependencies requirement
0.29.0
Added
- Add TLS authentication feature
0.28.0
Changed
- Breaking change: Rename
ClientAbstract
class toAbstractClient
- Hide
api_key
in log.
Added
- Add
disable_prod_log
configuration
0.27.0
Changed
- Breaking change: Modify
getBouncerInstance
andinit
signatures
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
shouldBounceCurrentIp
method of Standalone before bouncer instantiation - Breaking change: Modify
initLogger
method
0.25.0
Added
- Add a
use_curl
setting to make LAPI rest requests withcURL
instead offile_get_contents
0.24.0
Added
- Add a
configs
attribute to Bouncer class