opentelemetry-cpp icon indicating copy to clipboard operation
opentelemetry-cpp copied to clipboard

[Dependencies] Upgrade to gRPC version 1.46.3

Open marcalff opened this issue 2 years ago • 1 comments

gRPC will require C++14 starting with release 1.47, see the announcement in 1.46:

https://github.com/grpc/grpc/releases/tag/v1.46.0

Upgrade opentelemetry-cpp to the latest gRPC C++ 11 release available, 1.46.3.

This is a required intermediary upgrade step, while awaiting for a decision on if/how to support:

  • C++ 11 gRPC 1.46.3
  • C++ 14 gRPC 1.47+ concurrently in the opentelemetry-cpp code base.

marcalff avatar Jun 21 '22 14:06 marcalff

This issue was marked as stale due to lack of activity.

github-actions[bot] avatar Aug 21 '22 02:08 github-actions[bot]

gRPC upgraded to 1.48.1 by #1608

Closing

marcalff avatar Oct 06 '22 09:10 marcalff