File tree Expand file tree Collapse file tree 4 files changed +11
-3
lines changed
Expand file tree Collapse file tree 4 files changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,14 @@ The format is based on [Keep a Changelog] and this project adheres to [Semantic
77 [ Keep a Changelog ] : http://keepachangelog.com/en/1.0.0/
88 [ Semantic Versioning ] : http://semver.org/spec/v2.0.0.html
99
10+ ## [ 0.9.0] - 2024-09-27
11+
12+ ### Added
13+ - feat: add support for masking unmatched paths by @ranger-ross in https://github.com/nlopes/actix-web-prom/pull/84
14+
15+ [ 0.9.0 ] : https://github.com/nlopes/actix-web-prom/releases/tag/v0.9.0
16+
17+
1018## [ 0.8.0] - 2024-02-10
1119
1220### Added
Original file line number Diff line number Diff line change 11[package ]
22name = " actix-web-prom"
3- version = " 0.8 .0"
3+ version = " 0.9 .0"
44authors = [" Norberto Lopes <nlopes.ml@gmail.com>" ]
55edition = " 2021"
66description = " Actix Web middleware to expose Prometheus metrics"
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ First add `actix-web-prom` to your `Cargo.toml`:
2222
2323``` toml
2424[dependencies ]
25- actix-web-prom = " 0.8 .0"
25+ actix-web-prom = " 0.9 .0"
2626```
2727
2828You then instantiate the prometheus middleware and pass it to ` .wrap() ` :
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ First add `actix-web-prom` to your `Cargo.toml`:
1616
1717```toml
1818[dependencies]
19- actix-web-prom = "0.8 .0"
19+ actix-web-prom = "0.9 .0"
2020```
2121
2222You then instantiate the prometheus middleware and pass it to `.wrap()`:
You can’t perform that action at this time.
0 commit comments