Releases: crowdsecurity/cs-magento-bouncer
Releases · crowdsecurity/cs-magento-bouncer
2.1.1
Changed
- No change: released on marketplace to confirm compatibility with Magento 2.4.7 and PHP 8.3
2.1.0
Changed
- Encrypt bouncer key in database
Removed
- Removed Events log feature
Added
- Add
api_connect_timeout
configuration forCurl
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
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
tostable
Added
- Add compatibility with Magento 2.4.6 and PHP 8.2
1.5.0
1.4.0
Added
- Add configuration to use
cURL
instead offile_get_contents
to call LAPI. - Add configuration
forced_test_forwarded_ip
for testing purpose.
1.3.0
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
Added
- Add geolocation feature
- Add compatibility with Magento 2.4.4 and PHP 8.1
1.1.0
Added
- Add events log feature
Fixed
- Fix primary and secondary text configuration path
1.0.0
Changed
- Modify default auto_prepend mode filename to avoid Magento 2 PHP code sniff error
- Update documentation
0.7.9
Added
- Initial release