Skip to content

Commit

Permalink
Release lading 0.23.4
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
blt committed Oct 31, 2024
1 parent 2ac295c commit b167ba2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,11 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Unreleased
## [0.23.4]
### Added
- Introduced logrotate_fs, a sub-generator of `file_gen` that exposes a FUSE
filesystem to mimic log rotation. Accurately records bytes lost by readers via
rotation.
### Fixed
- The target metrics prometheus parser now handles labels that have spaces in
them rather than incorrectly identifying the metric value.
Expand Down
2 changes: 1 addition & 1 deletion lading/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "lading"
version = "0.23.3"
version = "0.23.4"
authors = [
"Brian L. Troutwine <[email protected]>",
"George Hahn <[email protected]>",
Expand Down

0 comments on commit b167ba2

Please sign in to comment.