File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed
Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 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
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 `
Original file line number Diff line number Diff line change 11defmodule 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 [
You can’t perform that action at this time.
0 commit comments