mirror of
https://github.com/actix/actix-extras.git
synced 2025-06-26 02:19:22 +02:00
prepare actix-limitation release 0.2.0
This commit is contained in:
@ -1,6 +1,9 @@
|
||||
# Changes
|
||||
|
||||
## Unreleased - 2022-xx-xx
|
||||
|
||||
|
||||
## 0.2.0 - 2022-03-22
|
||||
- Update Actix Web dependency to v4 ecosystem. [#229]
|
||||
- Update Tokio dependencies to v1 ecosystem. [#229]
|
||||
- Rename `Limiter::{build => builder}()`. [#232]
|
||||
|
@ -1,7 +1,10 @@
|
||||
[package]
|
||||
name = "actix-limitation"
|
||||
version = "0.1.4"
|
||||
authors = ["0xmad <0xmad@users.noreply.github.com>"]
|
||||
version = "0.2.0"
|
||||
authors = [
|
||||
"0xmad <0xmad@users.noreply.github.com>",
|
||||
"Rob Ede <robjtede@icloud.com>",
|
||||
]
|
||||
description = "Rate limiter using a fixed window counter for arbitrary keys, backed by Redis for Actix Web"
|
||||
keywords = ["actix-web", "rate-api", "rate-limit", "limitation"]
|
||||
categories = ["asynchronous", "web-programming"]
|
||||
|
@ -4,9 +4,9 @@
|
||||
> Originally based on <https://github.com/fnichol/limitation>.
|
||||
|
||||
[](https://crates.io/crates/actix-limitation)
|
||||
[](https://docs.rs/actix-limitation/0.1.4)
|
||||
[](https://docs.rs/actix-limitation/0.2.0)
|
||||

|
||||
[](https://deps.rs/crate/actix-limitation/0.1.4)
|
||||
[](https://deps.rs/crate/actix-limitation/0.2.0)
|
||||
|
||||
## Examples
|
||||
|
||||
|
Reference in New Issue
Block a user