Skip to content

Commit

Permalink
Merge pull request #320 from prometheus/sinjo-prepare-4-2-4
Browse files Browse the repository at this point in the history
Prepare release 4.2.4
  • Loading branch information
Sinjo authored Feb 2, 2025
2 parents 99f0682 + 28c0145 commit 32b0e8f
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,18 @@

_None outstanding_

# 4.2.4 / 2025-02-02

_**Codename:** FOSDEM 25th Anniversary Edition_

## Small improvements

- [#316](https://github.com/prometheus/client_ruby/pull/316) Use binary search for
histogram buckets:
This change speeds up observations in histogram metrics by using a binary search
rather than a sequential search through the bucket array. This is possible because
we enforce that histogram buckets are sorted at initialization.

# 4.2.3 / 2024-06-28

_**Codename:** Now with 25% fewer test dependencies!_
Expand Down
2 changes: 1 addition & 1 deletion lib/prometheus/client/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module Prometheus
module Client
VERSION = '4.2.3'
VERSION = '4.2.4'
end
end

0 comments on commit 32b0e8f

Please sign in to comment.