Compare with previous release
Added
- Add
pushUsageMetrics
method to AbstractBouncer
class
- Save origins count item in cache after a remediation has been applied
Changed
- Breaking change:
AbstractBouncer::getRemediationForIp
method returns now an array with remediation
and
origin
keys.
- Breaking change:
$remediationEngine
params of AbstractBouncer
constructor is now a LapiRemediationEngine
instance
- Breaking change:
AbstractBouncer::getAppSecRemediationForIp
don't need $remediationEngine
param anymore
- Breaking change:
AbstractBouncer::handleRemediation
requires a new origin
param
- Update
crowdsec/remediation-engine
dependency to v4.0.0
Removed
- Breaking change: Remove
bouncing_level
constants and configuration as it is now in crowdsec/remediation-engine
package