Skip to content

Commit 4f8de6c

Browse files
author
Daniel Magliola
authored
Merge pull request #179 from prometheus/v2_0
Release v2.0
2 parents 56bd577 + d616546 commit 4f8de6c

File tree

2 files changed

+28
-1
lines changed

2 files changed

+28
-1
lines changed

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# CHANGELOG
2+
3+
# 2.0.0 / 2020-01-28
4+
5+
## Breaking changes
6+
7+
- [#176](https://github.com/prometheus/client_ruby/pull/176) BUGFIX: Values observed at
8+
the upper limit of a histogram bucket are now counted in that bucket, not the following
9+
one. This is unlikely to break functionality and you probably don't need to make code
10+
changes, but it may break tests.
11+
12+
## New features
13+
14+
- [#156](https://github.com/prometheus/client_ruby/pull/156) Added `init_label_set` method,
15+
which allows declaration of time series on app startup, starting at 0.
16+
17+
18+
# 1.0.0 / 2019-11-04
19+
20+
## Breaking changes
21+
22+
- This release saw a number of breaking changes to better comply with latest best practices
23+
for naming and client behaviour. Please refer to [UPGRADING.md](UPGRADING.md) for details
24+
if upgrading from `<= 0.9`.
25+
26+
- The main feature of this release was adding support for multi-process environments such
27+
as pre-fork servers (Unicorn, Puma).

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 = '1.0.0'
5+
VERSION = '2.0.0'
66
end
77
end

0 commit comments

Comments
 (0)