Skip to content

Release v0.43.0

Latest

Choose a tag to compare

@XSAM XSAM released this 13 Jul 01:41
· 4 commits to main since this release
9648cf1

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

New Contributors

Full Changelog: v0.42.0...v0.43.0