Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 788 Bytes

2021.04.0.rst

File metadata and controls

35 lines (22 loc) · 788 Bytes

2021.04.0 - Released on 2021-04-01

Backwards Incompatibilities

  • Add compare_and_swap method 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 ~rush.stores.base.BaseStore.

Bugs Fixed

  • Update built-in limiters to rely on compare_and_swap method from storage backends.

Features

  • Add a decorator in rush.contrib.decorator written by Jude188 for potentially easier use of the library. See also ~rush.contrib.decorator.ThrottleDecorator.