Releases: crowdsecurity/php-cs-bouncer
Releases · crowdsecurity/php-cs-bouncer
1.1.0
1.0.1
Fixed
- Update
AbstractBouncer::testCacheConnection
method 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-engine
package:- Lot of public methods have been deleted or replaced by others
- A bouncer should now extend an
AbstractBouncer
class 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
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