Skip to content

Bump the all group with 5 updates#115

Merged
heppu merged 1 commit intomainfrom
dependabot/go_modules/all-3f44ac46e6
Mar 4, 2026
Merged

Bump the all group with 5 updates#115
heppu merged 1 commit intomainfrom
dependabot/go_modules/all-3f44ac46e6

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Mar 4, 2026

Bumps the all group with 5 updates:

Package From To
github.com/XSAM/otelsql 0.39.0 0.41.0
github.com/ogen-go/ogen 1.14.0 1.20.1
go.opentelemetry.io/otel 1.40.0 1.41.0
go.opentelemetry.io/otel/metric 1.40.0 1.41.0
go.opentelemetry.io/otel/trace 1.40.0 1.41.0

Updates github.com/XSAM/otelsql from 0.39.0 to 0.41.0

Release notes

Sourced from github.com/XSAM/otelsql's releases.

Release v0.41.0

⚠️ Notice ⚠️

This release contains breaking changes:

  • RegisterDBStatsMetrics now returns (metric.Registration, error) (previously returned only error) so callers can Unregister() the callback and avoid memory leaks.
    • If you need to unregister: reg, err := RegisterDBStatsMetrics(...) + defer reg.Unregister().
    • If you do not need to unregister: _, err := RegisterDBStatsMetrics(...).
  • WithAttributes now appends attributes when specified multiple times (previously overwrote existing attributes).
    • If you relied on overwriting: consolidate your attributes into a single WithAttributes(...) call.

Added

  • WithTextMapPropagator allows customization of the OTel text map propagator used by SQLCommenter. (#540) This is an experimental feature and may be changed or removed in a later release.

Removed

Changed

  • Reduce allocations and improve performance when creating spans. (#549)
  • Reduce allocations when recording metrics. (#550)
  • RegisterDBStatsMetrics now returns a metric.Registration so callbacks can be unregistered. (#580)
  • WithAttributes now accumulates attributes across multiple calls instead of overwriting. (#576)
  • Upgrade OTel to v1.39.0. (#583)

What's Changed

... (truncated)

Changelog

Sourced from github.com/XSAM/otelsql's changelog.

[0.41.0] - 2025-12-16

⚠️ Notice ⚠️

This release contains breaking changes:

  • RegisterDBStatsMetrics now returns (metric.Registration, error) (previously returned only error) so callers can Unregister() the callback and avoid memory leaks.
    • If you need to unregister: reg, err := RegisterDBStatsMetrics(...) + defer reg.Unregister().
    • If you do not need to unregister: _, err := RegisterDBStatsMetrics(...).
  • WithAttributes now appends attributes when specified multiple times (previously overwrote existing attributes).
    • If you relied on overwriting: consolidate your attributes into a single WithAttributes(...) call.

Added

  • WithTextMapPropagator allows customization of the OTel text map propagator used by SQLCommenter. (#540) This is an experimental feature and may be changed or removed in a later release.

Removed

  • Drop support for [Go 1.23]. (#533)

Changed

  • Reduce allocations and improve performance when creating spans. (#549)
  • Reduce allocations when recording metrics. (#550)
  • RegisterDBStatsMetrics now returns a metric.Registration so callbacks can be unregistered. (#580)
  • WithAttributes now accumulates attributes across multiple calls instead of overwriting. (#576)
  • Upgrade OTel to v1.39.0. (#583)

[0.40.0] - 2025-09-08

This release is the last to support [Go 1.23]. The next release will require at least [Go 1.24].

Added

  • Support testing of [Go 1.25]. (#517)

Changed

  • Upgrade OTel to v1.38.0/v0.60.0. (#510)
Commits
  • 92a17e7 Release v0.41.0 (#590)
  • 197f6da Change WithAttributes to append instead of replace attributes (#576)
  • 3afe670 Update opentelemetry-go monorepo (#583)
  • 4b55e4a Update actions/upload-artifact action to v6 (#587)
  • 60175c2 RegisterDBStatsMetrics now returns a metric.Registration for unregister (...
  • 5c24069 Update actions/cache action to v5 (#586)
  • f323c76 Update actions/setup-go action to v6.1.0 (#568)
  • 970210b Update codecov/codecov-action action to v5.5.2 (#578)
  • 7ff0bc4 Carify comments for DisableSkipErrMeasurement (#585)
  • 7087ce3 Migrate Renovate config (#584)
  • Additional commits viewable in compare view

Updates github.com/ogen-go/ogen from 1.14.0 to 1.20.1

Release notes

Sourced from github.com/ogen-go/ogen's releases.

v1.20.1

What's Changed

New Contributors

Full Changelog: ogen-go/ogen@v1.20.0...v1.20.1

v1.20.0

What's Changed

New Contributors

Full Changelog: ogen-go/ogen@v1.19.0...v1.19.1

v1.19.0

No release notes provided.

v1.18.0

What's Changed

Full Changelog: ogen-go/ogen@v1.17.0...v1.18.0

... (truncated)

Commits
  • 7d33bfd Merge pull request #1636 from ogen-go/fix/format-sum-variant
  • 85e6805 chore: commit generated files
  • 5c20d6f test(examples): add Tempo APi as example
  • 31febf4 fix(gen): properly handle formatted sum variant
  • 33b8049 Merge pull request #1637 from ogen-go/dependabot/github_actions/actions/uploa...
  • 331c2fd chore: bump actions/upload-artifact from 6 to 7
  • 9522055 Merge pull request #1635 from ogen-go/dependabot/go_modules/golang-8d1aac9a3d
  • 075b550 Merge pull request #1634 from zguydev/docs/update-examples-config
  • 37c94b2 chore: go mod tidy
  • daf5e9a chore: bump golang.org/x/net from 0.50.0 to 0.51.0 in the golang group
  • Additional commits viewable in compare view

Updates go.opentelemetry.io/otel from 1.40.0 to 1.41.0

Changelog

Sourced from go.opentelemetry.io/otel's changelog.

[1.41.0/0.63.0/0.17.0/0.0.15] 2026-03-02

This release is the last to support [Go 1.24]. The next release will require at least [Go 1.25].

Added

  • Support testing of [Go 1.26]. (#7902)

Fixed

  • Update Baggage in go.opentelemetry.io/otel/propagation and Parse and New in go.opentelemetry.io/otel/baggage to comply with W3C Baggage specification limits. New and Parse now return partial baggage along with an error when limits are exceeded. Errors from baggage extraction are reported to the global error handler. (#7880)
  • Return an error when the endpoint is configured as insecure and with TLS configuration in go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp. (#7914)
  • Return an error when the endpoint is configured as insecure and with TLS configuration in go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp. (#7914)
  • Return an error when the endpoint is configured as insecure and with TLS configuration in go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp. (#7914)
Commits
  • 4575a97 Release 1.41.0/0.63.0/0.17.0/0.0.15 (#7977)
  • 66fc10d fix: add error handling for insecure HTTP endpoints with TLS client configura...
  • 76e6eec chore(deps): update github/codeql-action action to v4.32.5 (#7980)
  • 0d50f90 Revert "Generate semconv/v1.40.0" (#7978)
  • c38a4a5 Generate semconv/v1.40.0 (#7929)
  • 0f1a224 chore(deps): update module github.com/securego/gosec/v2 to v2.23.0 (#7899)
  • c79ebf4 chore(deps): update module github.com/daixiang0/gci to v0.14.0 (#7973)
  • f758157 chore(deps): update module github.com/sonatard/noctx to v0.5.0 (#7968)
  • 92a1164 fix(deps): update github.com/opentracing-contrib/go-grpc/test digest to d566b...
  • 3cd7c27 chore(deps): update module github.com/protonmail/go-crypto to v1.4.0 (#7969)
  • Additional commits viewable in compare view

Updates go.opentelemetry.io/otel/metric from 1.40.0 to 1.41.0

Changelog

Sourced from go.opentelemetry.io/otel/metric's changelog.

[1.41.0/0.63.0/0.17.0/0.0.15] 2026-03-02

This release is the last to support [Go 1.24]. The next release will require at least [Go 1.25].

Added

  • Support testing of [Go 1.26]. (#7902)

Fixed

  • Update Baggage in go.opentelemetry.io/otel/propagation and Parse and New in go.opentelemetry.io/otel/baggage to comply with W3C Baggage specification limits. New and Parse now return partial baggage along with an error when limits are exceeded. Errors from baggage extraction are reported to the global error handler. (#7880)
  • Return an error when the endpoint is configured as insecure and with TLS configuration in go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp. (#7914)
  • Return an error when the endpoint is configured as insecure and with TLS configuration in go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp. (#7914)
  • Return an error when the endpoint is configured as insecure and with TLS configuration in go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp. (#7914)
Commits
  • 4575a97 Release 1.41.0/0.63.0/0.17.0/0.0.15 (#7977)
  • 66fc10d fix: add error handling for insecure HTTP endpoints with TLS client configura...
  • 76e6eec chore(deps): update github/codeql-action action to v4.32.5 (#7980)
  • 0d50f90 Revert "Generate semconv/v1.40.0" (#7978)
  • c38a4a5 Generate semconv/v1.40.0 (#7929)
  • 0f1a224 chore(deps): update module github.com/securego/gosec/v2 to v2.23.0 (#7899)
  • c79ebf4 chore(deps): update module github.com/daixiang0/gci to v0.14.0 (#7973)
  • f758157 chore(deps): update module github.com/sonatard/noctx to v0.5.0 (#7968)
  • 92a1164 fix(deps): update github.com/opentracing-contrib/go-grpc/test digest to d566b...
  • 3cd7c27 chore(deps): update module github.com/protonmail/go-crypto to v1.4.0 (#7969)
  • Additional commits viewable in compare view

Updates go.opentelemetry.io/otel/trace from 1.40.0 to 1.41.0

Changelog

Sourced from go.opentelemetry.io/otel/trace's changelog.

[1.41.0/0.63.0/0.17.0/0.0.15] 2026-03-02

This release is the last to support [Go 1.24]. The next release will require at least [Go 1.25].

Added

  • Support testing of [Go 1.26]. (#7902)

Fixed

  • Update Baggage in go.opentelemetry.io/otel/propagation and Parse and New in go.opentelemetry.io/otel/baggage to comply with W3C Baggage specification limits. New and Parse now return partial baggage along with an error when limits are exceeded. Errors from baggage extraction are reported to the global error handler. (#7880)
  • Return an error when the endpoint is configured as insecure and with TLS configuration in go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp. (#7914)
  • Return an error when the endpoint is configured as insecure and with TLS configuration in go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp. (#7914)
  • Return an error when the endpoint is configured as insecure and with TLS configuration in go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp. (#7914)
Commits
  • 4575a97 Release 1.41.0/0.63.0/0.17.0/0.0.15 (#7977)
  • 66fc10d fix: add error handling for insecure HTTP endpoints with TLS client configura...
  • 76e6eec chore(deps): update github/codeql-action action to v4.32.5 (#7980)
  • 0d50f90 Revert "Generate semconv/v1.40.0" (#7978)
  • c38a4a5 Generate semconv/v1.40.0 (#7929)
  • 0f1a224 chore(deps): update module github.com/securego/gosec/v2 to v2.23.0 (#7899)
  • c79ebf4 chore(deps): update module github.com/daixiang0/gci to v0.14.0 (#7973)
  • f758157 chore(deps): update module github.com/sonatard/noctx to v0.5.0 (#7968)
  • 92a1164 fix(deps): update github.com/opentracing-contrib/go-grpc/test digest to d566b...
  • 3cd7c27 chore(deps): update module github.com/protonmail/go-crypto to v1.4.0 (#7969)
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@codecov
Copy link
Copy Markdown

codecov Bot commented Mar 4, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 86.79%. Comparing base (ef038cb) to head (6df55ee).
⚠️ Report is 2 commits behind head on main.
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #115   +/-   ##
=======================================
  Coverage   86.79%   86.79%           
=======================================
  Files           6        6           
  Lines         106      106           
=======================================
  Hits           92       92           
  Misses          7        7           
  Partials        7        7           
Flag Coverage Δ
application 72.64% <ø> (ø)
unit 57.54% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Bumps the all group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [github.com/XSAM/otelsql](https://github.com/XSAM/otelsql) | `0.39.0` | `0.41.0` |
| [github.com/ogen-go/ogen](https://github.com/ogen-go/ogen) | `1.14.0` | `1.20.1` |
| [go.opentelemetry.io/otel](https://github.com/open-telemetry/opentelemetry-go) | `1.40.0` | `1.41.0` |
| [go.opentelemetry.io/otel/metric](https://github.com/open-telemetry/opentelemetry-go) | `1.40.0` | `1.41.0` |
| [go.opentelemetry.io/otel/trace](https://github.com/open-telemetry/opentelemetry-go) | `1.40.0` | `1.41.0` |

Updates `github.com/XSAM/otelsql` from 0.39.0 to 0.41.0
- [Release notes](https://github.com/XSAM/otelsql/releases)
- [Changelog](https://github.com/XSAM/otelsql/blob/main/CHANGELOG.md)
- [Commits](XSAM/otelsql@v0.39.0...v0.41.0)

Updates `github.com/ogen-go/ogen` from 1.14.0 to 1.20.1
- [Release notes](https://github.com/ogen-go/ogen/releases)
- [Commits](ogen-go/ogen@v1.14.0...v1.20.1)

Updates `go.opentelemetry.io/otel` from 1.40.0 to 1.41.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-go@v1.40.0...v1.41.0)

Updates `go.opentelemetry.io/otel/metric` from 1.40.0 to 1.41.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-go@v1.40.0...v1.41.0)

Updates `go.opentelemetry.io/otel/trace` from 1.40.0 to 1.41.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-go@v1.40.0...v1.41.0)

---
updated-dependencies:
- dependency-name: github.com/XSAM/otelsql
  dependency-version: 0.41.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: github.com/ogen-go/ogen
  dependency-version: 1.20.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: go.opentelemetry.io/otel
  dependency-version: 1.41.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: go.opentelemetry.io/otel/metric
  dependency-version: 1.41.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: go.opentelemetry.io/otel/trace
  dependency-version: 1.41.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
...

Signed-off-by: dependabot[bot] <support@github.com>
@heppu heppu force-pushed the dependabot/go_modules/all-3f44ac46e6 branch from 8ea8c3d to 6df55ee Compare March 4, 2026 19:49
@heppu heppu merged commit 5b10732 into main Mar 4, 2026
3 checks passed
@heppu heppu deleted the dependabot/go_modules/all-3f44ac46e6 branch March 4, 2026 19:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant