Skip to content

Commit

Permalink
feat(diff): Improve CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lquerel committed Jan 31, 2025
1 parent 526fab3 commit e08085d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ What's changed
new `deprecated` structured format. ([#400](https://github.com/open-telemetry/weaver/pull/400/) by @lquerel).
* The `deprecated` field is now a structured field defining the precise reason for deprecation. The semantic
conventions must be updated to adopt this new format.
* The changes related to the `deprecated` field (i.e., string → struct) also have a potential impact on certain
templates that reference the `deprecated` field as containing text. These templates will need to be updated to use
the `brief` field, which provides a textual explanation of the reasons for the deprecation.
* For issue [#569](Add include_stability config into semconv_grouped_attributes): `is_experimental` returns `true` by default. ([#570](https://github.com/open-telemetry/weaver/pull/570) by @jerbly).
* Added an OTLP receiver to Weaver to prepare for the `weaver registry live-check` command. (see [#548](https://github.com/open-telemetry/weaver/pull/548) by @lquerel)
* Refactored CLI registry commands to remove some duplication. Resolving the registry with policy checks is common for `generate`, `resolve` and `check`. ([#536](https://github.com/open-telemetry/weaver/pull/536) by @jerbly).
Expand Down

0 comments on commit e08085d

Please sign in to comment.