Skip to content

Commit 01a7c42

Browse files
committed
Lading 0.20.9-rc0
This commit addresses an issue with the prometheus target metrics where a blank line in the target output may cause a panic. Signed-off-by: Brian L. Troutwine <[email protected]>
1 parent 9e87aee commit 01a7c42

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## Unreleased
88

9+
## [0.20.9-rc0]
10+
### Fixed
11+
- Do not crash on prometheus export that includes blank lines.
12+
913
## [0.20.8]
1014
### Added
1115
- Parse working set memory from cgroups on Linux, opens the door to future

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lading/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "lading"
3-
version = "0.20.8"
3+
version = "0.20.9-rc0"
44
authors = ["Brian L. Troutwine <[email protected]>", "George Hahn <[email protected]"]
55
edition = "2021"
66
license = "MIT"

0 commit comments

Comments
 (0)