Skip to content

Commit

Permalink
Changelog: list template breaking changes
Browse files Browse the repository at this point in the history
  • Loading branch information
lmolkova committed May 24, 2022
1 parent 2efc9aa commit 1e048c8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions semantic-conventions/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@ Please update the changelog as part of any significant pull request.

## Unreleased

- BREAKING: Attribute property `required` is removed and replaced by `requirement_level`
([#92](https://github.com/open-telemetry/build-tools/pull/92)).
- BREAKING: Introduced attribute requirement levels ([#92](https://github.com/open-telemetry/build-tools/pull/92)):
- Schema: Attribute property `required` is removed and replaced by `requirement_level`, supported values are changed to `required` (previously `always`), `conditionally_required` (previously `conditional`), `recommended`, and `optional`.
- Templates: `opentelemetry.semconv.model.semantic_attribute.Required` enum is renamed to `RequirementLevel`, `required_msg` is renamed to `requirement_level_msg`

## v0.8.0

Expand Down

0 comments on commit 1e048c8

Please sign in to comment.