Releases: XSAM/otelsql
Releases · XSAM/otelsql
Release v0.35.0
Changed
- Upgrade OTel to version
v1.31.0/v0.53.0
. (#374)
What's Changed
- Update module github.com/XSAM/otelsql to v0.34.0 by @renovate in #363
- Update module github.com/klauspost/compress to v1.17.10 by @renovate in #365
- Update codecov/codecov-action action to v4.6.0 by @renovate in #368
- Update module golang.org/x/sys to v0.26.0 by @renovate in #371
- Update module golang.org/x/net to v0.30.0 by @renovate in #370
- Update module google.golang.org/protobuf to v1.35.1 by @renovate in #372
- Update opentelemetry-go monorepo by @renovate in #374
- Release v0.35.0 by @XSAM in #375
Full Changelog: v0.34.0...v0.35.0
Release v0.34.0
The minimum supported Go version is 1.22
.
Added
- Go
1.23
to supported versions. (#361)
Changed
-
The
Open
method uses thedataSourceName
when callingsql.Open
. (#359)This change improves compatibility with certain drivers that perform a verification of the
dataSourceName
before establishing a connection. -
Upgrade OTel to version
v1.30.0/v0.52.0
. (#356)
Removed
- Support for Go
1.21
. (#356)
Release v0.33.0
Release v0.32.0
Release v0.31.0
0.31.0 - 2024-05-02
Changed
- Fallback the check of
driver.NamedValueChecker
to Conn in Stmt. (#243)
So, theotelsql
can keep the original check order indatabase/sql
for value checkers in the following order,
stopping at the first found match:Stmt.NamedValueChecker
,Conn.NamedValueChecker
. - Upgrade OTel to version
v1.26.0/v0.48.0
. (#244)