There was an error while loading. Please reload this page.
1 parent cbdc4d6 commit a790f61Copy full SHA for a790f61
2 files changed
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## 7.3.0 - 2026-03-31
4
+
5
+- Add `expires_at/2` API for fix_window algorithm (#178)
6
+- Add `before_clean` callback on bucket expiry (#177)
7
+- Fix timestamp unit mismatch in `TokenBucket` and `LeakyBucket` `clean/1` (#176)
8
+- Fix race condition between `insert_new` and `lookup` in ETS `hit/5` (#175)
9
10
## 7.2.0 - 2026-02-03
11
12
- Fix race condition in `TokenBucket` and `LeakyBucket` atomics backends by using compare-and-swap (CAS) with packed 64-bit values (#169)
mix.exs
@@ -2,7 +2,7 @@ defmodule Hammer.MixProject do
use Mix.Project
@source_url "https://github.com/ExHammer/hammer"
- @version "7.2.0"
+ @version "7.3.0"
def project do
[
0 commit comments