Skip to content

Commit

Permalink
0.6.0: “Most recent” aggregation mode specified for all gauge metrics.
Browse files Browse the repository at this point in the history
Thanks, @botimer

See #16
  • Loading branch information
Envek committed Feb 5, 2021
1 parent 2709126 commit cc2e42d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## 0.6.0 - 2021-02-05

### Changed

- “Most recent” aggregation mode specified for all gauge metrics. [@botimer], [#16](https://github.com/yabeda-rb/yabeda-puma-plugin/pull/16)

## 0.5.0 - 2020-11-13

### Changed
Expand Down Expand Up @@ -39,6 +45,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

Initial release with basic metrics collection. [@dsalahutdinov]

[@botimer]: https://github.com/botimer "Noah Botimer"
[@jwhitcraft]: https://github.com/jwhitcraft "Jon Whitcraft"
[@Neznauy]: https://github.com/Neznauy "Aleksandr Shlyakov"
[@Envek]: https://github.com/Envek "Andrey Novikov"
Expand Down
2 changes: 1 addition & 1 deletion lib/yabeda/puma/plugin/version.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module Yabeda
module Puma
module Plugin
VERSION = "0.5.0"
VERSION = "0.6.0"
end
end
end
2 changes: 1 addition & 1 deletion yabeda-puma-plugin.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Gem::Specification.new do |spec|
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.require_paths = ["lib"]

spec.add_runtime_dependency "yabeda", "~> 0.2"
spec.add_runtime_dependency "yabeda", "~> 0.5"
spec.add_runtime_dependency "puma"
spec.add_runtime_dependency "json"

Expand Down

0 comments on commit cc2e42d

Please sign in to comment.