Skip to content

Releases: crowdsecurity/php-cs-bouncer

1.4.0

30 Mar 01:13
c0f5c1f
Compare
Choose a tag to compare

Compare with previous release

Changed

  • Do not rotate log files of standalone bouncer

1.3.0

24 Mar 08:36
Compare
Choose a tag to compare

Compare with previous release

Changed

  • Use crowdsec/remediation-engine ^3.1.1 instead of ^3.0.0
  • Use Redis and PhpFiles cache without cache tags

1.2.0

09 Mar 07:25
1afc7cc
Compare
Choose a tag to compare

Compare with previous release

Changed

  • Use crowdsec/remediation ^3.0.0 instead of ^2.0.0

Added

  • Add a script to prune cache with a cron job (Standalone bouncer)

1.1.1

16 Feb 05:52
Compare
Choose a tag to compare

Compare with previous release

Fixed

  • Fix log messages for captcha remediation

1.1.0

16 Feb 05:17
d0db1b0
Compare
Choose a tag to compare

Compare with previous release

Changed

  • Add more log messages during bouncing process

1.0.1

10 Feb 08:19
Compare
Choose a tag to compare

Compare with previous release

Fixed

  • Update AbstractBouncer::testCacheConnection method to throw an exception for Memcached if necessary

1.0.0

03 Feb 05:38
302c31b
Compare
Choose a tag to compare

Compare with previous release

Changed

  • Change version to 1.0.0: first stable release
  • Update crowdsec/remediation-engine to a new major version 2.0.0
  • Use crowdsec/common package as a dependency for code factoring

Added

  • Add public API declaration

0.36.0

26 Jan 01:17
71d10a8
Compare
Choose a tag to compare

Compare with previous release

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

16 Dec 09:58
Compare
Choose a tag to compare

Compare with previous release

Changed

  • Set default timeout to 120 and allow negative value for unlimited timeout

0.34.0

24 Nov 04:37
2334a9c
Compare
Choose a tag to compare

Compare with previous release

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