Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 15 additions & 10 deletions semantic-conventions/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,6 @@ All notable changes to the semantic-conventions package will be documented in th

### :rocket: Features

### :bug: Bug Fixes

### :books: Documentation

### :house: Internal

## 1.35.0

### :rocket: Features

* feat: update semantic conventions to v1.36.0 [#5779](https://github.com/open-telemetry/opentelemetry-js/pull/5779) @trentm
* Semantic Conventions v1.36.0: [changelog](https://github.com/open-telemetry/semantic-conventions/blob/main/CHANGELOG.md#v1360) | [latest docs](https://opentelemetry.io/docs/specs/semconv/)
* `@opentelemetry/semantic-conventions` (stable) changes: *none*
Expand Down Expand Up @@ -174,6 +164,21 @@ ATTR_ZOS_SYSPLEX_NAME // zos.sysplex.n

</details>

### :bug: Bug Fixes

### :books: Documentation

### :house: Internal

## 1.35.0

**Known issue:** Changes from semantic conventions **v1.36.0** where accidentally released in this JS package with version **1.35.0**. Please use `@opentelemetry/semantic-conventions@1.36.0`.

### :rocket: Features

* feat: update semantic conventions to v1.36.0 [#5779](https://github.com/open-telemetry/opentelemetry-js/pull/5779) @trentm
* Changes from semantic conventions **v1.36.0** were incorrectly included in this release. See note above.

* feat: improve the jsdoc comment on exported constants for enum values [#5784](https://github.com/open-telemetry/opentelemetry-js/pull/5784) @trentm
* The jsdoc comment for enum values now includes the 'brief', an
`@experimental` tag, and a `@deprecated` tag if the corresponding fields
Expand Down