Skip to content

Commit a790f61

Browse files
authored
chore: Bump version to 7.3.0 (#179)
- Add changelog entries for expires_at/2 API, before_clean callback, and bug fixes - Update version in mix.exs from 7.2.0 to 7.3.0
1 parent cbdc4d6 commit a790f61

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

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+
310
## 7.2.0 - 2026-02-03
411

512
- Fix race condition in `TokenBucket` and `LeakyBucket` atomics backends by using compare-and-swap (CAS) with packed 64-bit values (#169)

mix.exs

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

44
@source_url "https://github.com/ExHammer/hammer"
5-
@version "7.2.0"
5+
@version "7.3.0"
66

77
def project do
88
[

0 commit comments

Comments
 (0)