Skip to content

build(deps): bump github.com/XSAM/otelsql from 0.32.0 to 0.40.0#273

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/go_modules/github.com/XSAM/otelsql-0.40.0
Open

build(deps): bump github.com/XSAM/otelsql from 0.32.0 to 0.40.0#273
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/go_modules/github.com/XSAM/otelsql-0.40.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Sep 8, 2025

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

Release notes

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

Release v0.40.0

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

Added

Changed

  • Upgrade OTel to v1.38.0/v0.60.0. (#510)

What's Changed

Full Changelog: XSAM/otelsql@v0.39.0...v0.40.0

Release v0.39.0

[!WARNING] The new introduced OTEL_SEMCONV_STABILITY_OPT_IN environment variable will be supported for at least six months from this release. After this period, support for legacy metrics and Semantic Conventions v1.24.0 may be removed in the next release.

You can start the migration to the new Semantic Conventions v1.30.0 by setting the OTEL_SEMCONV_STABILITY_OPT_IN=database/dup or OTEL_SEMCONV_STABILITY_OPT_IN=database environment variable in your application.

See also the Semantic conventions for database client metrics.

Added

  • Support to emit query related attributes for the v1.24.0 and v1.30.0 semantic conventions based on the value of the OTEL_SEMCONV_STABILITY_OPT_IN environment variable. (#478)

    • database/dup: Emit both db.statement and db.query.text attributes.
    • database: Emit db.query.text attribute.
    • by default: Emit db.statement attribute.

... (truncated)

Changelog

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

[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)

[0.39.0] - 2025-06-05

[!WARNING] The new introduced OTEL_SEMCONV_STABILITY_OPT_IN environment variable will be supported for at least six months from this release. After this period, support for legacy metrics and Semantic Conventions v1.24.0 may be removed in the next release.

You can start the migration to the new Semantic Conventions v1.30.0 by setting the OTEL_SEMCONV_STABILITY_OPT_IN=database/dup or OTEL_SEMCONV_STABILITY_OPT_IN=database environment variable in your application.

See also the Semantic conventions for database client metrics.

Added

  • Support to emit query related attributes for the v1.24.0 and v1.30.0 semantic conventions based on the value of the OTEL_SEMCONV_STABILITY_OPT_IN environment variable. (#478)

    • database/dup: Emit both db.statement and db.query.text attributes.
    • database: Emit db.query.text attribute.
    • by default: Emit db.statement attribute.
  • New db.client.operation.duration metric following OpenTelemetry semantic conventions. (#480)

  • Support for configuring metrics behavior based on OTEL_SEMCONV_STABILITY_OPT_IN setting. (#480)

    • database/dup: Emit both legacy latency and new duration db.client.operation.duration metrics.
    • database: Emit new duration db.client.operation.duration metric.
    • by default: Emit only the legacy latency metric.

Changed

  • Upgrade semantic conventions to semconv/v1.30.0. (#478)
  • Improve memory usage when recording metrics or creating spans. (#497)
  • Upgrade OTel to v1.36.0/v0.58.0. (#495)

Fixed

  • Data race issues when recording metrics or creating spans. (#497)

[0.38.0] - 2025-03-26

Added

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

Bumps [github.com/XSAM/otelsql](https://github.com/XSAM/otelsql) from 0.32.0 to 0.40.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.40.0)

---
updated-dependencies:
- dependency-name: github.com/XSAM/otelsql
  dependency-version: 0.40.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 Sep 8, 2025
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