chore(deps): update dependency open-telemetry/opentelemetry-cpp to v1.16.1 #3
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.
This PR contains the following updates:
v1.11.0
->v1.16.1
Release Notes
open-telemetry/opentelemetry-cpp (open-telemetry/opentelemetry-cpp)
v1.16.1
: releaseCompare Source
v1.16.1 release
Release of core packages
and exporter packages:
What's Changed
2024011
and CMAKE 3.30 by @marcalff in https://github.com/open-telemetry/opentelemetry-cpp/pull/3002Breaking changes
require TLS 1.2 or better
#2722
https
,the connection will require TLS 1.2 by default,
unless min_TLS is set to 1.3
http
connections (insecure) are not affected.New Contributors
Full Changelog: open-telemetry/opentelemetry-cpp@v1.16.0...v1.16.1
v1.16.0
: releaseCompare Source
v1.16.0 release
Release of core packages
and exporter packages:
What's Changed
2022062
.1 to2023080
.2 by @marcalff in https://github.com/open-telemetry/opentelemetry-cpp/pull/2650nostd::enable_if_t
instead ofstd::enable_if_t
by @owent in https://github.com/open-telemetry/opentelemetry-cpp/pull/2648Logger::EmitLogRecord
by @owent in https://github.com/open-telemetry/opentelemetry-cpp/pull/2673third_party_release
by @owent in https://github.com/open-telemetry/opentelemetry-cpp/pull/2677WITH_OTLP_GRPC_SSL_MTLS_PREVIEW
by @owent in https://github.com/open-telemetry/opentelemetry-cpp/pull/2714Important changes
#2664
opentelemetry::trace::Tracer
exposed methods suchas
ForceFlush()
,ForceFlushWithMicroseconds()
,Close()
and
CloseWithMicroseconds()
.and should not be part of the API. Exposing them was an oversight.
OPENTELEMETRY_ABI_VERSION_NO 1
, nothing is changed,because removing this code would break the ABI.
OPENTELEMETRY_ABI_VERSION_NO 2
, these methods are movedfrom the API to the SDK. This is a breaking change for ABI version 2,
which is still experimental.
invoke flush or close on a tracer, do not use these methods.
Breaking changes
#2664
returned an API object (opentelemetry::trace::TracerProvider)
to the caller.
(opentelemetry::sdk::trace::TracerProvider) to the caller.
cleanup and invoke SDK level methods, such as ForceFlush(),
on a provider.
the various provider factories, may need adjustment.
longer perform static_cast do convert an API object to an SDK object.
Please refer to examples for guidance on how to adjust.
an alternate and temporary solution is to build with option
WITH_DEPRECATED_SDK_FACTORY=ON in CMake.
without application changes, posponing changes for later.
an easier migration path. Expect this flag to be removed,
as early as by the next release.
Notes on experimental features
introduced
MeterProvider::SetExemplar()
which accepts anExemplarFilterType
enumeration withkAlwaysOff
,kAlwaysOn
andkTraceBased
.New Contributors
Full Changelog: open-telemetry/opentelemetry-cpp@v1.15.0...v1.16.0
v1.15.0
: v1.15.0 releaseCompare Source
v1.15.0 release
Release of core packages
and exporter packages:
What's Changed
OTEL_EXPORTER_OTLP_HEADERS
by @pyohannes in https://github.com/open-telemetry/opentelemetry-cpp/pull/2579prometheus-cpp::util
when it doesn't exist by @owent in https://github.com/open-telemetry/opentelemetry-cpp/pull/26062024011
.1 (CMake only) by @marcalff in https://github.com/open-telemetry/opentelemetry-cpp/pull/2599Important changes:
#2530
OtlpHttpExporterOptions
andOtlpGrpcExporterOptions
, a newfield called compression has been introduced. This field can be set
to "gzip” to enable gzip compression.
WITH_OTLP_HTTP_COMPRESSION
is introduced to enablegzip compression support for the OTLP HTTP Exporter and includes a
dependency on zlib.
#2558
#2627
CI
in github no longer install a different version ofcmake
.cmake
provided by the platform.ci/setup_cmake.sh
was renamedto
ci/setup_googletest.sh
, for clarity, now that this scriptonly installs googletest.
#2622
used to print to std::cout.
as expected, while printing info and debug messages to std::cout.
error log in std::cout may need adjustments, either by looking
at std::cerr instead, or by using a custom log handler.
any message.
compiler warnings.
has changed, which requires to rebuild, as the SDK ABI differs.
New Contributors
Full Changelog: open-telemetry/opentelemetry-cpp@v1.14.2...v1.15.0
v1.14.2
: releaseCompare Source
Release of core packages
What's Changed
v1.14.1
: releaseCompare Source
v1.14.1 release
Release of core packages
and exporter packages:
What's Changed
Important changes
#2547
an API breaking change compared to 1.13.0
release 1.14.1 with release 1.13.0.
for both releases 1.14.1 and 1.13.0.
New Contributors
Full Changelog: open-telemetry/opentelemetry-cpp@v1.14.0...v1.14.1
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:
[REMOVAL] Remove option WITH_OTLP_HTTP_SSL_PREVIEW
#2435
WITH_OTLP_HTTP_SSL_PREVIEW
andWITH_OTLP_HTTP_SSL_TLS_PREVIEW
are removed. Building opentelemetry-cppwithout SSL support is no longer possible.
[PROTO] Upgrade to opentelemetry-proto v1.1.0
#2488
opentelemetry::sdk::trace::Recordable
has a new virtual method,SetTraceFlags()
.and must provide a
SetTraceFlags()
implementation,starting with opentelemetry-cpp 1.14.0.
New Contributors
Full Changelog: open-telemetry/opentelemetry-cpp@v1.13.0...v1.14.0
v1.13.0
: releaseCompare Source
v1.13.0 release
Release of core packages
and exporter packages:
What's Changed
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), 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 this update again.
This PR was generated by Mend Renovate. View the repository job log.