-
Notifications
You must be signed in to change notification settings - Fork 57
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Configuring the global default through the FastAPILimiter.init method.
- Update status to 429 when too many requests. - Update default_callback params and add `Retry-After` response header.
- Loading branch information
Showing
6 changed files
with
198 additions
and
155 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,9 @@ | ||
# ChangeLog | ||
|
||
## 0.1 | ||
|
||
### 0.1.1 | ||
|
||
- Configuring the global default through the FastAPILimiter.init method. | ||
- Update status to 429 when too many requests. | ||
- Update default_callback params and add `Retry-After` response header. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.