Releases: crowdsecurity/php-cs-bouncer
Releases · crowdsecurity/php-cs-bouncer
1.4.0
1.3.0
Changed
- Use
crowdsec/remediation-engine^3.1.1instead of^3.0.0 - Use Redis and PhpFiles cache without cache tags
1.2.0
Changed
- Use
crowdsec/remediation^3.0.0instead of^2.0.0
Added
- Add a script to prune cache with a cron job (Standalone bouncer)
1.1.1
1.1.0
1.0.1
Fixed
- Update
AbstractBouncer::testCacheConnectionmethod to throw an exception for Memcached if necessary
1.0.0
0.36.0
Changed
- Breaking changes: All the code has been refactored to use
crowdsec/remediation-enginepackage:- Lot of public methods have been deleted or replaced by others
- A bouncer should now extend an
AbstractBouncerclass and implements some abstract methods - Some settings names have been changed
0.35.0
Changed
- Set default timeout to 120 and allow negative value for unlimited timeout
0.34.0
Changed
- Do not cache bypass decision in stream mode
- Replace unauthorized chars by underscore
_in cache key
Added
- Add compatibility with PHP 8.2
Fixed
- Fix decision duration parsing when it uses milliseconds