Skip to content

Releases: crowdsecurity/php-cs-bouncer

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

0.33.0

10 Nov 04:28
Compare
Choose a tag to compare

Compare with previous release

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

29 Sep 01:16
Compare
Choose a tag to compare

Compare with previous release

Changed

  • Refactor for coding standards (PHPMD, PHPCS)

0.31.0

23 Sep 07:23
0e5d5ce
Compare
Choose a tag to compare

Compare with previous release

Changed

  • Use Twig as template engine for ban and captcha walls

0.30.0

22 Sep 02:31
Compare
Choose a tag to compare

Compare with previous release

Changed

  • Update symfony/cache and symfony/config dependencies requirement