Update dependency django-ratelimit to v4
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
django-ratelimit | dependencies | major |
^3.0.1 -> ^4.0.0
|
django-ratelimit | major |
==3.0.1 -> ==4.1.0
|
Release Notes
jsocol/django-ratelimit (django-ratelimit)
v4.1.0
What's Changed
- Fix urls in pyproject.toml by @jaap3 in https://github.com/jsocol/django-ratelimit/pull/277
- Test on Django 4.2 by @adamchainz in https://github.com/jsocol/django-ratelimit/pull/284
- Adds RATELIMIT_HASH_ALGORITHM config by @slick666 in https://github.com/jsocol/django-ratelimit/pull/282
- Fixes the docs to show the proper default hash algorithm by @slick666 in https://github.com/jsocol/django-ratelimit/pull/285
- Fix middleware name by @jacebrowning in https://github.com/jsocol/django-ratelimit/pull/286
- Release v4.1 by @jsocol in https://github.com/jsocol/django-ratelimit/pull/296
New Contributors
- @jaap3 made their first contribution in https://github.com/jsocol/django-ratelimit/pull/277
- @slick666 made their first contribution in https://github.com/jsocol/django-ratelimit/pull/282
- @jacebrowning made their first contribution in https://github.com/jsocol/django-ratelimit/pull/286
Full Changelog: https://github.com/jsocol/django-ratelimit/compare/v4.0.0...v4.1.0
v4.0.0
What's Changed
- Add a github action to run tests and linter by @jsocol in https://github.com/jsocol/django-ratelimit/pull/219
- Add RATELIMIT_IP_META_KEY setting by @jsocol in https://github.com/jsocol/django-ratelimit/pull/218
- Add clearer exception on misconfigured REMOTE_ADDR by @jsocol in https://github.com/jsocol/django-ratelimit/pull/220
- Link directly to CHANGELOG on github by @jsocol in https://github.com/jsocol/django-ratelimit/pull/221
- Change test workflow name to test by @jsocol in https://github.com/jsocol/django-ratelimit/pull/224
- Update readme badge by @jsocol in https://github.com/jsocol/django-ratelimit/pull/225
- Rename package to django_ratelimit by @jsocol in https://github.com/jsocol/django-ratelimit/pull/226
- Remove some branching from run.sh by @jsocol in https://github.com/jsocol/django-ratelimit/pull/227
- doc: Add doc/comment to explain time window logic. by @feanil in https://github.com/jsocol/django-ratelimit/pull/230
- Run tests against MRs by @jsocol in https://github.com/jsocol/django-ratelimit/pull/231
- Fix test versions by @jsocol in https://github.com/jsocol/django-ratelimit/pull/248
- Match Django versions to currently supported by @jsocol in https://github.com/jsocol/django-ratelimit/pull/249
- Update Actions config for new python/django by @jsocol in https://github.com/jsocol/django-ratelimit/pull/263
- Create codeql.yml by @jsocol in https://github.com/jsocol/django-ratelimit/pull/262
- Removed obsolete future import by @claudep in https://github.com/jsocol/django-ratelimit/pull/254
- Add installation docs and call out cache features by @jsocol in https://github.com/jsocol/django-ratelimit/pull/265
- Remove remaining Python2-specific code by @jsocol in https://github.com/jsocol/django-ratelimit/pull/266
- Use RATELIMIT_EXCEPTION_CLASS for configuration by @Andrew-Chen-Wang in https://github.com/jsocol/django-ratelimit/pull/247
- add system check by @jsocol in https://github.com/jsocol/django-ratelimit/pull/268
- Switch default behavior to block=True by @jsocol in https://github.com/jsocol/django-ratelimit/pull/271
- Switch project config to pyproject.toml by @jsocol in https://github.com/jsocol/django-ratelimit/pull/272
- Create release action by @jsocol in https://github.com/jsocol/django-ratelimit/pull/273
- Release v4 by @jsocol in https://github.com/jsocol/django-ratelimit/pull/274
New Contributors
- @feanil made their first contribution in https://github.com/jsocol/django-ratelimit/pull/230
- @Andrew-Chen-Wang made their first contribution in https://github.com/jsocol/django-ratelimit/pull/247
Full Changelog: https://github.com/jsocol/django-ratelimit/compare/v3.0.1...v4.0.0
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.