Skip to content

Commit

Permalink
0.7.0: Puma 6.x and phased restarts support for Prometheus exporter
Browse files Browse the repository at this point in the history
  • Loading branch information
Envek committed Oct 24, 2022
1 parent ffdaf0d commit 7513f31
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ 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.7.0 - 2022-10-24

### Added

- Puma 6.x support for `yabeda_prometheus` plugin. [@ollym][], [#25](https://github.com/yabeda-rb/yabeda-puma-plugin/pull/25)
- Support phased restarts with standalone Prometheus exporter. [@botimer][], [#23](https://github.com/yabeda-rb/yabeda-puma-plugin/pull/23)
- `on_prometheus_exporter_boot` hook in Puma config DSL. [@Envek][]

## 0.6.0 - 2021-02-05

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

Initial release with basic metrics collection. [@dsalahutdinov]

[@ollym]: https://github.com/ollym "Oliver Morgan"
[@botimer]: https://github.com/botimer "Noah Botimer"
[@jwhitcraft]: https://github.com/jwhitcraft "Jon Whitcraft"
[@Neznauy]: https://github.com/Neznauy "Aleksandr Shlyakov"
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.6.0"
VERSION = "0.7.0"
end
end
end

0 comments on commit 7513f31

Please sign in to comment.