File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 44
55_ None outstanding_
66
7+ # 4.2.4 / 2025-02-02
8+
9+ _ ** Codename:** FOSDEM 25th Anniversary Edition_
10+
11+ ## Small improvements
12+
13+ - [ #316 ] ( https://github.com/prometheus/client_ruby/pull/316 ) Use binary search for
14+ histogram buckets:
15+ This change speeds up observations in histogram metrics by using a binary search
16+ rather than a sequential search through the bucket array. This is possible because
17+ we enforce that histogram buckets are sorted at initialization.
18+
719# 4.2.3 / 2024-06-28
820
921_ ** Codename:** Now with 25% fewer test dependencies!_
Original file line number Diff line number Diff line change 22
33module Prometheus
44 module Client
5- VERSION = '4.2.3 '
5+ VERSION = '4.2.4 '
66 end
77end
You can’t perform that action at this time.
0 commit comments