Skip to content

Commit 7fbf8f8

Browse files
committed
Lading 0.30.0
This commit releases lading 0.30.0 with improvements to both the OTel and Datadog native trace generators. Notably, lading now supports configuration directories, allowing the lading configuration to be split into multiple files. Merge semantics are carefully documented in-line in project code, but essentially all merged files must not overlap. Signed-off-by: Brian L. Troutwine <brian.troutwine@datadoghq.com>
1 parent 16e7514 commit 7fbf8f8

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ 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.30.0-rc0]
88
## Added
99
- Lading now supports configuration directories. If the config path is
1010
discovered to be a directory lading will merge all .yaml files in that
1111
directory. Configuration files must be disjoint, else parsing will fail and
1212
lading will not start up.
13-
13+
1414
## Changed
1515
- Updated OpenTelemetry trace generator to generate more realistic traces: resource,
1616
scope, and attributes are populated, along with nested child spans.

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.2"
3+
version = "0.30.0-rc0"
44
authors = [
55
"Brian L. Troutwine <brian.troutwine@datadoghq.com>",
66
"George Hahn <george.hahn@datadoghq.com>",

0 commit comments

Comments
 (0)