Skip to content

chore(deps): bump github.com/XSAM/otelsql from 0.32.0 to 0.42.0 - #378

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/github.com/XSAM/otelsql-0.42.0
Open

chore(deps): bump github.com/XSAM/otelsql from 0.32.0 to 0.42.0#378
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/github.com/XSAM/otelsql-0.42.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Apr 21, 2026

Copy link
Copy Markdown
Contributor

Bumps github.com/XSAM/otelsql from 0.32.0 to 0.42.0.

Release notes

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

Release v0.42.0

⚠️ Notice ⚠️

This is the last release that will support the OTEL_SEMCONV_STABILITY_OPT_IN environment variable, legacy metrics, and Semantic Conventions v1.24.0.

Added

Changed

  • Upgrade OTel to v1.42.0. (#599)

Removed

What's Changed

Full Changelog: XSAM/otelsql@v0.41.0...v0.42.0

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

... (truncated)

Changelog

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

[0.42.0] - 2026-03-30

⚠️ Notice ⚠️

This is the last release that will support the OTEL_SEMCONV_STABILITY_OPT_IN environment variable, legacy metrics, and Semantic Conventions v1.24.0.

Added

  • [Go 1.26] to supported versions. (#611)

Changed

  • Upgrade OTel to v1.42.0. (#599)

Removed

  • Drop support for [Go 1.24]. (#611)

[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].

... (truncated)

Commits

Dependabot compatibility score

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 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.

Bumps [github.com/XSAM/otelsql](https://github.com/XSAM/otelsql) from 0.32.0 to 0.42.0.
- [Release notes](https://github.com/XSAM/otelsql/releases)
- [Changelog](https://github.com/XSAM/otelsql/blob/main/CHANGELOG.md)
- [Commits](XSAM/otelsql@v0.32.0...v0.42.0)

---
updated-dependencies:
- dependency-name: github.com/XSAM/otelsql
  dependency-version: 0.42.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Apr 21, 2026
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.

0 participants