Skip to content

Commit 8e8d960

Browse files
committed
Prepare changelog for 1.30.0-RC release
1 parent a039a52 commit 8e8d960

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11
# Changelog
22

3-
## Unreleased
3+
## Version 1.30.0-RC (TODO)
4+
5+
**NOTICE**: This is a release candidate (RC), proceeding the first stable release of `io.opentelemetry.semconv:opentelemetry-semconv`.
6+
7+
* **BREAKING**: Prepare for stable release. Remove deprecated `ResourceAttributes`, `SemanticAttributes`.
8+
([#130](https://github.com/open-telemetry/semantic-conventions-java/pull/130))
9+
* Exclude `exception.escaped` from (to-be-stable) artifact
10+
([#133](https://github.com/open-telemetry/semantic-conventions-java/pull/133))
11+
* Remove schema urls for `1.22.0`, `1.23.1`.
12+
([#134](https://github.com/open-telemetry/semantic-conventions-java/pull/134))
13+
* Bump to semantic-conventions v1.30.0
14+
([#141](https://github.com/open-telemetry/semantic-conventions-java/pull/141))
415

516
## Version 1.29.0 (2024-12-19)
617

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,14 @@ is the need to set the Gradle property `android.useFullClasspathForDexingTransfo
6262
builds. Please see [this](https://github.com/open-telemetry/opentelemetry-android/pull/309)
6363
pull request on the OpenTelemetry Android Extension for details.
6464

65+
## Compatibility
66+
67+
Artifacts from this repository follow semantic versioning, mirroring the versions of the upstream [semantic-conventions](https://github.com/open-telemetry/semantic-conventions) repository. If a patch release is needed for logic in this repository, a release will be published with a fourth version component (i.e. `1.30.0.1` to patch an issue with `1.30.0`).
68+
69+
Stable artifacts (i.e. artifacts without -alpha version suffix) come with strong backwards compatibility guarantees for public APIs.
70+
71+
Compatibility guarantees are inherited from [opentelemetry-java](https://github.com/open-telemetry/opentelemetry-java/blob/main/VERSIONING.md) .
72+
6573
## Generating semantic conventions
6674

6775
Requires docker.

0 commit comments

Comments
 (0)