2021.04.0 - Released on 2021-04-01¶
Backwards Incompatibilities¶
Add
compare_and_swapmethod to Base store definition for atomic operations.This allows limiters to ensure there are no race-conditions by having the stores provide atomic interfaces. See also
BaseStore.
Bugs Fixed¶
- Update built-in limiters to rely on
compare_and_swapmethod from storage backends.
Features¶
- Add a decorator in
rush.contrib.decoratorwritten by Jude188 for potentially easier use of the library. See alsoThrottleDecorator.