Skip to content

Commit 32b0e8f

Browse files
authored
Merge pull request #320 from prometheus/sinjo-prepare-4-2-4
Prepare release 4.2.4
2 parents 99f0682 + 28c0145 commit 32b0e8f

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,18 @@
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!_

lib/prometheus/client/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
module Prometheus
44
module Client
5-
VERSION = '4.2.3'
5+
VERSION = '4.2.4'
66
end
77
end

0 commit comments

Comments
 (0)