chore(deps): bump the everything-else group across 1 directory with 20 updates
Bumps the everything-else group with 10 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.20.0 |
| github.com/btcsuite/btcd/btcec/v2 | 2.3.4 |
2.3.6 |
| github.com/cosmos/ledger-cosmos-go | 0.14.0 |
0.16.0 |
| github.com/emicklei/dot | 1.6.2 |
1.9.2 |
| github.com/gofrs/flock | 0.12.1 |
0.13.0 |
| github.com/yuin/goldmark | 1.7.8 |
1.7.13 |
| go.etcd.io/bbolt | 1.3.11 |
1.4.3 |
| go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp | 1.34.0 |
1.38.0 |
| go.uber.org/zap | 1.27.0 |
1.27.1 |
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.20.0
Release notes
Sourced from github.com/alecthomas/chroma/v2's releases.
v2.20.0
Changelog
- 303b65d feat: improve tracing
- 1f48e65 fix(markdown): don't delegate to HTML lexer
- ea89498 chore(deps): update ubuntu docker tag to v24 (#1104)
- 14227ee chore(deps): update dependency biome to v2 (#1109)
- 4a1dcb2 chore(deps): update dependency uv to v0.8.4 (#1115)
- dca61f8 chore(deps): pin dependencies (#1098)
- a21d7b8 chore: go mod tidy + update README list of languages
- 1ca24c9 correct lexing AS keyword for docker (#1114)
- 1dfa2b6 update css.xml with current properties (#1113)
- 5b2a4c5 feat(formatter): add writeCSSComments option (#1112)
- 02ff9d4 Sync Catppuccin styles (#1111)
- a53c924 Create Lexer for Nu (#1110)
- 0e031c7 chore(deps): update all non-major dependencies (#1108)
- 673bbb4 chore(deps): update all non-major dependencies (#1103)
- 5d56970 Add
uv.lockto TOML lexer (#1105)- eb9a552 fix: Dockerfile $PORT should be just a port
- acaae4e feat: add Dockerfile for chromad
- f3be4c6 Create lexer for Gemtext (#1102)
- a0c6dff chore(deps): update all non-major dependencies (#1099)
- abe0195 Create lexer for lox (#1100)
- dfb2819 Fixed ObjectPascal comment issue (#1097)
- 908d2a3 sync catppuccin-mocha.xml with upstream (#1094)
- acd21c6 add aspect-ratio property to css.xml (#1095)
- 55d924d chore(deps): update all non-major dependencies (#1092)
- d0ad679 feat: improve Go lexer
- d2f8caa refactor: simplify WASM init
- fb36d31 chore: apply biome linter fixes
- b69cd3d chore: add JS formatting with biome
v2.19.0
Changelog
- adeac8f feat: WASM playground
- 484750a chore: add uv
- a5ceb28 fix: add lexer compile time validation for group by
- cd5c4a8 docs(readme): update go reference badge to point to v2 and new domain (#1087)
- 970eacc Add MoonScript lexer (#1091)
- 6ffb465 chore(deps): update all non-major dependencies (#1082)
- 2c20473 Various lexer & style fixes for RPGLE (#1086)
- c803d79 fix(zig): detect zig object notation files as zig (#1085)
- bc60826 Add Core lexer (#1083)
- ffedbf4 fix(kotlin): detect kotlin script files as kotlin (#1081)
v2.18.0
Changelog
... (truncated)
Commits
303b65dfeat: improve tracing1f48e65fix(markdown): don't delegate to HTML lexerea89498chore(deps): update ubuntu docker tag to v24 (#1104)14227eechore(deps): update dependency biome to v2 (#1109)4a1dcb2chore(deps): update dependency uv to v0.8.4 (#1115)dca61f8chore(deps): pin dependencies (#1098)a21d7b8chore: go mod tidy + update README list of languages1ca24c9correct lexing AS keyword for docker (#1114)1dfa2b6update css.xml with current properties (#1113)5b2a4c5feat(formatter): add writeCSSComments option (#1112)- Additional commits viewable in compare view
Updates github.com/btcsuite/btcd/btcec/v2 from 2.3.4 to 2.3.6
Commits
442ef28Merge pull request #2443 from sputn1ck/musig2_sign_with_agg_nonce21eb99emusig2: add combinedNonce getter8f54cc6musig2: add Session.RegisterCombinedNonceb7d0706Merge pull request #2430 from Roasbeef/v-0-25-0-rc131a762bbuild: bump version to v0.25.0-beta.rc1e8097a1Merge pull request #2410 from mohamedawnallah/fallback-to-GOPATH-bin-dir29f4215Makefile+workflows: fallback toGOPATH/binon non-existentGOBINa4ddae2Merge pull request #2409 from gosunuts/fix/dockerfile-go-version2577dd3Dockerfile: update go base imagec002ea3Merge pull request #2320 from gosunuts/feature/fix-ci- Additional commits viewable in compare view
Updates github.com/cosmos/ledger-cosmos-go from 0.14.0 to 0.16.0
Release notes
Sourced from github.com/cosmos/ledger-cosmos-go's releases.
v0.16.0
What's Changed
- Use chunk processing functions from ledger_go by
@chcmedeirosin cosmos/ledger-cosmos-go#82Full Changelog: https://github.com/cosmos/ledger-cosmos-go/compare/v0.15.0...v0.16.0
v0.15.0
What's Changed
- chore: clean up and prep for new release by
@aljo242in cosmos/ledger-cosmos-go#81New Contributors
@aljo242made their first contribution in cosmos/ledger-cosmos-go#81Full Changelog: https://github.com/cosmos/ledger-cosmos-go/compare/v0.14.0...v0.15.0
Commits
9e3c918Use chunk processing functions from ledger_go (#82)7e25098chore: clean up and prep for new release (#81)- See full diff in compare view
Updates github.com/davecgh/go-spew from 1.1.1 to 1.1.2-0.20180830191138-d8f796af33cc
Commits
- See full diff 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/emicklei/dot from 1.6.2 to 1.9.2
Changelog
Sourced from github.com/emicklei/dot's changelog.
v1.9.2 - 2025-10-07
- add Node.HasDefaultLabel()
v1.9.1 - 2025-09-14
- do not use exe permission on exported dot files (thx come-maiz)
v1.9.0 - 2025-07-25
- add Graph.WalkEdges(func(edge Edge) bool)
v1.8.0
- add Graph.DeepCopy(func(edge Edge) bool) (thx
@jasonmadigan)v1.7.0
- add GetAttributes (Node and Edge) (thx
@jasonmadigan)v1.6.4
- fix mermaid generation with string shape in node (issue #40)
v1.6.3
- fix empty label for mermaid
- allow link attribute for edge in mermaid
Commits
90f43baadd Node.HasDefaultLabel()cc10c09fix flaky test due to map orderc803cf5clean up files after test67f2dc8Write files without execution permission (#44)6eb95e1fix edge walk491db7fadd WalkEdges257576bupdate hist4ecf62eadded deepcopy (#42)c43e88fadd mermaid edge edge case test48c14d1getAttributes() (#41)- Additional commits viewable in compare view
Updates github.com/gofrs/flock from 0.12.1 to 0.13.0
Release notes
Sourced from github.com/gofrs/flock's releases.
v0.13.0
What's Changed
Minimum Go version 1.24
- feat: add Stat method by
@ferhatelmasin gofrs/flock#127- chore(deps): bump golang.org/x/sys from 0.22.0 to 0.37.0
Full Changelog: https://github.com/gofrs/flock/compare/v0.12.1...v0.13.0
Commits
bfec60bchore(deps): bump golang.org/x/sys from 0.36.0 to 0.37.0 in the gomod group (...7094284chore: update linter8111aecfeat: add Stat method (#127)6f0f0edchore(deps): bump the github-actions group with 4 updates (#126)fe44231chore(deps): bump golang.org/x/sys from 0.35.0 to 0.36.0 in the gomod group (...f74f0fbchore(deps): bump github.com/stretchr/testify from 1.10.0 to 1.11.1 in the go...c1f6d16chore(deps): bump golang.org/x/sys from 0.34.0 to 0.35.0 in the gomod group (...c542c57chore(deps): bump github/codeql-action from 3.29.2 to 3.29.5 in the github-ac...425570bchore(deps): bump golang.org/x/sys from 0.33.0 to 0.34.0 in the gomod group (...12753eachore(deps): bump github/codeql-action from 3.28.18 to 3.29.2 in the github-a...- Additional commits viewable in compare view
Updates github.com/pmezard/go-difflib from 1.0.0 to 1.0.1-0.20181226105442-5d4384ee4fb2
Commits
- See full diff in compare view
Updates github.com/stretchr/testify from 1.10.0 to 1.11.1
Release notes
Sourced from github.com/stretchr/testify's releases.
v1.11.1
This release fixes #1785 introduced in v1.11.0 where expected argument values implementing the stringer interface (
String() string) with a method which mutates their value, when passed to mock.Mock.On (m.On("Method", <expected>).Return()) or actual argument values passed to mock.Mock.Called may no longer match one another where they previously did match. The behaviour prior to v1.11.0 where the stringer is always called is restored. Future testify releases may not call the stringer method at all in this case.What's Changed
- Backport #1786 to release/1.11: mock: revert to pre-v1.11.0 argument matching behavior for mutating stringers by
@brackendawsonin stretchr/testify#1788Full Changelog: https://github.com/stretchr/testify/compare/v1.11.0...v1.11.1
v1.11.0
What's Changed
Functional Changes
v1.11.0 Includes a number of performance improvements.
- Call stack perf change for CallerInfo by
@mikeauclairin stretchr/testify#1614- Lazily render mock diff output on successful match by
@mikeauclairin stretchr/testify#1615- assert: check early in Eventually, EventuallyWithT, and Never by
@cszczepaniakin stretchr/testify#1427- assert: add IsNotType by
@bartventerin stretchr/testify#1730- assert.JSONEq: shortcut if same strings by
@dolmenin stretchr/testify#1754- assert.YAMLEq: shortcut if same strings by
@dolmenin stretchr/testify#1755- assert: faster and simpler isEmpty using reflect.Value.IsZero by
@dolmenin stretchr/testify#1761- suite: faster methods filtering (internal refactor) by
@dolmenin stretchr/testify#1758Fixes
- assert.ErrorAs: log target type by
@craig65535in stretchr/testify#1345- Fix failure message formatting for Positive and Negative asserts in stretchr/testify#1062
- Improve ErrorIs message when error is nil but an error was expected by
@tsioftasin stretchr/testify#1681- fix Subset/NotSubset when calling with mixed input types by
@siliconbrainin stretchr/testify#1729- Improve ErrorAs failure message when error is nil by
@ccoVeillein stretchr/testify#1734- mock.AssertNumberOfCalls: improve error msg by
@3scalationin stretchr/testify#1743Documentation, Build & CI
- docs: Fix typo in README by
@alexandearin stretchr/testify#1688- Replace deprecated io/ioutil with io and os by
@alexandearin stretchr/testify#1684- Document consequences of calling t.FailNow() by
@greg0irein stretchr/testify#1710- chore: update docs for Unset #1621 by
@techfgin stretchr/testify#1709- README: apply gofmt to examples by
@alexandearin stretchr/testify#1687- refactor: use %q and %T to simplify fmt.Sprintf by
@alexandearin stretchr/testify#1674- Propose Christophe Colombier (ccoVeille) as approver by
@brackendawsonin stretchr/testify#1716- Update documentation for the Error function in assert or require package by
@architagrin stretchr/testify#1675- assert: remove deprecated build constraints by
@alexandearin stretchr/testify#1671- assert: apply gofumpt to internal test suite by
@ccoVeillein stretchr/testify#1739- CI: fix shebang in .ci.*.sh scripts by
@dolmenin stretchr/testify#1746- assert,require: enable parallel testing on (almost) all top tests by
@dolmenin stretchr/testify#1747- suite.Passed: add one more status test report by
@Ararsa-Deresein stretchr/testify#1706- Add Helper() method in internal mocks and assert.CollectT by
@dolmenin stretchr/testify#1423- assert.Same/NotSame: improve usage of Sprintf by
@ccoVeillein stretchr/testify#1742- mock: enable parallel testing on internal testsuite by
@dolmenin stretchr/testify#1756- suite: cleanup use of 'testing' internals at runtime by
@dolmenin stretchr/testify#1751- assert: check test failure message for Empty and NotEmpty by
@ccoVeillein stretchr/testify#1745
... (truncated)
Commits
2a57335Merge pull request #1788 from brackendawson/1785-backport-1.11af8c912Backport #1786 to release/1.11b7801fbMerge pull request #1778 from stretchr/dependabot/github_actions/actions/chec...69831f3build(deps): bump actions/checkout from 4 to 5a53be35Improve captureTestingT helperaafb604mock: improve formatting of error message7218e03improve error msg929a212Merge pull request #1758 from stretchr/dolmen/suite-faster-method-filteringbc7459esuite: faster filtering of methods (-testify.m)7d37b5csuite: refactor methodFilter- Additional commits viewable in compare view
Updates github.com/yuin/goldmark from 1.7.8 to 1.7.13
Commits
9a7f4c9fix: panics when negative indent with tabs in fenced code block. Fixes #5229676021Merge pull request #517 from wjkoh/add-treeblood8422226Add goldmark-treeblood extensionafcb7ffUpdate issue templates25aa773Fixes #50931bbeb2Cleanup codes85b270bFixes #503af6c0b5Fix bug in AST names6951ff3Improve static map builds04410ffMerge pull request #487 from n-peugnet/patch-1- Additional commits viewable in compare view
Updates go.etcd.io/bbolt from 1.3.11 to 1.4.3
Release notes
Sourced from go.etcd.io/bbolt's releases.
v1.4.3
See the CHANGELOG/v1.4.3 for more details.
v1.4.2
See the CHANGELOG/v1.4.2 for more details.
v1.4.1
See the CHANGELOG/v1.4.1 for more details.
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.
v1.3.12
See the CHANGELOG/v1.3.12 for more details.
Commits
68e6b96Update version to v1.4.3599de69Merge pull request #1058 from ahrtr/20250818_writeto_1.48fd1b83Update (*Tx)WriteTo to reuse the already opened file if WriteFlag not set76cd3d4Merge pull request #1049 from hwdef/release14-bump-go-12312af33d7dBump Go to 1.23.1260b43b8Merge pull request #1050 from Elbehery/20250811_bump_windows_timeout79638fd[release-1.4]:chore(test): bump_windows_test_timeout804e170Merge pull request #1046 from ahrtr/20250809_hugesize_test_1.40307cfdFix test case TestDB_HugeValue for 32 bit systems4c57e50Merge pull request #1024 from hwdef/bump-go-12311-release-14- Additional commits viewable in compare view
Updates go.opentelemetry.io/otel from 1.34.0 to 1.37.0
Changelog
Sourced from go.opentelemetry.io/otel's changelog.
[1.37.0/0.59.0/0.13.0] 2025-06-25
Added
- The
go.opentelemetry.io/otel/semconv/v1.33.0package. The package contains semantic conventions from thev1.33.0version of the OpenTelemetry Semantic Conventions. See the migration documentation for information on how to upgrade fromgo.opentelemetry.io/otel/semconv/v1.32.0.(#6799)- The
go.opentelemetry.io/otel/semconv/v1.34.0package. The package contains semantic conventions from thev1.34.0version of the OpenTelemetry Semantic Conventions. (#6812)- Add metric's schema URL as
otel_scope_schema_urllabel ingo.opentelemetry.io/otel/exporters/prometheus. (#5947)- Add metric's scope attributes as
otel_scope_[attribute]labels ingo.opentelemetry.io/otel/exporters/prometheus. (#5947)- Add
EventNametoEnabledParametersingo.opentelemetry.io/otel/log. (#6825)- Add
EventNametoEnabledParametersingo.opentelemetry.io/otel/sdk/log. (#6825)- Changed handling of
go.opentelemetry.io/otel/exporters/prometheusmetric renaming to add unit suffixes when it doesn't match one of the pre-defined values in the unit suffix map. (#6839)Changed
- The semantic conventions have been upgraded from
v1.26.0tov1.34.0ingo.opentelemetry.io/otel/bridge/opentracing. (#6827)- The semantic conventions have been upgraded from
v1.26.0tov1.34.0ingo.opentelemetry.io/otel/exporters/zipkin. (#6829)- The semantic conventions have been upgraded from
v1.26.0tov1.34.0ingo.opentelemetry.io/otel/metric. (#6832)- The semantic conventions have been upgraded from
v1.26.0tov1.34.0ingo.opentelemetry.io/otel/sdk/resource. (#6834)- The semantic conventions have been upgraded from
v1.26.0tov1.34.0ingo.opentelemetry.io/otel/sdk/trace. (#6835)- The semantic conventions have been upgraded from
v1.26.0tov1.34.0ingo.opentelemetry.io/otel/trace. (#6836)Record.Resourcenow returns*resource.Resourceinstead ofresource.Resourceingo.opentelemetry.io/otel/sdk/log. (#6864)- Retry now shows error cause for context timeout in
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc,go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc,go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploggrpc,go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp,go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp,go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp. (#6898)Fixed
- Stop stripping trailing slashes from configured endpoint URL in
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc. (#6710)- Stop stripping trailing slashes from configured endpoint URL in
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp. (#6710)- Stop stripping trailing slashes from configured endpoint URL in
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc. (#6710)- Stop stripping trailing slashes from configured endpoint URL in
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp. (#6710)- Validate exponential histogram scale range for Prometheus compatibility in
go.opentelemetry.io/otel/exporters/prometheus. (#6822)- Context cancellation during metric pipeline produce does not corrupt data in
go.opentelemetry.io/otel/sdk/metric. (#6914)Removed
go.opentelemetry.io/otel/exporters/prometheusno longer exportsotel_scope_infometric. (#6770)[0.12.2] 2025-05-22
Fixed
- Retract
v0.12.0release ofgo.opentelemetry.io/otel/exporters/otlp/otlplog/otlploggrpcmodule that contains invalid dependencies. (#6804)- Retract
v0.12.0release ofgo.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttpmodule that contains invalid dependencies. (#6804)- Retract
v0.12.0release ofgo.opentelemetry.io/otel/exporters/stdout/stdoutlogmodule that contains invalid dependencies. (#6804)[0.12.1] 2025-05-21
Fixes
... (truncated)
Commits
69e8108Release 1.37.0/0.59.0/0.13.0 (#6925)67ca271chore(deps): update golang.org/x/telemetry digest to fef9409 (#6929)b4fad0achore(deps): update module github.com/grpc-ecosystem/grpc-gateway/v2 to v2.27...553779cchore: add missing ) in GPG hyperlink (#6928)351a51fUse existing schema URLs in tests (#6924)a365d85Add test for logging from a span in the opentracing bridge (#6919)787518fchore(deps): update google.golang.org/genproto/googleapis/rpc digest to 513f2...fbfb44achore(deps): update golang.org/x (#6923)98f7693chore: flatten bridge/opentracing/internal package (#6916)1b803e1fix(deps): update module github.com/prometheus/common to v0.65.0 (#6921)- Additional commits viewable in compare view
Updates go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc from 1.34.0 to 1.37.0
Changelog
Sourced from go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc's changelog.
[1.37.0/0.59.0/0.13.0] 2025-06-25
Added
- The
go.opentelemetry.io/otel/semconv/v1.33.0package. The package contains semantic conventions from thev1.33.0version of the OpenTelemetry Semantic Conventions. See the migration documentation for information on how to upgrade fromgo.opentelemetry.io/otel/semconv/v1.32.0.(#6799)- The
go.opentelemetry.io/otel/semconv/v1.34.0package. The package contains semantic conventions from thev1.34.0version of the OpenTelemetry Semantic Conventions. (#6812)- Add metric's schema URL as
otel_scope_schema_urllabel ingo.opentelemetry.io/otel/exporters/prometheus. (#5947)- Add metric's scope attributes as
otel_scope_[attribute]labels ingo.opentelemetry.io/otel/exporters/prometheus. (#5947)- Add
EventNametoEnabledParametersingo.opentelemetry.io/otel/log. (#6825)- Add
EventNametoEnabledParametersingo.opentelemetry.io/otel/sdk/log. (#6825)- Changed handling of
go.opentelemetry.io/otel/exporters/prometheusmetric renaming to add unit suffixes when it doesn't match one of the pre-defined values in the unit suffix map. (#6839)Changed
- The semantic conventions have been upgraded from
v1.26.0tov1.34.0ingo.opentelemetry.io/otel/bridge/opentracing. (#6827)- The semantic conventions have been upgraded from
v1.26.0tov1.34.0ingo.opentelemetry.io/otel/exporters/zipkin. (#6829)- The semantic conventions have been upgraded from
v1.26.0tov1.34.0ingo.opentelemetry.io/otel/metric. (#6832)- The semantic conventions have been upgraded from
v1.26.0tov1.34.0ingo.opentelemetry.io/otel/sdk/resource. (#6834)- The semantic conventions have been upgraded from
v1.26.0tov1.34.0ingo.opentelemetry.io/otel/sdk/trace. (#6835)- The semantic conventions have been upgraded from
v1.26.0tov1.34.0ingo.opentelemetry.io/otel/trace. (#6836)Record.Resourcenow returns*resource.Resourceinstead ofresource.Resourceingo.opentelemetry.io/otel/sdk/log. (#6864)- Retry now shows error cause for context timeout in
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc,go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc,go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploggrpc,go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp,go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp,go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp. (#6898)Fixed
- Stop stripping trailing slashes from configured endpoint URL in
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc. (#6710)- Stop stripping trailing slashes from configured endpoint URL in
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp. (#6710)- Stop stripping trailing slashes from configured endpoint URL in
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc. (#6710)- Stop stripping trailing slashes from configured endpoint URL in
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp. (#6710)- Validate exponential histogram scale range for Prometheus compatibility in
go.opentelemetry.io/otel/exporters/prometheus. (#6822)- Context cancellation during metric pipeline produce does not corrupt data in
go.opentelemetry.io/otel/sdk/metric. (#6914)Removed
go.opentelemetry.io/otel/exporters/prometheusno longer exportsotel_scope_infometric. (#6770)[0.12.2] 2025-05-22
Fixed
- Retract
v0.12.0release ofgo.opentelemetry.io/otel/exporters/otlp/otlplog/otlploggrpcmodule that contains invalid dependencies. (#6804)- Retract
v0.12.0release ofgo.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttpmodule that contains invalid dependencies. (#6804)- Retract
v0.12.0release ofgo.opentelemetry.io/otel/exporters/stdout/stdoutlogmodule that contains invalid dependencies. (#6804)[0.12.1] 2025-05-21
Fixes
... (truncated)
Commits
69e8108Release 1.37.0/0.59.0/0.13.0 (#6925)67ca271chore(deps): update golang.org/x/telemetry digest to fef9409 (#6929)b4fad0achore(deps): update module github.com/grpc-ecosystem/grpc-gateway/v2 to v2.27...553779cchore: add missing ) in GPG hyperlink (#6928)351a51fUse existing schema URLs in tests (#6924)a365d85Add test for logging from a span in the opentracing bridge (#6919)787518fchore(deps): update google.golang.org/genproto/googleapis/rpc digest to 513f2...fbfb44achore(deps): update golang.org/x (#6923)98f7693chore: flatten bridge/opentracing/internal package (#6916)1b803e1fix(deps): update module github.com/prometheus/common to v0.65.0 (#6921)- Additional commits viewable in compare view
Updates go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp from 1.34.0 to 1.38.0
Changelog
Sourced from go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp's changelog.
[1.38.0/0.60.0/0.14.0/0.0.13] 2025-08-29
This release is the last to support [Go 1.23]. The next release will require at least [Go 1.24].
Added
- Add native histogram exemplar support in
go.opentelemetry.io/otel/exporters/prometheus. (#6772)- Add template attribute functions to the
go.opentelmetry.io/otel/semconv/v1.34.0package. (#6939)
ContainerLabelDBOperationParameterDBSystemParameterHTTPRequestHeaderHTTPResponseHeaderK8SCronJobAnnotationK8SCronJobLabelK8SDaemonSetAnnotationK8SDaemonSetLabelK8SDeploymentAnnotationK8SDeploymentLabelK8SJobAnnotationK8SJobLabelK8SNamespaceAnnotationK8SNamespaceLabelK8SNodeAnnotationK8SNodeLabelK8SPodAnnotationK8SPodLabelK8SReplicaSetAnnotationK8SReplicaSetLabelK8SStatefulSetAnnotationK8SStatefulSetLabelProcessEnvironmentVariableRPCConnectRPCRequestMetadataRPCConnectRPCResponseMetadataRPCGRPCRequestMetadataRPCGRPCResponseMetadata- Add
ErrorTypeattribute helper function to thego.opentelmetry.io/otel/semconv/v1.34.0package. (#6962)- Add
WithAllowKeyDuplicationingo.opentelemetry.io/otel/sdk/logwhich can be used to disable deduplication for log records. (#6968)- Add
WithCardinalityLimitoption to configure the cardinality limit ingo.opentelemetry.io/otel/sdk/metric. (#6996, #7065, #7081, #7164, #7165, #7179)- Add
Clonemethod toRecordingo.opentelemetry.io/otel/logthat returns a copy of the record with no shared state. (#7001)- Add experimental self-observability span and batch span processor metrics in
go.opentelemetry.io/otel/sdk/trace. Check thego.opentelemetry.io/otel/sdk/trace/internal/xpackage documentation for more information. (#7027, #6393, #7209)- The
go.opentelemetry.io/otel/semconv/v1.36.0package. The package contains semantic conventions from thev1.36.0version of the OpenTelemetry Semantic Conventions. See the migration documentation for information on how to upgrade fromDescription has been truncated
🛠 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 one of these user(s) reviewed the pull request: [jefft0 leohhhn n0izn0iz notJoon omarsy x1unix] (with state "APPROVED") │ ├── 🔴 At least 1 user(s) of the team tech-staff reviewed pull request │ └── 🔴 This pull request is a draft └── 🔴 Else └── 🔴 And ├── 🟢 This label is applied to pull request: review/triage-pending └── 🔴 On no 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