Skip to content

Latest commit

 

History

History
108 lines (76 loc) · 3.88 KB

CHANGELOG.md

File metadata and controls

108 lines (76 loc) · 3.88 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

The public API for this project is defined by the set of functions provided by the module.

2.1.1 - 2024-04-12

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 - 2024-01-05

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 - 2023-03-23

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 - 2022-09-08

Compare with previous release

Added

  • Add TLS authentication feature

1.4.0 - 2022-08-11

Compare with previous release

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 - 2022-06-09

Compare with previous release

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 - 2022-05-12

Compare with previous release

Added

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

1.1.0 - 2022-03-11

Compare with previous release

Added

  • Add events log feature

Fixed

  • Fix primary and secondary text configuration path

1.0.0 - 2021-12-10

Compare with previous release

Changed

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

0.7.9 - 2021-11-19

Added

  • Initial release