Skip to content

Commit 59a2223

Browse files
committed
Lading 0.29.2
This commit releases lading 0.29.2. It adds two new interesting features: * support for a stateful, experimental, Datadog logs blackhole * support for multi-format writes from the capture manager The later allows callers to have both parquet and jsonl capture files at one time. Signed-off-by: Brian L. Troutwine <[email protected]>
1 parent 71a50d2 commit 59a2223

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,12 @@ 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.29.2]
88
## Added
99
- Introduced multi-format writing for capture files. When format is 'multi' data
1010
will be written in both jsonl and parquet formats.
11+
- Added a 'Datadog Stateful Logs' blackhole for a new protocol we are testing
12+
with the agent.
1113

1214
## [0.29.1]
1315
## Fixed
@@ -32,7 +34,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3234
- Added a 'Datadog Intake' blackhole, supporting only the v2 metrics protobuf
3335
protocol for now. This captures metrics submitted into capture files.
3436
- Added the ability for lading to write capture files in parquet format.
35-
- Added a 'Datadog Stateful Logs' blackhole for a new protocol we are testing with the agent.
3637

3738
## [0.28.0]
3839
## Added

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.29.1"
3+
version = "0.29.2"
44
authors = [
55
"Brian L. Troutwine <[email protected]>",
66
"George Hahn <[email protected]>",

0 commit comments

Comments
 (0)