-
Notifications
You must be signed in to change notification settings - Fork 440
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
Release for 1.0.0-rc1 #824
Conversation
Codecov Report
@@ Coverage Diff @@
## main #824 +/- ##
=======================================
Coverage 95.52% 95.52%
=======================================
Files 156 156
Lines 6618 6618
=======================================
Hits 6321 6321
Misses 297 297 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'd like to get #771 included. Without that change you will not get the promised ABI compatibility on Windows across different Visual Studio versions.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
Probably not a blocker for RC? |
I believe it's a blocker for anything to be labeled We already have customers using the SDK / API with Visual Studio 2015. Example here: We cannot provide any customer the ABI guarantee on Windows until we merge the
I'd summarize this as API surface for accepting string types in Visual Studio 2015 is broken and unusuable until the That is why I would like to propose the following options:
|
@maxgolov - We are feature complete for most of the otel components, have gone through sufficient cycles of alpha/beta release before moving to release candidate. And we don't guarantee ABI compatibility in the release candidate across all the platforms, it's a more complete release but things can still break. For now, will include #771 in rc1 once we can get approvals from others ( I have already reviewed it, looks good, and given my approval yesterday ). Will hold this release for now. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Release 1.0.0-rc1
Changes
First candidate release: 1.0.0-rc1
Milestone: https://github.com/open-telemetry/opentelemetry-cpp/milestone/8
For significant contributions please make sure you have completed the following items:
CHANGELOG.md
updated for non-trivial changes