fix: correct changelog and compat matrix for 1.1 release#2849
Merged
legendecas merged 5 commits intoopen-telemetry:mainfrom Mar 22, 2022
Merged
fix: correct changelog and compat matrix for 1.1 release#2849legendecas merged 5 commits intoopen-telemetry:mainfrom
legendecas merged 5 commits intoopen-telemetry:mainfrom
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 |
dyladan
approved these changes
Mar 21, 2022
vmarchaud
approved these changes
Mar 21, 2022
Member
Author
|
by the way, the release holds also the non existing breaking change. Should we remove it there also? |
Member
|
edit: I see it was a component that wasn't a part of the release. I'll update the release notes. |
Member
|
I don't see the changelog modified in this PR. Do you have unpushed local commits? |
Member
Author
nope, just forgot to adapt it. |
legendecas
approved these changes
Mar 22, 2022
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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: