Cut v1.14.0 · prometheus/client_golang@c8a3d32 (original) (raw)

Skip to content

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

Commit c8a3d32

Cut v1.14.0

Signed-off-by: Kemal Akkoyun kakkoyun@gmail.com

File tree

2 files changed

lines changed

2 files changed

lines changed

Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
1 1 ## Unreleased
2 2
3 +## 1.14.0 / 2022-11-08
4 +
5 +* [FEATURE] Add Support for Native Histograms. #1150
6 +* [CHANGE] Extend `prometheus.Registry` to implement `prometheus.Collector` interface. #1103
7 +
3 8 ## 1.13.1 / 2022-11-01
4 9
5 10 * [BUGFIX] Fix race condition with Exemplar in Counter. #1146
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1 -1.13.1
1 +1.14.0