Skip to content

4.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 09 Jan 04:18
· 8 commits to main since this release
778fc96

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