We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 99f0682 + 28c0145 commit 32b0e8fCopy full SHA for 32b0e8f
CHANGELOG.md
@@ -4,6 +4,18 @@
4
5
_None outstanding_
6
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
19
# 4.2.3 / 2024-06-28
20
21
_**Codename:** Now with 25% fewer test dependencies!_
lib/prometheus/client/version.rb
@@ -2,6 +2,6 @@
2
3
module Prometheus
module Client
- VERSION = '4.2.3'
+ VERSION = '4.2.4'
end
0 commit comments