Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump flask-limiter from 1.4 to 3.3.0 #86

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 6, 2023

Bumps flask-limiter from 1.4 to 3.3.0.

Release notes

Sourced from flask-limiter's releases.

3.3.0

Bug Fix

  • Ensure per route limits are preferred (over application limits) when populating rate limiting headers in the case where no rate limit has been breached in the request.

v3.3.0

v3.3.0

3.2.0

Feature

  • Allow configuring request identity

Chores

  • Improve linting with ruff
  • Update development dependencies

v3.2.0

v3.2.0

3.1.0

Feature

  • Skip logging an error if a decorated limit uses a callable to return the "current" rate limit and returns an empty string. Treat this is a signal that the rate limit should be skipped for this request.

3.0.0

Breaking changes

  • Change order of extension constructor arguments to only require key_func as the first positional argument and all other arguments

... (truncated)

Changelog

Sourced from flask-limiter's changelog.

v3.3.0

Release Date: 2023-02-26

  • Bug Fix

    • Ensure per route limits are preferred (over application limits) when populating rate limiting headers in the case where no rate limit has been breached in the request.

v3.2.0

Release Date: 2023-02-15

  • Feature

    • Allow configuring request identity
  • Chores

    • Improve linting with ruff
    • Update development dependencies

v3.1.0

Release Date: 2022-12-29

  • Feature

    • Skip logging an error if a decorated limit uses a callable to return the "current" rate limit and returns an empty string. Treat this is a signal that the rate limit should be skipped for this request.

v3.0.0

Release Date: 2022-12-28

  • Breaking changes

    • Change order of extension constructor arguments to only require key_func as the first positional argument and all other arguments as keyword arguments.
    • Separate positional/keyword arguments in limit/shared_limit decorators
    • Remove deprecated config variable RATELIMIT_STORAGE_URL
    • Remove legacy backward compatibility path for flask < 2
  • Features

... (truncated)

Commits
  • 5d4174a Update changelog for 3.3.0
  • 8d82b92 Prefer route specific limit over application limit in headers
  • b764e15 Update changelog for 3.2.0
  • d5e6698 Bump sphinxext-opengraph from 0.8.0 to 0.8.1 (#389)
  • f1f0249 fix constructor parameter order in recipe (#388)
  • 5106f4a Bump sphinxext-opengraph from 0.7.5 to 0.8.0 (#387)
  • 3d0b47b Fix linting errors
  • b922242 Switch to ruff for linting
  • a7538a6 Bump sphinxext-opengraph from 0.7.4 to 0.7.5 (#386)
  • 1f50314 fix command in README: limits, not list (#385)
  • 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)

Bumps [flask-limiter](https://github.com/alisaifee/flask-limiter) from 1.4 to 3.3.0.
- [Release notes](https://github.com/alisaifee/flask-limiter/releases)
- [Changelog](https://github.com/alisaifee/flask-limiter/blob/master/HISTORY.rst)
- [Commits](alisaifee/flask-limiter@1.4...3.3.0)

---
updated-dependencies:
- dependency-name: flask-limiter
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants