Skip to content

Commit 2f5422c

Browse files
committed
Add pending change to README.md
Signed-off-by: Chris Sinjakli <chris@sinjakli.co.uk>
1 parent ca53b57 commit 2f5422c

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,13 @@
22

33
# Unreleased changes
44

5-
_None outstanding_
5+
## Bug fixes
6+
7+
- [#296](https://github.com/prometheus/client_ruby/pull/296) Stringify non-string job
8+
names in push client:
9+
Previously, an error would be raised if you passed a symbol as the job name, which
10+
is inconsistent with how we handle label values in the rest of the client. This
11+
change converts the job name to a string before trying to use it.
612

713
# 4.2.1 / 2023-08-04
814

0 commit comments

Comments
 (0)