Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: support API and SDK 1.0 #706

Merged

Conversation

dyladan
Copy link
Member

@dyladan dyladan commented Oct 18, 2021

In #695 dependencies were updated to use the SDK 1.0.

Because the conventional commits specifier used was chore, the release automation did not bump the minor version of packages that were updated. This Adds a simple statement to the readme of each package and uses the feat specifier to ensure the minor version will be incremented.

/cc @Flarna

@codecov
Copy link

codecov bot commented Oct 18, 2021

Codecov Report

Merging #706 (bb1525f) into main (f5851e7) will increase coverage by 0.89%.
The diff coverage is n/a.

❗ Current head bb1525f differs from pull request most recent head c018b43. Consider uploading reports for the commit c018b43 to get more accurate results

@@            Coverage Diff             @@
##             main     #706      +/-   ##
==========================================
+ Coverage   96.86%   97.75%   +0.89%     
==========================================
  Files           9        7       -2     
  Lines         638      357     -281     
  Branches      126       56      -70     
==========================================
- Hits          618      349     -269     
+ Misses         20        8      -12     
Impacted Files Coverage Δ
...umentation-user-interaction/src/instrumentation.ts
...ation-user-interaction/src/enums/AttributeNames.ts

@@ -6,6 +6,8 @@ The OpenTelemetry Resource is an immutable representation of the entity producin

[This document][resource-semantic_conventions] defines standard attributes for resources.

Supports OpenTelemetry JS SDK 1.0
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This seems to be different from others. Is it intentional?

@github-actions github-actions bot requested a review from rauno56 October 20, 2021 16:38
@dyladan dyladan merged commit 096b694 into open-telemetry:main Oct 21, 2021
@dyladan dyladan deleted the sdk-compat-statement branch October 21, 2021 14:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.