CLOUD-727: Bump go.opentelemetry.io/otel/exporters/stdout/stdouttrace from 1.35.0 to 1.36.0
Merged
Number: #1156
Type: Pull Request
State: Merged
Type: Pull Request
State: Merged
Author:
dependabot[bot]
Association: Contributor
Comments: 3
![dependabot[bot]](https://github.com/dependabot.png)
Association: Contributor
Comments: 3
Created:
May 27, 2025 at 01:25 AM UTC
(4 months ago)
(4 months ago)
Updated:
June 29, 2025 at 10:23 AM UTC
(3 months ago)
(3 months ago)
Merged:
June 29, 2025 at 10:23 AM UTC
(3 months ago)
by hors
(3 months ago)
by hors
Time to Close:
about 1 month
Labels:
dependencies
dependencies
Description:
Bumps go.opentelemetry.io/otel/exporters/stdout/stdouttrace from 1.35.0 to 1.36.0.
Changelog
Sourced from go.opentelemetry.io/otel/exporters/stdout/stdouttrace's changelog.
[1.36.0/0.58.0/0.12.0] 2025-05-20
Added
- Add exponential histogram support in
go.opentelemetry.io/otel/exporters/prometheus
. (#6421)- The
go.opentelemetry.io/otel/semconv/v1.31.0
package. The package contains semantic conventions from thev1.31.0
version of the OpenTelemetry Semantic Conventions. See the migration documentation for information on how to upgrade fromgo.opentelemetry.io/otel/semconv/v1.30.0
. (#6479)- Add
Recording
,Scope
, andRecord
types ingo.opentelemetry.io/otel/log/logtest
. (#6507)- Add
WithHTTPClient
option to configure thehttp.Client
used bygo.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp
. (#6751)- Add
WithHTTPClient
option to configure thehttp.Client
used bygo.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp
. (#6752)- Add
WithHTTPClient
option to configure thehttp.Client
used bygo.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp
. (#6688)- Add
ValuesGetter
ingo.opentelemetry.io/otel/propagation
, aTextMapCarrier
that supports retrieving multiple values for a single key. (#5973)- Add
Values
method toHeaderCarrier
to implement the newValuesGetter
interface ingo.opentelemetry.io/otel/propagation
. (#5973)- Update
Baggage
ingo.opentelemetry.io/otel/propagation
to retrieve multiple values for a key when the carrier implementsValuesGetter
. (#5973)- Add
AssertEqual
function ingo.opentelemetry.io/otel/log/logtest
. (#6662)- The
go.opentelemetry.io/otel/semconv/v1.32.0
package. The package contains semantic conventions from thev1.32.0
version of the OpenTelemetry Semantic Conventions. See the migration documentation for information on how to upgrade fromgo.opentelemetry.io/otel/semconv/v1.31.0
(#6782)- Add
Transform
option ingo.opentelemetry.io/otel/log/logtest
. (#6794)- Add
Desc
option ingo.opentelemetry.io/otel/log/logtest
. (#6796)Removed
- Drop support for [Go 1.22]. (#6381, #6418)
- Remove
Resource
field fromEnabledParameters
ingo.opentelemetry.io/otel/sdk/log
. (#6494)- Remove
RecordFactory
type fromgo.opentelemetry.io/otel/log/logtest
. (#6492)- Remove
ScopeRecords
,EmittedRecord
, andRecordFactory
types fromgo.opentelemetry.io/otel/log/logtest
. (#6507)- Remove
AssertRecordEqual
function ingo.opentelemetry.io/otel/log/logtest
, useAssertEqual
instead. (#6662)Changed
- ⚠️ Update
github.com/prometheus/client_golang
tov1.21.1
, which changes theNameValidationScheme
toUTF8Validation
. This allows metrics names to keep original delimiters (e.g..
), rather than replacing with underscores. This can be reverted by settinggithub.com/prometheus/common/model.NameValidationScheme
toLegacyValidation
ingithub.com/prometheus/common/model
. (#6433)- Initialize map with
len(keys)
inNewAllowKeysFilter
andNewDenyKeysFilter
to avoid unnecessary allocations ingo.opentelemetry.io/otel/attribute
. (#6455)go.opentelemetry.io/otel/log/logtest
is now a separate Go module. (#6465)go.opentelemetry.io/otel/sdk/log/logtest
is now a separate Go module. (#6466)Recorder
ingo.opentelemetry.io/otel/log/logtest
no longer separately stores records emitted by loggers with the same instrumentation scope. (#6507)- Improve performance of
BatchProcessor
ingo.opentelemetry.io/otel/sdk/log
by not exporting when exporter cannot accept more. (#6569, #6641)Deprecated
- Deprecate support for
model.LegacyValidation
forgo.opentelemetry.io/otel/exporters/prometheus
. (#6449)Fixes
- Stop percent encoding header environment variables in
go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploggrpc
andgo.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp
. (#6392)- Ensure the
noopSpan.tracerProvider
method is not inlined ingo.opentelemetry.io/otel/trace
so thego.opentelemetry.io/auto
instrumentation can instrument non-recording spans. (#6456)- Use a
sync.Pool
instead of allocatingmetricdata.ResourceMetrics
ingo.opentelemetry.io/otel/exporters/prometheus
. (#6472)
Commits
a85ae98
Release v1.36.0/v0.58.0/v0.12.0 (#6793)3f85c35
logtest: add Desc (#6796)d2fff76
chore(deps): update module github.com/uudashr/iface to v1.4.0 (#6798)2d4c9dc
Addsemconv/v1.32.0
(#6782)fe523bd
logtest: add Transform (#6794)e578799
fix(deps): update googleapis to 55703ea (#6795)af189e5
chore(deps): update module github.com/golangci/misspell to v0.7.0 (#6792)836a2ce
chore(deps): update module github.com/alecthomas/chroma/v2 to v2.18.0 (#6790)93f8f13
chore(deps): update github/codeql-action action to v3.28.18 (#6789)1556ff2
chore(deps): update codecov/codecov-action action to v5.4.3 (#6785)- Additional commits viewable in compare view
You can trigger a rebase of this PR by commenting @dependabot rebase
.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.
Pull Request Statistics
Commits:
2
2
Files Changed:
2
2
Additions:
+18
+18
Deletions:
-18
-18
Package Dependencies
Ecosystem:
go
go
Version Change:
1.35.0 → 1.36.0
Update Type:
Minor
Minor
Technical Details
ID: | 673812 |
UUID: | 2545042693 |
Node ID: | PR_kwDOFIhvoM6XskUF |
Host: | GitHub |
Repository: | percona/percona-postgresql-operator |
Merge State: | Unknown |