Skip to content

Commit 5c64546

Browse files
authored
Merge pull request #325 from prometheus/sinjo-prepare-4-2-5
Prepare release 4.2.5
2 parents dca6002 + 55a3e49 commit 5c64546

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,19 @@
44

55
_None outstanding_
66

7+
# 4.2.5 / 2025-07-05
8+
9+
_**Codename:** Surprise dependency_
10+
11+
## Small improvements
12+
13+
- [#324](https://github.com/prometheus/client_ruby/pull/324) Do not use benchmark gem
14+
in production:
15+
Ruby 3.5 is moving `Benchmark` out of default gems, so we need to explicitly install
16+
it from Rubygems in dev. It turned out we were also using it in prod code, so this PR
17+
replaced that usage with a small method that makes calls to
18+
`Process.clock_gettime(Process::CLOCK_MONOTONIC)`.
19+
720
# 4.2.4 / 2025-02-02
821

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

lib/prometheus/client/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

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

0 commit comments

Comments
 (0)