Skip to content

Releases: crowdsecurity/php-cs-bouncer

v0.5.2

19 Dec 00:37
9750477
Compare
Choose a tag to compare

Update docs

v0.5.1

19 Dec 00:15
81a4284
Compare
Choose a tag to compare

Lint pass

v0.5.0

18 Dec 16:16
8ab68b8
Compare
Choose a tag to compare
  • Add cache expiration for bad ips
  • Include the GregWar Captcha generation lib
  • Build nice 403 and captcha templates
  • Log captcha resolutions
  • Use the latest CrowdSec docker image
  • Use the "context" psr log feature for all logs to allow them to be parsable.
  • Remove useless predis dependence

v0.4.4

14 Dec 22:57
25e963e
Compare
Choose a tag to compare
  • improve logging

v0.4.3

13 Dec 00:54
ba3d4da
Compare
Choose a tag to compare
  • improve logging

v0.4.2

12 Dec 01:01
ba3d4da
Compare
Choose a tag to compare
  • fix durations bug

v0.4.1

11 Dec 20:49
3e022ba
Compare
Choose a tag to compare
  • use github flow

v0.4.0

11 Dec 20:03
Compare
Choose a tag to compare
  • add release drafter
  • reduce cache durations
  • remediation fallback

v0.3.0

09 Dec 13:39
Compare
Choose a tag to compare
  • Set PHP Files cache adapter as default
  • Replace phpdoc template with phpdocmd
  • Improve documentation add examples and a complete guide.
  • Auto warmup cache

v0.2.0

08 Dec 12:06
Compare
Choose a tag to compare
  • Add support of a large PHP version matrix (7.2, 7.3, 7.4, 8.0)
  • Cap remediation level for sensitive websites
  • Cache is now clearable and prunable
  • Persist cache warm up state over instanciations
  • Prepare composer.json for packagist
  • Update documentation
  • Lint pass
  • CI triggered only on push