Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,30 @@

_None outstanding_

# 5.0.0 / 2026-08-19

_**Codename:** I can't believe it's not CGI_

## Small improvements

- [#327](https://github.com/prometheus/client_ruby/pull/327),
[#330](https://github.com/prometheus/client_ruby/pull/330) Add Ruby 4.0 support: We
now support Ruby 4.0. `CGI` was removed from the default gems, so we've changed our
internal uses of it to `URI`.

## Breaking changes

- [#328](https://github.com/prometheus/client_ruby/pull/328),
[#335](https://github.com/prometheus/client_ruby/pull/335) Drop support for old
Ruby versions:
Ruby versions below 3.3 are no longer supported upstream, and
`client_ruby` is no longer tested against them. Likewise, JRuby below 9.4 is no
longer supported upstream, so we've dropped support for older versions.

**This may be a breaking change**. As we no longer test `client_ruby`
against those versions, continued functioning on them is purely down to chance. Any
issues specific to them will be closed as invalid.

# 4.2.5 / 2025-07-05

_**Codename:** Surprise dependency_
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.5'
VERSION = '5.0.0'
end
end