Releases: open-telemetry/build-tools
Releases · open-telemetry/build-tools
Release version v0.8.0
Protobuf
- Upgrade alpine base image for protobuf docker, and golang (#72)
Semantic Conventions
- Sampling relevant: minor improvements (#70)
- Use OpenTelemetry instead of Dynatrace in setup.cfg (#69)
- Add event name field, fix leading dot in FQN of attribute w/o prefix (#67)
Release version v0.7.0
Protobuf
Semantic Conventions
- Support sampling_relevant attributes (#68)
Release version v0.6.0
Protobuf
Semantic Conventions
- Enforce enum member IDs follow the same rules as other IDs (#64).
- Improve some enum-related error messages to point to more precise locations (also #64).
Release version v0.5.0
Version v0.5.0
Protobuf
Semantic Conventions
- Fix bug with newlines around enums (#55)
- Clean up docs, add syntax.md and semconv.schema.json (#53)
- Update syntax.md with recent feature additions, document old features (#56)
- Check bool examples, don't crash on nonexistent examples (#58)
- Add support for Event Semantic Conventions (#57)
Release version v0.4.1
Version v0.4.1
Protobuf
Semantic Conventions
- Fix multiple lines added in table generation. (#48)
Release version v0.4.0
Version v0.4.0
Protobuf
- Upgrade grpc components. (#44)
- Add support for grpc-web. (#44)
Semantic Conventions
- Add stability fields. (#35)
- Add Markdown render for code generation. (#35)
- Enable access to Required enum from templates. (#45)
Release version 0.3.1
semantic-conventions
- Fix markdown generator for int enums (#36).
cpp_format_tools
protobuf
Release version 0.3.0
semantic-conventions
- The semantic conventions generator tool (
semconvgen
) was updated to distinguish between int
and double
values (#30).
This is a breaking change to v0.2.x since the generic number
type was dropped.
cpp_format_tools
protobuf
Release version 0.2.0
- Upgrade the protobuf docker grpc/protobuf dependencies
- Release the initial semconv docker
Release version 0.1.0
This is the initial release of the docker protobuf container and the semantic-conventions generating script.