Skip to content

Commit

Permalink
0.9.0: Summary support, metrics compression, prometheus-client update
Browse files Browse the repository at this point in the history
  • Loading branch information
Envek committed Jul 28, 2023
1 parent de0d5d0 commit 3652369
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## Unreleased

## 0.9.0 - 2023-07-28

### Added

- Support for summary metric type (Yabeda 0.12+ is required). [@Envek]
- Metrics endpoint response compression with Rack Deflater. [@etsenake], ([#23](https://github.com/yabeda-rb/yabeda-prometheus/pull/23)

### Changed

- prometheus-client 3.x or 4.x is required. [@Envek]

## 0.8.0 - 2021-12-30

### Added
Expand Down Expand Up @@ -141,3 +152,4 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
[@dsalahutdinov]: https://github.com/dsalahutdinov "Dmitry Salahutdinov"
[@palkan]: https://github.com/palkan "Vladimir Dementyev"
[@ollym]: https://github.com/ollym "Oliver Morgan"
[@etsenake]: https://github.com/etsenake "Josh Etsenake"
2 changes: 1 addition & 1 deletion lib/yabeda/prometheus/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module Yabeda
module Prometheus
VERSION = "0.8.0"
VERSION = "0.9.0"
end
end

0 comments on commit 3652369

Please sign in to comment.