-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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 v1.30.0/v0.52.0/v0.6.0/v0.0.9 #5797
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
XSAM
added
the
Unlock Released Changelog
PRs that need to change released section in CHANGELOG.md
label
Sep 9, 2024
XSAM
requested review from
MrAlias,
dashpole,
MadVikingGod,
pellared,
hanyuancheung and
dmathieu
as code owners
September 9, 2024 21:09
MrAlias
changed the title
Release 1.30.0/0.52.0/0.6.0/0.0.9
Release v1.30.0/v0.52.0/v0.6.0/v0.0.9
Sep 9, 2024
MrAlias
reviewed
Sep 9, 2024
MrAlias
approved these changes
Sep 9, 2024
pellared
approved these changes
Sep 10, 2024
dmathieu
approved these changes
Sep 10, 2024
Waiting #5800 to be merged |
Merged. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Added
OTEL_EXPORTER_OTLP_LOGS_INSECURE
andOTEL_EXPORTER_OTLP_INSECURE
environments ingo.opentelemetry.io/otel/exporters/otlp/otlplog/otlploggrpc
. (Support OTEL_EXPORTER_OTLP_LOGS_INSECURE and OTEL_EXPORTER_OTLP_INSECURE environments in grpc exporter #5739)WithResource
option forNewMeterProvider
now merges the provided resources with the ones from environment variables. (fix(metric, log): merge explicit resource with environment variables #5773)WithResource
option forNewLoggerProvider
now merges the provided resources with the ones from environment variables. (fix(metric, log): merge explicit resource with environment variables #5773)go.opentelemetry.io/otel/exporters/prometheus
. (Add utf8 support to the prometheus exporter #5755)Fixed
MeterProvider
when identical instruments are repeatedly created. (Fix duplicate instrumentation memory leak #5754)SetMeterProvider
ingo.opentelemetry.io/otel
might miss the delegation for instruments and registries. (SetMeterProvider
might miss the delegation for instruments and registries #5780)Removed