- Update to semantic conventions 1.29.0 and weaver 0.12.0 (#118)
- Use weaver for semantic convention codegen (#70)
- Include Incubating prefix on enum inner class names (#83)
- Add new class annotations to deprecated classes (#89)
- Update to semantic-conventions 1.28.0 (#91)
- Update to semantic-conventions 1.27.0 (#81)
- Restore and deprecate the
SemanticAttributes
andResourceAttributes
classes removed in 1.23.1 for easier upgrades. These will be removed prior to a stable release ofio.opentelemetry.semconv:opentelemetry-semconv
. (#62) - Update to semantic-conventions 1.25.0 (#61)
NOTICE: This release contains a significant restructuring of this repository and the generated classes as we evolve it towards a first stable artifact (although there is no stable artifact as of this release). Please read the notes carefully and refer to the PRs and associated issues for more details. Additionally, the README contains useful information that should be reviewed.
- BREAKING: Split out incubating artifact. This repo now
publishes
io.opentelemetry.semconv:opentelemetry-semconv:{{version}}
for semantic conventions which are stable (the artifact itself is not yet stable but we aim to stabilize eventually), andio.opentelemetry.semconv:opentelemetry-semconv-incubating:{{version}}
for semantic conventions which are incubating (experimental) (this artifact will always have the-alpha
designation). As a part of this restructuring, old attributes which were removed from semantic-conventions (without being deprecated there) have been removed. (#41) - BREAKING: Generate classes by root namespace. Where previously all attributes were contained in
two classes,
ResourceAttributes
andSemanticAttributes
, they are now organized by their root namespace. For example, thehttp.request.header
attribute lives inHttpAttributes
. (#45) - Fix typo in readme (#42)
- Encode semconv version in build dir to fix build cache (#51)
- Cleanup enum generation (#52)
- Update readme to reflect new artifact strategy (#53)
- Use build-tools release 0.24.0 (#55)
- Exclude namespaces that aren't useful in jvm environments (#54)
- Update to
semantic-conventions
1.24.0 (#46)