Skip to content

Release v0.34.0

Compare
Choose a tag to compare
@XSAM XSAM released this 15 Sep 05:15
· 9 commits to main since this release
2b8369a

The minimum supported Go version is 1.22.

Added

  • Go 1.23 to supported versions. (#361)

Changed

  • The Open method uses the dataSourceName when calling sql.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)