Skip to content

Latest commit

 

History

History
67 lines (42 loc) · 2.28 KB

CHANGELOG.md

File metadata and controls

67 lines (42 loc) · 2.28 KB

Changelog

Please update the changelog as part of any significant pull request.

Unreleased

  • ...

v0.14.0

  • Add a semantic convention type for Instrumentation Scope ("scope") (#114).

v0.13.0

  • Allow customising whitespace control in Jinja templates (#101).
  • Clarify warning about convention group type & fix line number (#109).

v0.12.1

  • Apply requirement level and msg of referenced attribute by default (#102).

v0.12.0

  • BREAKING: Introduced attribute requirement levels (#92):
    • Schema: Attribute property required is removed and replaced by requirement_level, supported values are changed to required (previously always), conditionally_required (previously conditional), recommended, and optional.
    • Templates: opentelemetry.semconv.model.semantic_attribute.Required enum is replaced by RequirementLevel with supported values listed above, required_msg is renamed to requirement_level_msg

v0.8.0

  • Add name field for events. It defaults to the prefix (#67).
  • Better explanation for sampling_relevant attributes (#70).

v0.7.0

  • Support sampling_relevant attribute fields (#68).

v0.6.0

  • 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).

v0.5.0

  • Add event semantic convention type & events span field (#57).

v0.4.0

  • Add stability fields. (#35)
  • Add Markdown render for code generation.

v0.3.1

  • Fix markdown generator for int enums. (#36)

v0.3.0

  • BREAKING CHANGE: Removed number and number[] attribute types in favor of int, int[], double and double[]. (#30)