Removed
- BREAKING Remove support for
OTEL_SEMCONV_STABILITY_OPT_INenvironment variable, legacydb.sql.latencymetric, anddb.statementspan attribute. Only stable Semantic Conventions are now used. (#617)
Changed
Fixed
- Implement
driver.ValidatoronotConnso thatdatabase/sqlconnection pool health checks are properly delegated to the underlying driver connection. (#619) AttributesFromDSNno longer panics on DSNs that wrap a unix-socket path in theprotocol(/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_INenv 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
- @cyrille-leclerc made their first contribution in #606
- @Twister915 made their first contribution in #619
- @SAY-5 made their first contribution in #625
Full Changelog: v0.42.0...v0.43.0