mirror of
https://github.com/laurentS/slowapi.git
synced 2026-03-13 09:10:20 +08:00
815 B
815 B
Change Log
[0.1.3] - 2020-12-24
Added
- Added some setup examples in documentation
Fixed
- Routes returning a dict don't error when turning on headers (#18), thanks to @glinmac
- Fix CI crash following github actions changes in env settings
[0.1.2] - 2020-10-01
Added
- Added support for default limits and exempt routes, thanks to @Rested
- Added documentation
- Added more tests, thanks to @thomasleveil
- Fix documentation bug, thanks to @brumar
- Added CI checks for formatting, typing and tests
Changed
- Upgraded supported version of Starlette (0.13.6) and FastApi (0.61.1)
[0.1.1] - 2020-03-11
Added
- Added explicit support for typing
Changed
- Upgraded supported version of Starlette (0.13.2) and FastApi (0.52.0)
[0.1.0] - 2020-02-21
Initial release