File tree Expand file tree Collapse file tree 2 files changed +28
-1
lines changed Expand file tree Collapse file tree 2 files changed +28
-1
lines changed Original file line number Diff line number Diff line change
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).
Original file line number Diff line number Diff line change 2
2
3
3
module Prometheus
4
4
module Client
5
- VERSION = '1 .0.0'
5
+ VERSION = '2 .0.0'
6
6
end
7
7
end
You can’t perform that action at this time.
0 commit comments