crowdsecurity / cs-wordpress-bouncer

CrowdSec is an open-source cyber security tool. This plugin blocks detected attackers or display them a captcha to check they are not bots.
https://wordpress.org/plugins/crowdsec/
MIT License
34 stars 6 forks source link

chore(deps): bump crowdsec/bouncer from 0.24.0 to 0.27.0 #107

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps crowdsec/bouncer from 0.24.0 to 0.27.0.

Release notes

Sourced from crowdsec/bouncer's releases.

0.27.0

Changed

  • Breaking change: Modify getBouncerInstance and init signatures

Fixed

  • Fix wrongly formatted range scoped decision retrieving
  • Fix cache updated decisions count

0.26.0

Changed

  • Breaking change: Modify all constructors (Bouncer, ApiCache, ApiClient, RestClient) to use only configurations and logger as parameters
  • Use shouldBounceCurrentIp method of Standalone before bouncer instantiation
  • Breaking change: Modify initLogger method

0.25.0

Added

  • Add a use_curl setting to make LAPI rest requests with cURL instead of file_get_contents
Changelog

Sourced from crowdsec/bouncer's changelog.

[0.27.0] - 2022-07-29

Changed

  • Breaking change: Modify getBouncerInstance and init signatures

Fixed

  • Fix wrongly formatted range scoped decision retrieving
  • Fix cache updated decisions count

[0.26.0] - 2022-07-28

Changed

  • Breaking change: Modify all constructors (Bouncer, ApiCache, ApiClient, RestClient) to use only configurations and logger as parameters
  • Use shouldBounceCurrentIp method of Standalone before bouncer instantiation
  • Breaking change: Modify initLogger method

[0.25.0] - 2022-07-22

Added

  • Add a use_curl setting to make LAPI rest requests with cURL instead of file_get_contents
Commits
  • aab56fb Merge pull request #101 from julienloizelet/feat/code-standard-and-api-cache-fix
  • 33c1f4c feat(*): Prepare release 0.27.0
  • e929955 feat(*): Modify getBouncerInstance and init method and fix saveRemediations m...
  • e8aea7e docs(changelog): Modify 0.26.0 release description
  • 49ca206 Merge pull request #100 from julienloizelet/feat/refacto-construct
  • da4c09b test(*): Code smell
  • 4334d0f feat(*): Prepare release 0.26.0
  • 6c2f24c feat(logger): Modify logger instantiation and debug display error configs
  • 1f4eb76 feat(*): Check if should bounce before bouncer instantiation
  • c407360 feat(*): Code cleaning
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 2 years ago

Looks like crowdsec/bouncer is up-to-date now, so this is no longer needed.