File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 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_
Original file line number Diff line number Diff line change 22
33module Prometheus
44 module Client
5- VERSION = '4.2.4 '
5+ VERSION = '4.2.5 '
66 end
77end
You can’t perform that action at this time.
0 commit comments