Skip to content

build(deps): bump github.com/XSAM/otelsql from 0.43.0 to 0.44.0 in /go/fiber-postgres - #375

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

dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/go/fiber-postgres/github.com/XSAM/otelsql-0.44.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 10, 2026

Copy link
Copy Markdown
Contributor

Bumps github.com/XSAM/otelsql from 0.43.0 to 0.44.0.

Release notes

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

Release v0.44.0

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

Added

  • Support testing of Go 1.27. (#650)
  • Add WithSpanErrorAttributesGetter option to set additional attributes (e.g., db.response.status_code) on spans when an operation returns an error. (#651)
  • Add SpanOptions.RowsChildOfQuery to create sql.rows spans as children of the sql.conn.query or sql.stmt.query span that produced them, so concurrent queries can be correlated with their result iteration. (#652)
  • Support driver.RowsColumnScanner on Go 1.27. (#649)

Changed

  • Replace ErrorTypeAttributes with ErrorTypeAttribute to avoid allocating an additional slice. (#643)
  • Upgrade OTel to v1.46.0. (#644)

Fixed

  • db.client.operation.duration histogram now uses the explicit bucket boundaries recommended by the OTel Semantic Conventions (0.001 to 10 seconds) instead of the SDK defaults, which placed virtually all database operations in the first bucket. (#632)

What's Changed

New Contributors

Full Changelog: XSAM/otelsql@v0.43.0...v0.44.0

Changelog

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

[0.44.0] - 2026-09-06

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

Added

  • Support testing of [Go 1.27]. (#650)
  • Add WithSpanErrorAttributesGetter option to set additional attributes (e.g., db.response.status_code) on spans when an operation returns an error. (#651)
  • Add SpanOptions.RowsChildOfQuery to create sql.rows spans as children of the sql.conn.query or sql.stmt.query span that produced them, so concurrent queries can be correlated with their result iteration. (#652)
  • Support driver.RowsColumnScanner on [Go 1.27]. (#649)

Changed

  • Replace ErrorTypeAttributes with ErrorTypeAttribute to avoid allocating an additional slice. (#643)
  • Upgrade OTel to v1.46.0. (#644)

Fixed

  • db.client.operation.duration histogram now uses the explicit bucket boundaries recommended by the OTel Semantic Conventions (0.001 to 10 seconds) instead of the SDK defaults, which placed virtually all database operations in the first bucket. (#632)
Commits
  • 5c3d0aa Release v0.44.0 (#654)
  • aeca9a1 Fix OpenTelemetry release note wording (#653)
  • a7f3be3 Support RowsColumnScanner on Go 1.27 (#649)
  • f1fb0b8 Add SpanOptions.RowsChildOfQuery to make sql.rows spans children of query spa...
  • dd18659 Update actions/setup-go action to v7 (#639)
  • e899e09 Update actions/checkout action to v7.0.1 (#640)
  • 97ff1d0 Add WithSpanErrorAttributesGetter to set error attributes on spans (#651)
  • 59ba93b Support Go 1.27 (#650)
  • f71ab21 Update opentelemetry-go monorepo (#644)
  • c4ac030 Update module github.com/golangci/golangci-lint/v2 to v2.13.2 (#648)
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Sep 10, 2026
Bumps [github.com/XSAM/otelsql](https://github.com/XSAM/otelsql) from 0.43.0 to 0.44.0.
- [Release notes](https://github.com/XSAM/otelsql/releases)
- [Changelog](https://github.com/XSAM/otelsql/blob/main/CHANGELOG.md)
- [Commits](XSAM/otelsql@v0.43.0...v0.44.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/go_modules/go/fiber-postgres/github.com/XSAM/otelsql-0.44.0 branch from eacde61 to 660270f Compare September 20, 2026 07:51
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