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)