-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
20 additions
and
13 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,25 +1,32 @@ | ||
# Changes | ||
|
||
## 0.4.0 2024-08-07 | ||
|
||
- Major: Update Dashmap and Redis dependencies. | ||
|
||
## 0.3.1 2024-01-21 | ||
|
||
- Patch: Fix Redis key expiry bug. | ||
|
||
## 0.3.0 2024-01-21 | ||
|
||
- Breaking: Removes async-trait dependency. | ||
- Breaking: Redis backend now uses BITFIELD to store counts. | ||
- Breaking: Backend return type is now a `Decision` enum instead of a `bool`. | ||
- Major: Removes async-trait dependency. | ||
- Major: Redis backend now uses BITFIELD to store counts. | ||
- Major: Backend return type is now a `Decision` enum instead of a `bool`. | ||
|
||
## 0.2.2 2022-04-19 | ||
|
||
- Improve documentation. | ||
- Patch: Improve documentation. | ||
|
||
## 0.2.1 2022-04-18 | ||
|
||
- Added `SimpleBuilderFuture` type alias. | ||
- Minor: Added `SimpleBuilderFuture` type alias. | ||
|
||
## 0.2.0 2022-04-17 | ||
|
||
- Middleware will now always render a response on error cases, except for an error from the wrapped service call which | ||
is now returned immediately. | ||
- Major: Middleware will now always render a response on error cases, except for an error from the wrapped service call | ||
which is now returned immediately. | ||
|
||
## 0.1.1 2022-04-16 | ||
|
||
- Fixed docs.rs configuration | ||
|
||
- Patch: Fixed docs.rs configuration |
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