We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents efad822 + b6d13dd commit 872a8ebCopy full SHA for 872a8eb
CHANGELOG.md
@@ -1,5 +1,18 @@
1
# CHANGELOG
2
3
+# 2.1.0 / 2020-06-29
4
+
5
+## New Features
6
7
+- [#177](https://github.com/prometheus/client_ruby/pull/177) Added Histogram helpers to
8
+ generate linear and exponential buckets, as the Client Library Guidelines recommend.
9
+- [#172](https://github.com/prometheus/client_ruby/pull/172) Added :most_recent
10
+ aggregation for gauges on DirectFileStore.
11
12
+## Code improvements
13
14
+- Fixed several warnings that started firing in the latest versions of Ruby.
15
16
# 2.0.0 / 2020-01-28
17
18
## Breaking changes
lib/prometheus/client/version.rb
@@ -2,6 +2,6 @@
module Prometheus
module Client
- VERSION = '2.0.0'
+ VERSION = '2.1.0'
end
0 commit comments