Skip to content

Commit c12ca75

Browse files
authored
Bump version to 7.1.0 (#117)
1 parent 7dc5de7 commit c12ca75

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,15 @@
11
# Changelog
22

3+
## 7.1.0 - 2025-08-05
4+
5+
### Added
6+
7+
- Implement sliding window algorithm with support for increment > 1
8+
- Add inc/6 and set/6 functions for sliding window algorithm
9+
310
## 7.0.2 - 2025-02-10
411

5-
### Changed
12+
### Fixed
613

714
- Fix incorrect timeout typespec
815

@@ -20,7 +27,6 @@
2027

2128
- Added `:algorithm` option to the backend with support for:
2229
- `:fix_window` (default) - Fixed time window rate limiting
23-
- `:sliding_window` - Sliding time window rate limiting
2430
- `:leaky_bucket` - Constant rate limiting with burst capacity
2531
- `:token_bucket` - Token-based rate limiting with burst capacity
2632
- Add benchmarks file and run them with `bench`

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule Hammer.Redis.MixProject do
22
use Mix.Project
33

4-
@version "7.0.2"
4+
@version "7.1.0"
55

66
def project do
77
[

0 commit comments

Comments
 (0)