You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
also removes 2 chore commits that weren't marked as such from
being included using `--skip-commit`. going forward the
commit linter will keep unconventional commits out of the
history so these will be the only two that have to be ignored.
We couldn't use filter_unconventional = true to keep them out of
the history because 1 commit which needs to be included was not
a conventional commit.
Copy file name to clipboardExpand all lines: apps/opentelemetry/CHANGELOG.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,8 +8,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8
8
## [opentelemetry/v1.7.0] - 2025-10-17
9
9
10
10
### Changed
11
-
- Precompute hex encodings of SpanID and TraceID
12
-
- Bump sdk to 1.6.0 and otlp exporter to 1.9.0
11
+
- Precompute hex encodings of SpanID and TraceID by @kzemek in [#874](https://github.com/open-telemetry/opentelemetry-erlang/pull/874)
13
12
13
+
## New Contributors
14
+
*@kzemek made their first contribution in [#874](https://github.com/open-telemetry/opentelemetry-erlang/pull/874)
Copy file name to clipboardExpand all lines: apps/opentelemetry_api/CHANGELOG.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,11 +8,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8
8
## [opentelemetry_api/v1.5.0] - 2025-10-17
9
9
10
10
### Changed
11
-
- Precompute hex encodings of SpanID and TraceID
11
+
- Precompute hex encodings of SpanID and TraceID by @kzemek in [#874](https://github.com/open-telemetry/opentelemetry-erlang/pull/874)
12
12
13
13
### Fixed
14
-
- No_auto_import of link to fix otp-28 warning
15
-
- Otp28 removes the ability to cache compiled regex in macros
14
+
- Otp28 removes the ability to cache compiled regex in macros by @tsloughter in [#904](https://github.com/open-telemetry/opentelemetry-erlang/pull/904)
16
15
16
+
## New Contributors
17
+
*@kzemek made their first contribution in [#874](https://github.com/open-telemetry/opentelemetry-erlang/pull/874)
0 commit comments