* Allow routes to be marked as rate exempt. * Bugfix redis storage type.
0.3.0
----------------
* Add optional default limits to be applied to all routes. * Allow for an entire blueprint to be limited. * Allow a list of limits when adding rate limits (rather than using multiple decorators).
0.2.0
----------------
* Support Python 3.8. * RateLimitExceeded now inherits from TooManyRequests in Quart.