Skip to content

Commit 342a3ba

Browse files
authored
Prepare release v0.19.0 (#998)
1 parent 8fe5eb9 commit 342a3ba

File tree

3 files changed

+19
-14
lines changed

3 files changed

+19
-14
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,18 @@ All notable changes to this project will be documented in this file.
44

55
# Unreleased
66

7+
# [0.19.0] - 2025-11-04
8+
79
- Add support for attribute_group (public and internal) in schema v2 ([#933](https://github.com/open-telemetry/weaver/pull/933) by @lmolkova)
810
- Live-check report changes ([#943](https://github.com/open-telemetry/weaver/pull/943) by @lmolkova)
911
- 💥 BREAKING CHANGE 💥 `value` property in `Advice` is renamed to `advice_context`
1012
- Advice now contains `signal_type` and `signal_name` properties to simplify post-processing
1113
- Message format is changed to include all dynamic details about the advice
1214
- The target and the `registry` sub-directory are now optional for the
1315
`weaver registry generate` command. ([#962](https://github.com/open-telemetry/weaver/pull/962) by @lquerel)
16+
- Deterministic sorting of output ([#982](https://github.com/open-telemetry/weaver/pull/982) by @kuklyy)
17+
- Fix panic in `update-markdown` ([#990](https://github.com/open-telemetry/weaver/pull/990) by @jsuereth)
18+
- Cleanup log output ([#995](https://github.com/open-telemetry/weaver/pull/995) by @lmolkova)
1419

1520
# [0.18.0] - 2025-09-17
1621

Cargo.lock

Lines changed: 13 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ eula = false
2626
members = ["crates/*"]
2727

2828
[workspace.package]
29-
version = "0.18.0"
29+
version = "0.19.0"
3030
authors = ["OpenTelemetry"]
3131
edition = "2021"
3232
repository = "https://github.com/open-telemetry/weaver"

0 commit comments

Comments
 (0)