-
-
Notifications
You must be signed in to change notification settings - Fork 12.4k
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
opentelemetry-cpp 1.9.1 #132204
opentelemetry-cpp 1.9.1 #132204
Conversation
|
1fd3a3a
to
291a437
Compare
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. To keep this pull request open, add a |
21fb133
to
4ae56df
Compare
447d020
to
6356fc2
Compare
@@ -2,10 +2,9 @@ class OpentelemetryCpp < Formula | |||
desc "OpenTelemetry C++ Client" | |||
homepage "https://opentelemetry.io/" | |||
# TODO: Check if we can use unversioned `grpc` and `protobuf` at version bump. |
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.
Doesn't work with new protobuf/grpc.
Build still fails. Probably worth filing another upstream issue. The problem might not be in opentelemetry-cpp, but the error message is gigantic and they'll probably have a better idea of what went wrong. |
6356fc2
to
2c25817
Compare
🤖 An automated task has requested creation of a replacement PR. |
* opentelemetry-cpp 1.9.1 * opentelemetry-cpp: build with dynamic_lookup * opentelemetry-cpp: fix test on Linux Closes #132204. Co-authored-by: Michael Cho <cho-m@tuta.io> Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>
✅ Replacement PR created at #135517. |
Replacement for #132204
Created by
brew bump
Created with
brew bump-formula-pr
.release notes
and exporter packages:
NEW DEPRECATION
#2146
CI
#2118
#2116
#2115
BUILD
#2143
opentelemetry_proto and opentelemetry_proto_grpc on non-Windows platform.
#2097
#2137
#2128
#2126
#2109
#2112
#2107
#2102
#2154
TEST
#2136
#2133
API
#2124
#2094
SDK
#2123
EXPORTER
#2111
opentelemetry_exporter_otlp_grpc_client,
and make it contains all symbols needed.
#2005
DOC
#2027
Breaking changes
#2097
do not directly use opentelemetry-cpp::proto. However, it is important to
note that
opentelemetry-cpp::proto
no longer contains generated gRPC codes,and all components that depend on these gRPC codes should also link to
opentelemetry-cpp::proto_grpc
.All Deprecations
see DEPRECATED for details.
Full Changelog: open-telemetry/opentelemetry-cpp@v1.9.0...v1.9.1