File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed
Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 7.2.0 - 2026-02-03
4+
5+ - Fix race condition in ` TokenBucket ` and ` LeakyBucket ` atomics backends by using compare-and-swap (CAS) with packed 64-bit values (#169 )
6+ - Drop Elixir 1.14 support (#169 )
7+ - Add Elixir 1.19 / OTP 28 support (#169 )
8+ - Rename internal ` :algorithm ` option to ` :algorithm_module ` in Atomic backend for clarity (#170 )
9+
310## 7.1.0 - 2025-07-18
411
512- Fix key type inconsistency in backend implementations - all backends now accept ` term() ` keys instead of ` String.t() ` (#143 )
Original file line number Diff line number Diff 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.1 .0"
5+ @ version "7.2 .0"
66
77 def project do
88 [
You can’t perform that action at this time.
0 commit comments