Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 7, 2023

Bumps github.com/ulule/limiter from 0.0.0-20190417201358-7873d115fc4e to 2.2.2+incompatible.

Release notes

Sourced from github.com/ulule/limiter's releases.

Limiter v2.2.2

Patch release for #45 and #46 to use a correct value with pttl command.

Thank @​andrewhoff

Limiter v2.2.1

Fix the default value used to create a new redis store by using DefaultMaxRetry. Thank @​andrewhoff

Links: ulule/limiter#43

Limiter v2.2.0

This release allows to customize the rate limiter key in gin middleware.

Limiter v2.1.0

This release changes the default behaviour on how to retrieve real client IP.

There was a security issue by trusting X-Forwarded-For and X-Real-Ip, so if your server wasn't running behind a well-configured reverse-proxy, someone could do an IP spoofing on the limiter.

With this release, you have to explicitly define that you want to use these headers.

Limiter v2.0.0

This release fixes race conditions, high concurrency situations and change code architecture using separated modules.

Limiter v1.0.0

The first release of limiter.

Commits

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)

Bumps [github.com/ulule/limiter](https://github.com/ulule/limiter) from 0.0.0-20190417201358-7873d115fc4e to 2.2.2+incompatible.
- [Release notes](https://github.com/ulule/limiter/releases)
- [Commits](https://github.com/ulule/limiter/commits/v2.2.2)

---
updated-dependencies:
- dependency-name: github.com/ulule/limiter
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Apr 7, 2023
@dependabot dependabot bot temporarily deployed to integration April 7, 2023 19:04 Inactive
@dependabot dependabot bot temporarily deployed to integration April 7, 2023 19:04 Inactive
@dependabot dependabot bot temporarily deployed to integration April 7, 2023 19:11 Inactive
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update Go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant