Path to this page:
./
devel/py-limits,
Rate limiting utilities
Branch: CURRENT,
Version: 3.14.1,
Package name: py312-limits-3.14.1,
Maintainer: pkgsrc-usersThe python limits package provides utilities to implement rate limiting using
various strategies and storage backends such as redis & memcached.
Required to run:[
devel/py-setuptools] [
lang/py-six] [
lang/python37]
Required to build:[
pkgtools/cwrappers]
Master sites:
Filesize: 68.719 KB
Version history: (Expand)
- (2024-12-30) Updated to version: py312-limits-3.14.1
- (2024-11-11) Updated to version: py312-limits-3.13.0
- (2024-07-16) Updated to version: py311-limits-3.13.0
- (2024-05-14) Updated to version: py311-limits-3.12.0
- (2024-04-21) Updated to version: py311-limits-3.11.0
- (2024-03-21) Updated to version: py311-limits-3.10.1
CVS history: (Expand)
2024-12-30 15:44:35 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-limits: updated to 3.14.1
v3.14.1
* Chore
* Fix benchmark artifact upload/download issue during release
creation
v3.14.0
* Feature
* Allow custom collection names in mongodb storage
* Compatibility
* Add support for python 3.13
* Drop support for python 3.8
* Deprecations
* Remove fallback support to use redis-py-cluster
|
2024-11-11 08:29:31 by Thomas Klausner | Files touched by this commit (862) |
Log message:
py-*: remove unused tool dependency
py-setuptools includes the py-wheel functionality nowadays
|
2024-07-16 05:31:38 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-limits: updated to 3.13.0
v3.13.0
* Feature
* Add ``cost`` parameter to ``test`` methods in strategies.
|
2024-05-14 21:22:17 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-limits: updated to 3.12.0
v3.12.0
* Enhancements
* Lazily initialize pymongo client
* Documentation
* Add django-ratelimiter in docs
* Chores
* Update development dependencies
* Update github actions to latest
|
2024-04-21 20:17:28 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-limits: updated to 3.11.0
v3.11.0
* Compatibility
* Add support for python 3.12
|
2024-03-21 11:05:19 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-limits: updated to 3.10.1
v3.10.1
-------
* Compatibility
* Relax dependency constraint on packaging
v3.10.0
-------
* Bug Fix
* Fix incorrect mapping of coredis exceptions
* Fix calculation of reset_time
|
2024-02-19 19:39:44 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-limits: updated to 3.9.0
v3.9.0
* Bug Fix
* Remove excessively low defaults for mongodb storage and instead
delegate to the underlying dependency (pymongo, motor)
|
2024-02-16 20:04:01 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-limits: updated to 3.8.0
v3.8.0
------
* Features
* Add option to wrap storage errors with a ``StorageError``
exception
|