Skip to content

Commit bed665a

Browse files
committed
Release lading 0.23.4
This commit releases lading 0.23.4, incorporating fixes for our prometheus metrics scraping, the way our HTTP client presents itself via the host header and adds a log rotation filesystem. Signed-off-by: Brian L. Troutwine <[email protected]>
1 parent eceda89 commit bed665a

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,11 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7-
## Unreleased
7+
## [0.23.4]
8+
### Added
9+
- Introduced logrotate_fs, a sub-generator of `file_gen` that exposes a FUSE
10+
filesystem to mimic log rotation. Accurately records bytes lost by readers via
11+
rotation.
812
### Fixed
913
- The target metrics prometheus parser now handles labels that have spaces in
1014
them rather than incorrectly identifying the metric value.

lading/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "lading"
3-
version = "0.23.3"
3+
version = "0.23.4"
44
authors = [
55
"Brian L. Troutwine <[email protected]>",
66
"George Hahn <[email protected]>",

0 commit comments

Comments
 (0)