-
Notifications
You must be signed in to change notification settings - Fork 796
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
fix: correct changelog and compat matrix for 1.1 release #2849
Conversation
OTLP exporters have been moved back to experimental therefore the corresponding breaking change will be in 0.28.0. Corrected compat matrix as SDK 1.0 uses API 1.0 and SDK 1.1 use API 1.1.
Codecov Report
@@ Coverage Diff @@
## main #2849 +/- ##
=======================================
Coverage 93.52% 93.52%
=======================================
Files 163 163
Lines 5572 5572
Branches 1180 1180
=======================================
Hits 5211 5211
Misses 361 361 |
by the way, the release holds also the non existing breaking change. Should we remove it there also? |
edit: I see it was a component that wasn't a part of the release. I'll update the release notes. |
I don't see the changelog modified in this PR. Do you have unpushed local commits? |
nope, just forgot to adapt it. |
Which problem is this PR solving?
Short description of the changes
OTLP exporters have been moved back to experimental therefore the corresponding breaking change will be in 0.28.0.
Corrected compat matrix as SDK 1.0 uses API 1.0 and SDK 1.1 use API 1.1.
Type of change
How Has This Been Tested?
Checklist: