Skip to content

semconv/v1.33.1

Compare
Choose a tag to compare
@trentm trentm released this 20 May 21:50
· 22 commits to main since this release
6d0d33b

1.33.1

💥 Breaking Changes

  • fix: Remove the subset of DB_SYSTEM_NAME_VALUE_* exports that are unstable from the @opentelemetry/semantic-conventions entry point. #5690
    • Version 1.33.0 erroneously included all DB_SYSTEM_NAME_VALUE_* constants in the stable entry point. Some of those enum values are not yet stable. They have been moved back to the unstable @opentelemetry/semantic-conventions/incubating entry point. See the PR description for a full list.