-
Notifications
You must be signed in to change notification settings - Fork 371
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
chore(deps): update opentelemetry to v1.14.0 #13627
Conversation
/gcbrun |
I agree with the sentiment, but what do you want to do? Do we need to implement the new virtual function (abstract or not) in the exporter? How do we handle support for old OTel libraries? |
Define the override if otel >= 1.14. It is on my TODO list. |
/gcbrun |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #13627 +/- ##
==========================================
- Coverage 93.28% 93.28% -0.01%
==========================================
Files 2229 2229
Lines 193816 193816
==========================================
- Hits 180807 180806 -1
- Misses 13009 13010 +1 ☔ View full report in Codecov by Sentry. |
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. ⚠ Warning: custom changes will be lost. |
ab35f44
to
f5c65a1
Compare
/gcbrun |
/gcbrun |
This PR contains the following updates:
v1.13.0
->v1.14.0
v1.13.0
->v1.14.0
Release Notes
open-telemetry/opentelemetry-cpp (io_opentelemetry_cpp)
v1.14.0
: releaseCompare Source
v1.14.0 release
Release of core packages
and exporter packages:
What's Changed
CleanUpString
because some implementations of STL may crash. by @owent in https://github.com/open-telemetry/opentelemetry-cpp/pull/2464__has_trivial_destructor
by @marcalff in https://github.com/open-telemetry/opentelemetry-cpp/pull/2502Breaking Changes:
#2435
WITH_OTLP_HTTP_SSL_PREVIEW
andWITH_OTLP_HTTP_SSL_TLS_PREVIEW
are removed. Building opentelemetry-cppwithout SSL support is no longer possible.
New Contributors
Full Changelog: open-telemetry/opentelemetry-cpp@v1.13.0...v1.14.0
Configuration
📅 Schedule: Branch creation - "every weekday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR has been generated by Mend Renovate. View repository job log here.
This change is