Skip to content

Releases: crowdsecurity/cs-magento-bouncer

2.1.1

12 Apr 04:49
5274050
Compare
Choose a tag to compare

Compare with previous release

Changed

  • No change: released on marketplace to confirm compatibility with Magento 2.4.7 and PHP 8.3

2.1.0

05 Jan 04:19
5592b23
Compare
Choose a tag to compare

Compare with previous release

Changed

  • Encrypt bouncer key in database

Removed

  • Removed Events log feature

Added

  • Add api_connect_timeout configuration for Curl request handler
  • Add api_timeout configuration

Fixed

  • Allow crowdsec/symfony-cache:3.0.0 dependency to avoid composer conflict with some Magento 2.4.6 patch versions

2.0.0

23 Mar 01:19
Compare
Choose a tag to compare

Compare with previous release

Changed

  • All source code has been refactored using new CrowdSec PHP librairies:
    • Logs messages have been changed
    • User Agent sent to CrowdSec LAPI has been changed to csphplapi_Magento2/vX.Y.Z
  • Change composer minimum stability from dev to stable

Added

  • Add compatibility with Magento 2.4.6 and PHP 8.2

1.5.0

08 Sep 04:20
Compare
Choose a tag to compare

Compare with previous release

Added

  • Add TLS authentication feature

1.4.0

11 Aug 00:26
Compare
Choose a tag to compare

Added

  • Add configuration to use cURL instead of file_get_contents to call LAPI.
  • Add configuration forced_test_forwarded_ip for testing purpose.

1.3.0

09 Jun 04:08
8aebf72
Compare
Choose a tag to compare

Added

  • Add configuration to set captcha flow cache lifetime
  • Add configuration to set geolocation result cache lifetime

Changed

  • Use cache instead of session to store some values

Fixed

  • Fix wrong deleted decisions count during cache refresh

1.2.0

12 May 09:15
be2cc6c
Compare
Choose a tag to compare

Added

  • Add geolocation feature
  • Add compatibility with Magento 2.4.4 and PHP 8.1

1.1.0

11 Mar 05:09
Compare
Choose a tag to compare

Added

  • Add events log feature

Fixed

  • Fix primary and secondary text configuration path

1.0.0

10 Dec 06:57
Compare
Choose a tag to compare

Changed

  • Modify default auto_prepend mode filename to avoid Magento 2 PHP code sniff error
  • Update documentation

0.7.9

19 Nov 06:58
Compare
Choose a tag to compare

Added

  • Initial release