Published July 13, 2026 | Version v0.43.0

XSAM/otelsql: Release v0.43.0

Description

Removed

  • BREAKING Remove support for OTEL_SEMCONV_STABILITY_OPT_IN environment variable, legacy db.sql.latency metric, and db.statement span attribute. Only stable Semantic Conventions are now used. (#617)

Changed

  • ~~Upgrade OTel Semconv to v1.40.0.~~ (#606)
  • Upgrade OTel Semconv to v1.44.0. (#615)

Fixed

  • Implement driver.Validator on otConn so that database/sql connection pool health checks are properly delegated to the underlying driver connection. (#619)
  • AttributesFromDSN no longer panics on DSNs that wrap a unix-socket path in the protocol(/path/to.sock) form, e.g. unix(/tmp/mysql.sock)/dbname. The parser now extracts the address from inside the parentheses before splitting on /. (#625)

What's Changed

  • Bump OTel semantic conventions to v1.40.0 by @cyrille-leclerc in https://github.com/XSAM/otelsql/pull/606
  • Update doc for Register by @XSAM in https://github.com/XSAM/otelsql/pull/616
  • implement driver.Validator on otConn by @Twister915 in https://github.com/XSAM/otelsql/pull/619
  • fix: stop AttributesFromDSN panicking on unix-socket DSNs by @SAY-5 in https://github.com/XSAM/otelsql/pull/625
  • Remove OTEL_SEMCONV_STABILITY_OPT_IN env var support by @XSAM in https://github.com/XSAM/otelsql/pull/626
  • Update codecov/codecov-action action to v7 by @renovate[bot] in https://github.com/XSAM/otelsql/pull/630
  • Update opentelemetry-go monorepo by @renovate[bot] in https://github.com/XSAM/otelsql/pull/615
  • Update actions/upload-artifact action to v7.0.1 by @renovate[bot] in https://github.com/XSAM/otelsql/pull/622
  • Update actions/cache action to v6 by @renovate[bot] in https://github.com/XSAM/otelsql/pull/634
  • Update actions/setup-go action to v6.5.0 by @renovate[bot] in https://github.com/XSAM/otelsql/pull/593
  • Update actions/checkout action to v6.0.3 by @renovate[bot] in https://github.com/XSAM/otelsql/pull/597
  • Update actions/checkout action to v7 by @renovate[bot] in https://github.com/XSAM/otelsql/pull/635
  • Update module github.com/golangci/golangci-lint/v2 to v2.12.2 by @renovate[bot] in https://github.com/XSAM/otelsql/pull/627
  • Update module golang.org/x/sys to v0.47.0 by @renovate[bot] in https://github.com/XSAM/otelsql/pull/636
  • Skip worktree directories when discovering Go modules by @XSAM in https://github.com/XSAM/otelsql/pull/637
  • Releasing v0.43.0 by @XSAM in https://github.com/XSAM/otelsql/pull/638

New Contributors

  • @cyrille-leclerc made their first contribution in https://github.com/XSAM/otelsql/pull/606
  • @Twister915 made their first contribution in https://github.com/XSAM/otelsql/pull/619
  • @SAY-5 made their first contribution in https://github.com/XSAM/otelsql/pull/625

Full Changelog: https://github.com/XSAM/otelsql/compare/v0.42.0...v0.43.0

Files

XSAM/otelsql-v0.43.0.zip

Files (136.0 kB)

Name Size Download all
md5:c36e13fc0f3366bc44a57d1297fb0c5d
136.0 kB Preview Download

Additional details

Related works

Is supplement to
Software: https://github.com/XSAM/otelsql/tree/v0.43.0 (URL)

Software