From cc2e42d1fa22ca40a72b6383f90a8706ab9784e8 Mon Sep 17 00:00:00 2001 From: Andrey Novikov Date: Fri, 5 Feb 2021 12:50:01 +0300 Subject: [PATCH] =?UTF-8?q?0.6.0:=20=E2=80=9CMost=20recent=E2=80=9D=20aggr?= =?UTF-8?q?egation=20mode=20specified=20for=20all=20gauge=20metrics.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Thanks, @botimer See https://github.com/yabeda-rb/yabeda-puma-plugin/pull/16 --- CHANGELOG.md | 7 +++++++ lib/yabeda/puma/plugin/version.rb | 2 +- yabeda-puma-plugin.gemspec | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b48400d..87c17fa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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" diff --git a/lib/yabeda/puma/plugin/version.rb b/lib/yabeda/puma/plugin/version.rb index 69d1155..0f87d0c 100644 --- a/lib/yabeda/puma/plugin/version.rb +++ b/lib/yabeda/puma/plugin/version.rb @@ -1,7 +1,7 @@ module Yabeda module Puma module Plugin - VERSION = "0.5.0" + VERSION = "0.6.0" end end end diff --git a/yabeda-puma-plugin.gemspec b/yabeda-puma-plugin.gemspec index fe41916..84fc000 100644 --- a/yabeda-puma-plugin.gemspec +++ b/yabeda-puma-plugin.gemspec @@ -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"