chore(deps): bump the everything-else group across 1 directory with 20 updates
Bumps the everything-else group with 12 updates in the / directory:
| Package | From | To |
|---|---|---|
| dario.cat/mergo | 1.0.1 |
1.0.2 |
| github.com/alecthomas/chroma/v2 | 2.15.0 |
2.18.0 |
| github.com/btcsuite/btcd/btcec/v2 | 2.3.4 |
2.3.5 |
| github.com/decred/dcrd/dcrec/secp256k1/v4 | 4.3.0 |
4.4.0 |
| github.com/rogpeppe/go-internal | 1.13.1 |
1.14.1 |
| github.com/yuin/goldmark | 1.7.8 |
1.7.12 |
| go.etcd.io/bbolt | 1.3.11 |
1.4.0 |
| go.opentelemetry.io/otel | 1.34.0 |
1.36.0 |
| go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc | 1.34.0 |
1.36.0 |
| go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp | 1.34.0 |
1.36.0 |
| golang.org/x/mod | 0.24.0 |
0.25.0 |
| golang.org/x/tools | 0.32.0 |
0.34.0 |
Updates dario.cat/mergo from 1.0.1 to 1.0.2
Release notes
Sourced from dario.cat/mergo's releases.
v1.0.2
What's Changed
- Drops
gopkg.in/yaml.v3, only used for loading fixtures. Thanks@trim21for bringing to my attention (#262) that this library is no longer maintained.Full Changelog: https://github.com/darccio/mergo/compare/v1.0.1...v1.0.2
Commits
7b33b2brefactor: migrate from YAML to JSON for test data and update related functions229a214chore(.well-known): add funding manifest URLs file6be20c6chore(SECURITY.md): update supported versions to reflect current versioning9007623chore(README) : remove kubernetes from the list of users2b1eb9cUpdate FUNDING.yml2ceb994Create FUNDING.json- See full diff in compare view
Updates github.com/alecthomas/chroma/v2 from 2.15.0 to 2.18.0
Release notes
Sourced from github.com/alecthomas/chroma/v2's releases.
v2.18.0
Changelog
- 7f0057b feat: support for dark mode in chromad
- d87cb47 chore(deps): update all non-major dependencies (#1077)
- 79dde77 Added IBM RPG lexer (#1078)
- 1b932ec chore: disable gorilla/csrf upgrades temporarily
v2.17.2
Changelog
- 66b90e7 fix: downgrade gorilla/csrf temporarily
v2.17.1
Changelog
- 2cbcfa9 fix: a bunch of styles did not correctly fallback to parent styles
- 8f4cf56 fix(zig): add rule for function calls (#1075)
- abf98e0 chore(deps): update all non-major dependencies (#1074)
v2.17.0
Changelog
- 8fa488c Fix Gleam lexer (#1072)
- 211957a Update
pygments-lexers.txt(#1070)- 22859e6 Add Lean lexer (#1071)
- 5409db0 fix(vue): handle more edge cases for tags (#1069)
- 3ee0984 chore(deps): update all non-major dependencies (#1067)
- 3df29af styles: add proper diff styling to rrt (fix #603) (#1064)
- 9077658 fix: properly tokenizes default_tags attribute (#1068)
- e4ce323 Link to Chroma-using pager in README.md (#1027)
- b310414 docs: add logo
v2.16.0
Changelog
- ad6f149 chore: clean up Makefile
- 9909f65 fix: switch to jsdelivr as unpkg was throwing CORS errors
- 34bf362 chore(deps): update all non-major dependencies (#1066)
- 88084b6 fix: Dot in a string breaks the highlighting in Terraform. Fixes #988 (#1065)
- 62197e9 Add lexers.Aliases() method to display only lexers' aliases (#1057)
- 7feb358 chore(deps): update dependency svu to v3 (#1053)
- 30e0bc6 chore(deps): update all non-major dependencies (#1061)
- e0c7747 Fix IP address as name detection in nginx conf (#1060)
- 0bf0e9f Add luau file extension and alias to lua lexer (#1056)
- 0e0e282 chore(deps): update all non-major dependencies (#1049)
- 4b0882a add Janet lexer (#1045)
- 81fecd5 chore(deps): update all non-major dependencies (#1041)
- dc982d2 Add Mojo lexer (#1044)
- 79621af Fix solidity lexer's handling of inline assembly (#1040)
- 9da461e chore(deps): update module github.com/mattn/go-colorable to v0.1.14 (#1039)
- f0d460e Update Odin lexer for new build tag feature (#1038)
- 0bd7c68 chore: bump go.mod to Go 1.22 + add Iterator.Stdlib()
- d829579 fix(ocaml): support multistring (#1035)
- e79c813 chore(deps): update all non-major dependencies (#1029)
Commits
7f0057bfeat: support for dark mode in chromadd87cb47chore(deps): update all non-major dependencies (#1077)79dde77Added IBM RPG lexer (#1078)1b932ecchore: disable gorilla/csrf upgrades temporarily66b90e7fix: downgrade gorilla/csrf temporarily2cbcfa9fix: a bunch of styles did not correctly fallback to parent styles8f4cf56fix(zig): add rule for function calls (#1075)abf98e0chore(deps): update all non-major dependencies (#1074)8fa488cFix Gleam lexer (#1072)211957aUpdatepygments-lexers.txt(#1070)- Additional commits viewable in compare view
Updates github.com/btcsuite/btcd/btcec/v2 from 2.3.4 to 2.3.5
Commits
253c36dMerge pull request #2260 from Crypt-iQ/v2_transport5ab25f3config: add new --v2transport option to gate BIP 324ef0e43bmulti: refactor v2 -> v1 downgrade logicbe67c07peer: log when we downgrade outbound peers from v2 to v153afae4peer: use random garbage length for v2 peers1ffd7b4v2transport: export maxGarbageLenc6b2553rpcserver: expose v2 connection status in getpeerinfo2d2bf57server.go+connmgr: changes to trigger a reconnect in connmgr675d300peer+server.go: pendingReconnects map to reconnect to downgraded v2->v1 peersb5f0ebbv2transport+server+peer: add v2->v1 downgrade error if EOF during handshake- Additional commits viewable in compare view
Updates github.com/decred/dcrd/dcrec/secp256k1/v4 from 4.3.0 to 4.4.0
Commits
f98d08esecp256k1: Prepare v4.4.0.cb51153mixing: Prepare v0.5.0.35c5572crypto/rand: Prepare v1.0.1.1ddfc95mixclient: Wait for runs to finish before closing clientb77edc3mixclient: Wait for KEs from all attempted sessions921b7c3docs: Update README.md to required Go 1.23/1.24.bcb663bbuild: Test against Go 1.24.53648fbbuild: Update golangci-lint to v1.64.5.ecc32f7certgen: Use t.TempDir in tests.a746655build: Update to latest action versions.- Additional commits viewable in compare view
Updates github.com/rogpeppe/go-internal from 1.13.1 to 1.14.1
Release notes
Sourced from github.com/rogpeppe/go-internal's releases.
v1.14.1
What's Changed
- testscript: remove temp dirs when finishing once again by
@mvdanin rogpeppe/go-internal#290Full Changelog: https://github.com/rogpeppe/go-internal/compare/v1.14.0...v1.14.1
v1.14.0
What's Changed
- Bump Go dependencies by
@lucacomein rogpeppe/go-internal#266- diff,misspell: fix typos in comments by
@alexandearin rogpeppe/go-internal#282- testscript: phase out
func() intin RunMain by@mvdanin rogpeppe/go-internal#281- add Go 1.24.x, drop 1.22.x by
@mvdanin rogpeppe/go-internal#288New Contributors
@lucacomemade their first contribution in rogpeppe/go-internal#266@alexandearmade their first contribution in rogpeppe/go-internal#282Full Changelog: https://github.com/rogpeppe/go-internal/compare/v1.13.1...v1.14.0
Commits
Updates github.com/yuin/goldmark from 1.7.8 to 1.7.12
Commits
25aa773Fixes #50931bbeb2Cleanup codes85b270bFixes #503af6c0b5Fix bug in AST names6951ff3Improve static map builds04410ffMerge pull request #487 from n-peugnet/patch-1f7b2d24Merge pull request #489 from lyricat/masterba49c5cMerge pull request #1 from lyricat/lyricat-patch-enclavec05fb08Update README.mdb39daaeFix GitHub actions badge URL- See full diff in compare view
Updates go.etcd.io/bbolt from 1.3.11 to 1.4.0
Release notes
Sourced from go.etcd.io/bbolt's releases.
v1.4.0
See the CHANGELOG/v1.4.0 for more details.
v1.4.0-beta.0
See the CHANGELOG/v1.4.0-beta.0 for more details.
Commits
0d51685Merge pull request #893 from ArkaSaha30/bump-go-1.23.67a9779bupdate goland toolchain to 1.23.651df26eMerge pull request #890 from ahrtr/remove_changelog_20250204354980cRemove changelog from release-1.45dbec69Merge pull request #889 from etcd-io/dependabot/go_modules/github.com/spf13/p...33910ccbuild(deps): Bump github.com/spf13/pflag from 1.0.5 to 1.0.674ae007Merge pull request #887 from etcd-io/dependabot/github_actions/actions/stale-...462353eMerge pull request #888 from etcd-io/dependabot/github_actions/actions/setup-...539c456build(deps): Bump actions/setup-go from 5.2.0 to 5.3.0b610582build(deps): Bump actions/stale from 9.0.0 to 9.1.0- Additional commits viewable in compare view
Updates go.opentelemetry.io/otel from 1.34.0 to 1.36.0
Changelog
Sourced from go.opentelemetry.io/otel'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.0package. The package contains semantic conventions from thev1.31.0version 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, andRecordtypes ingo.opentelemetry.io/otel/log/logtest. (#6507)- Add
WithHTTPClientoption to configure thehttp.Clientused bygo.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp. (#6751)- Add
WithHTTPClientoption to configure thehttp.Clientused bygo.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp. (#6752)- Add
WithHTTPClientoption to configure thehttp.Clientused bygo.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp. (#6688)- Add
ValuesGetteringo.opentelemetry.io/otel/propagation, aTextMapCarrierthat supports retrieving multiple values for a single key. (#5973)- Add
Valuesmethod toHeaderCarrierto implement the newValuesGetterinterface ingo.opentelemetry.io/otel/propagation. (#5973)- Update
Baggageingo.opentelemetry.io/otel/propagationto retrieve multiple values for a key when the carrier implementsValuesGetter. (#5973)- Add
AssertEqualfunction ingo.opentelemetry.io/otel/log/logtest. (#6662)- The
go.opentelemetry.io/otel/semconv/v1.32.0package. The package contains semantic conventions from thev1.32.0version 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
Transformoption ingo.opentelemetry.io/otel/log/logtest. (#6794)- Add
Descoption ingo.opentelemetry.io/otel/log/logtest. (#6796)Removed
- Drop support for [Go 1.22]. (#6381, #6418)
- Remove
Resourcefield fromEnabledParametersingo.opentelemetry.io/otel/sdk/log. (#6494)- Remove
RecordFactorytype fromgo.opentelemetry.io/otel/log/logtest. (#6492)- Remove
ScopeRecords,EmittedRecord, andRecordFactorytypes fromgo.opentelemetry.io/otel/log/logtest. (#6507)- Remove
AssertRecordEqualfunction ingo.opentelemetry.io/otel/log/logtest, useAssertEqualinstead. (#6662)Changed
- ⚠️ Update
github.com/prometheus/client_golangtov1.21.1, which changes theNameValidationSchemetoUTF8Validation. 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.NameValidationSchemetoLegacyValidationingithub.com/prometheus/common/model. (#6433)- Initialize map with
len(keys)inNewAllowKeysFilterandNewDenyKeysFilterto avoid unnecessary allocations ingo.opentelemetry.io/otel/attribute. (#6455)go.opentelemetry.io/otel/log/logtestis now a separate Go module. (#6465)go.opentelemetry.io/otel/sdk/log/logtestis now a separate Go module. (#6466)Recorderingo.opentelemetry.io/otel/log/logtestno longer separately stores records emitted by loggers with the same instrumentation scope. (#6507)- Improve performance of
BatchProcessoringo.opentelemetry.io/otel/sdk/logby not exporting when exporter cannot accept more. (#6569, #6641)Deprecated
- Deprecate support for
model.LegacyValidationforgo.opentelemetry.io/otel/exporters/prometheus. (#6449)Fixes
- Stop percent encoding header environment variables in
go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploggrpcandgo.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp. (#6392)- Ensure the
noopSpan.tracerProvidermethod is not inlined ingo.opentelemetry.io/otel/traceso thego.opentelemetry.io/autoinstrumentation can instrument non-recording spans. (#6456)- Use a
sync.Poolinstead of allocatingmetricdata.ResourceMetricsingo.opentelemetry.io/otel/exporters/prometheus. (#6472)
... (truncated)
Commits
a85ae98Release v1.36.0/v0.58.0/v0.12.0 (#6793)3f85c35logtest: add Desc (#6796)d2fff76chore(deps): update module github.com/uudashr/iface to v1.4.0 (#6798)2d4c9dcAddsemconv/v1.32.0(#6782)fe523bdlogtest: add Transform (#6794)e578799fix(deps): update googleapis to 55703ea (#6795)af189e5chore(deps): update module github.com/golangci/misspell to v0.7.0 (#6792)836a2cechore(deps): update module github.com/alecthomas/chroma/v2 to v2.18.0 (#6790)93f8f13chore(deps): update github/codeql-action action to v3.28.18 (#6789)1556ff2chore(deps): update codecov/codecov-action action to v5.4.3 (#6785)- Additional commits viewable in compare view
Updates go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc from 1.34.0 to 1.36.0
Changelog
Sourced from go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc'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.0package. The package contains semantic conventions from thev1.31.0version 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, andRecordtypes ingo.opentelemetry.io/otel/log/logtest. (#6507)- Add
WithHTTPClientoption to configure thehttp.Clientused bygo.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp. (#6751)- Add
WithHTTPClientoption to configure thehttp.Clientused bygo.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp. (#6752)- Add
WithHTTPClientoption to configure thehttp.Clientused bygo.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp. (#6688)- Add
ValuesGetteringo.opentelemetry.io/otel/propagation, aTextMapCarrierthat supports retrieving multiple values for a single key. (#5973)- Add
Valuesmethod toHeaderCarrierto implement the newValuesGetterinterface ingo.opentelemetry.io/otel/propagation. (#5973)- Update
Baggageingo.opentelemetry.io/otel/propagationto retrieve multiple values for a key when the carrier implementsValuesGetter. (#5973)- Add
AssertEqualfunction ingo.opentelemetry.io/otel/log/logtest. (#6662)- The
go.opentelemetry.io/otel/semconv/v1.32.0package. The package contains semantic conventions from thev1.32.0version 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
Transformoption ingo.opentelemetry.io/otel/log/logtest. (#6794)- Add
Descoption ingo.opentelemetry.io/otel/log/logtest. (#6796)Removed
- Drop support for [Go 1.22]. (#6381, #6418)
- Remove
Resourcefield fromEnabledParametersingo.opentelemetry.io/otel/sdk/log. (#6494)- Remove
RecordFactorytype fromgo.opentelemetry.io/otel/log/logtest. (#6492)- Remove
ScopeRecords,EmittedRecord, andRecordFactorytypes fromgo.opentelemetry.io/otel/log/logtest. (#6507)- Remove
AssertRecordEqualfunction ingo.opentelemetry.io/otel/log/logtest, useAssertEqualinstead. (#6662)Changed
- ⚠️ Update
github.com/prometheus/client_golangtov1.21.1, which changes theNameValidationSchemetoUTF8Validation. 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.NameValidationSchemetoLegacyValidationingithub.com/prometheus/common/model. (#6433)- Initialize map with
len(keys)inNewAllowKeysFilterandNewDenyKeysFilterto avoid unnecessary allocations ingo.opentelemetry.io/otel/attribute. (#6455)go.opentelemetry.io/otel/log/logtestis now a separate Go module. (#6465)go.opentelemetry.io/otel/sdk/log/logtestis now a separate Go module. (#6466)Recorderingo.opentelemetry.io/otel/log/logtestno longer separately stores records emitted by loggers with the same instrumentation scope. (#6507)- Improve performance of
BatchProcessoringo.opentelemetry.io/otel/sdk/logby not exporting when exporter cannot accept more. (#6569, #6641)Deprecated
- Deprecate support for
model.LegacyValidationforgo.opentelemetry.io/otel/exporters/prometheus. (#6449)Fixes
- Stop percent encoding header environment variables in
go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploggrpcandgo.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp. (#6392)- Ensure the
noopSpan.tracerProvidermethod is not inlined ingo.opentelemetry.io/otel/traceso thego.opentelemetry.io/autoinstrumentation can instrument non-recording spans. (#6456)- Use a
sync.Poolinstead of allocatingmetricdata.ResourceMetricsingo.opentelemetry.io/otel/exporters/prometheus. (#6472)
... (truncated)
Commits
a85ae98Release v1.36.0/v0.58.0/v0.12.0 (#6793)3f85c35logtest: add Desc (#6796)d2fff76chore(deps): update module github.com/uudashr/iface to v1.4.0 (#6798)2d4c9dcAddsemconv/v1.32.0(#6782)fe523bdlogtest: add Transform (#6794)e578799fix(deps): update googleapis to 55703ea (#6795)af189e5chore(deps): update module github.com/golangci/misspell to v0.7.0 (#6792)836a2cechore(deps): update module github.com/alecthomas/chroma/v2 to v2.18.0 (#6790)93f8f13chore(deps): update github/codeql-action action to v3.28.18 (#6789)1556ff2chore(deps): update codecov/codecov-action action to v5.4.3 (#6785)- Additional commits viewable in compare view
Updates go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp from 1.34.0 to 1.36.0
Changelog
Sourced from go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp'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.0package. The package contains semantic conventions from thev1.31.0version 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, andRecordtypes ingo.opentelemetry.io/otel/log/logtest. (#6507)- Add
WithHTTPClientoption to configure thehttp.Clientused bygo.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp. (#6751)- Add
WithHTTPClientoption to configure thehttp.Clientused bygo.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp. (#6752)- Add
WithHTTPClientoption to configure thehttp.Clientused bygo.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp. (#6688)- Add
ValuesGetteringo.opentelemetry.io/otel/propagation, aTextMapCarrierthat supports retrieving multiple values for a single key. (#5973)- Add
Valuesmethod toHeaderCarrierto implement the newValuesGetterinterface ingo.opentelemetry.io/otel/propagation. (#5973)- Update
Baggageingo.opentelemetry.io/otel/propagationto retrieve multiple values for a key when the carrier implementsValuesGetter. (#5973)- Add
AssertEqualfunction ingo.opentelemetry.io/otel/log/logtest. (#6662)- The
go.opentelemetry.io/otel/semconv/v1.32.0package. The package contains semantic conventions from thev1.32.0version 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
Transformoption ingo.opentelemetry.io/otel/log/logtest. (#6794)- Add
Descoption ingo.opentelemetry.io/otel/log/logtest. (#6796)Removed
- Drop support for [Go 1.22]. (#6381, #6418)
- Remove
Resourcefield fromEnabledParametersingo.opentelemetry.io/otel/sdk/log. (#6494)- Remove
RecordFactorytype fromgo.opentelemetry.io/otel/log/logtest. (#6492)- Remove
ScopeRecords,EmittedRecord, andRecordFactorytypes fromgo.opentelemetry.io/otel/log/logtest. (#6507)- Remove
AssertRecordEqualfunction ingo.opentelemetry.io/otel/log/logtest, useAssertEqualinstead. (#6662)Changed
- ⚠️ Update
github.com/prometheus/client_golangtov1.21.1, which changes theNameValidationSchemetoUTF8Validation. 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.NameValidationSchemetoLegacyValidationingithub.com/prometheus/common/model. (#6433)- Initialize map with
len(keys)inNewAllowKeysFilterandNewDenyKeysFilterto avoid unnecessary allocations ingo.opentelemetry.io/otel/attribute. (#6455)go.opentelemetry.io/otel/log/logtestis now a separate Go module. (#6465)go.opentelemetry.io/otel/sdk/log/logtestis now a separate Go module. (#6466)Recorderingo.opentelemetry.io/otel/log/logtestno longer separately stores records emitted by loggers with the same instrumentation scope. (#6507)- Improve performance of
BatchProcessoringo.opentelemetry.io/otel/sdk/logby not exporting when exporter cannot accept more. (#6569, #6641)Deprecated
- Deprecate support for
model.LegacyValidationforgo.opentelemetry.io/otel/exporters/prometheus. (#6449)Fixes
- Stop percent encoding header environment variables in
go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploggrpcandgo.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp. (#6392)- Ensure the
noopSpan.tracerProvidermethod is not inlined ingo.opentelemetry.io/otel/traceso thego.opentelemetry.io/autoinstrumentation can instrument non-recording spans. (#6456)- Use a
sync.Poolinstead of allocatingmetricdata.ResourceMetricsingo.opentelemetry.io/otel/exporters/prometheus. (#6472)
... (truncated)
Commits
a85ae98Release v1.36.0/v0.58.0/v0.12.0 (#6793)3f85c35logtest: add Desc (#6796)d2fff76chore(deps): update module github.com/uudashr/iface to v1.4.0 (#6798)2d4c9dcAddsemconv/v1.32.0(#6782)fe523bdlogtest: add Transform (#6794)e578799fix(deps): update googleapis to 55703ea (#6795)af189e5chore(deps): update module github.com/golangci/misspell to v0.7.0 (#6792)836a2cechore(deps): update module github.com/alecthomas/chroma/v2 to v2.18.0 (#6790)93f8f13chore(deps): update github/codeql-action action to v3.28.18 (#6789)1556ff2chore(deps): update codecov/codecov-action action to v5.4.3 (#6785)- Additional commits viewable in compare view
Updates go.opentelemetry.io/otel/metric from 1.34.0 to 1.36.0
Changelog
Sourced from go.opentelemetry.io/otel/metric'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.0package. The package contains semantic conventions from thev1.31.0version 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, andRecordtypes ingo.opentelemetry.io/otel/log/logtest. (#6507)- Add
WithHTTPClientoption to configure thehttp.Clientused bygo.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp. (#6751)- Add
WithHTTPClientoption to configure thehttp.Clientused bygo.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp. (#6752)- Add
WithHTTPClientoption to configure thehttp.Clientused bygo.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp. (#6688)- Add
ValuesGetteringo.opentelemetry.io/otel/propagation, aTextMapCarrierthat supports retrieving multiple values for a single key. (#5973)- Add
Valuesmethod toHeaderCarrierto implement the newValuesGetterinterface ingo.opentelemetry.io/otel/propagation. (#5973)- Update
Baggageingo.opentelemetry.io/otel/propagationto retrieve multiple values for a key when the carrier implementsValuesGetter. (#5973)- Add
AssertEqualfunction ingo.opentelemetry.io/otel/log/logtest. (#6662)- The
go.opentelemetry.io/otel/semconv/v1.32.0package. The package contains semantic conventions from thev1.32.0version 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
Transformoption ingo.opentelemetry.io/otel/log/logtest. (#6794)- Add
Descoption ingo.opentelemetry.io/otel/log/logtest. (#6796)Removed
- Drop support for [Go 1.22]. (#6381, #6418)
- Remove
Resourcefield fromEnabledParametersingo.opentelemetry.io/otel/sdk/log. (#6494)- Remove
RecordFactorytype fromgo.opentelemetry.io/otel/log/logtest. (#6492)- Remove
ScopeRecords,EmittedRecord, andRecordFactorytypes fromgo.opentelemetry.io/otel/log/logtest. (#6507)- Remove
AssertRecordEqualfunction ingo.opentelemetry.io/otel/log/logtest, useAssertEqualinstead. (#6662)Changed
- ⚠️ Update
github.com/prometheus/client_golangtov1.21.1, which changes theNameValidationSchemetoUTF8Validation. 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.NameValidationSchemetoLegacyValidationingithub.com/prometheus/common/model. (#6433)- Initialize map with
len(keys)inNewAllowKeysFilterandNewDenyKeysFilterto avoid unnecessary allocations ingo.opentelemetry.io/otel/attribute. (#6455)go.opentelemetry.io/otel/log/logtestis now a separate Go module. (#6465)go.opentelemetry.io/otel/sdk/log/logtestis now a separate Go module. (#6466)Recorderingo.opentelemetry.io/otel/log/logtestno longer separately stores records emitted by loggers with the same instrumentation scope. (#6507)- Improve performance of
BatchProcessoringo.opentelemetry.io/otel/sdk/logby not exporting when exporter cannot accept more. (#6569, #6641)Deprecated
- Deprecate support for
model.LegacyValidationforgo.opentelemetry.io/otel/exporters/prometheus. (#6449)Fixes
- Stop percent encoding header environment variables in
go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploggrpcandgo.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp. (#6392)- Ensure the
noopSpan.tracerProvidermethod is not inlined ingo.opentelemetry.io/otel/traceso thego.opentelemetry.io/autoinstrumentation can instrument non-recordi...Description has been truncated
The reviewers field in the dependabot.yml file will be removed soon. Please use the code owners file to specify reviewers for Dependabot PRs. For more information, see this blog post.
🛠 PR Checks Summary
🔴 Pending initial approval by a review team member, or review from tech-staff
Manual Checks (for Reviewers):
- [ ] IGNORE the bot requirements for this PR (force green CI check)
Read More
🤖 This bot helps streamline PR reviews by verifying automated checks and providing guidance for contributors and reviewers.
✅ Automated Checks (for Contributors):
🔴 Pending initial approval by a review team member, or review from tech-staff
☑️ Contributor Actions:
- Fix any issues flagged by automated checks.
- Follow the Contributor Checklist to ensure your PR is ready for review.
- Add new tests, or document why they are unnecessary.
- Provide clear examples/screenshots, if necessary.
- Update documentation, if required.
- Ensure no breaking changes, or include
BREAKING CHANGEnotes. - Link related issues/PRs, where applicable.
☑️ Reviewer Actions:
- Complete manual checks for the PR, including the guidelines and additional checks if applicable.
📚 Resources:
Debug
Automated Checks
Pending initial approval by a review team member, or review from tech-staff
If
🟢 Condition met └── 🟢 And ├── 🟢 The base branch matches this pattern: ^master$ └── 🟢 Not (🔴 Pull request author is a member of the team: tech-staff)Then
🔴 Requirement not satisfied └── 🔴 If ├── 🟢 Condition │ └── 🟢 Or │ ├── 🟢 At least 1 user(s) of the organization reviewed the pull request (with state "APPROVED") │ ├── 🔴 At least 1 user(s) of the team tech-staff reviewed pull request │ └── 🔴 This pull request is a draft └── 🔴 Then └── 🔴 And ├── 🟢 Not (🔴 This label is applied to pull request: review/triage-pending) └── 🔴 At least 1 user(s) of the team tech-staff reviewed pull requestManual Checks
**IGNORE** the bot requirements for this PR (force green CI check)
If
🟢 Condition met └── 🟢 On every pull requestCan be checked by
- Any user with comment edit permission
Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.
Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.
Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.
Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.
Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.
Looks like these dependencies are updatable in another way, so this is no longer needed.