File tree Expand file tree Collapse file tree 3 files changed +19
-14
lines changed Expand file tree Collapse file tree 3 files changed +19
-14
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ eula = false
2626members = [" crates/*" ]
2727
2828[workspace .package ]
29- version = " 0.18 .0"
29+ version = " 0.19 .0"
3030authors = [" OpenTelemetry" ]
3131edition = " 2021"
3232repository = " https://github.com/open-telemetry/weaver"
You can’t perform that action at this time.
0 commit comments