Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Dec 5, 2022

Bumps django-ratelimit from 2.0.0 to 4.0.0.

Release notes

Sourced from django-ratelimit's releases.

v4 - Python 3.7 and up

v4.0

Added

  • Updates support to Python 3.7 through 3.11.
  • Added close() method to UDP-based StatsClient. (#136)

Dropped

  • Drops support for Python 2.

Fixed

  • Using a timing decorator on an async function should now properly measure the execution time, instead of counting immediately. See #119.

Special thanks to @​cclauss for help getting this in good shape!

Changelog

Sourced from django-ratelimit's changelog.

Statsd Changelog

UNRELEASED

v4.0.1

Fixed

  • Updated PyPI trove classifiers for current Python versions.

v4.0

Added

  • Updates support to Python 3.7 through 3.11.
  • Added close() method to UDP-based StatsClient. (#136)

Dropped

  • Drops support for Python 2.

Fixed

  • Using a timing decorator on an async function should now properly measure the execution time, instead of counting immediately. See #119.

Version 3.3

  • Drop support for Python 2.5, 2.6, 3.2, 3.3 (#108, #116).
  • Add UnixSocketStatsClient (#76, #112).
  • Add support for timedeltas in timing() (#104, #111).
  • Fix timer decorator with partial functions (#85).
  • Remove ABCMeta metaclass (incompatible with Py3) (#109).
  • Refactor client module (#115).
  • Various doc updates (#99, #102, #110, #113, #114).

Version 3.2.2

  • Use a monotomic timer to avoid clock adjustments (#96).
  • Test on Python 3.5 and 3.6.
  • Various doc updates.

Version 3.2.1

  • Restore StatsClient(host, port, prefix) argument order.

... (truncated)

Commits
  • aed9504 Merge pull request #173 from jsocol/release/v4
  • acc6084 Bump version to v4.0.0
  • eda702f Merge pull request #171 from cclauss/pyproject.toml
  • b9c3b06 tox.ini: isolated_build = True
  • d896c96 PEP 621: Migrate to pyproject.toml
  • c72ae60 Merge pull request #172 from jsocol/fix/119/async-decorator
  • 11c3a19 Fix timing decorator for async functions
  • db9424f Merge pull request #170 from jsocol/update-changelog
  • 44bb7b7 Update CHANGELOG ahead of 4.0
  • c9eeb17 Merge pull request #169 from jsocol/readme
  • 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 [django-ratelimit](https://github.com/jsocol/pystatsd) from 2.0.0 to 4.0.0.
- [Release notes](https://github.com/jsocol/pystatsd/releases)
- [Changelog](https://github.com/jsocol/pystatsd/blob/main/CHANGELOG.md)
- [Commits](jsocol/pystatsd@v2.0.0...v4.0.0)

---
updated-dependencies:
- dependency-name: django-ratelimit
  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 python Pull requests that update Python code labels Dec 5, 2022
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 python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant