Skip to content

Commit

Permalink
Release lading 0.23.4 (#1084)
Browse files Browse the repository at this point in the history
* 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 <brian.troutwine@datadoghq.com>

* update Cargo.lock

Signed-off-by: Brian L. Troutwine <brian.troutwine@datadoghq.com>

---------

Signed-off-by: Brian L. Troutwine <brian.troutwine@datadoghq.com>
  • Loading branch information
blt authored Oct 31, 2024
1 parent 394a4be commit c717ca4
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 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 Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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 <brian.troutwine@datadoghq.com>",
"George Hahn <george.hahn@datadoghq.com>",
Expand Down

0 comments on commit c717ca4

Please sign in to comment.