Skip to content

Releases: XSAM/otelsql

Release v0.35.0

11 Oct 20:27
fe9a010
Compare
Choose a tag to compare

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

15 Sep 05:15
2b8369a
Compare
Choose a tag to compare

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)

Release v0.33.0

27 Aug 23:42
4df5352
Compare
Choose a tag to compare

0.33.0 - 2024-08-27

Added

  • WithInstrumentAttributesGetter option provides additional attributes when latency histogram is recorded. (#334)

Changed

  • Upgrade OTel to version v1.29.0/v0.51.0. (#336)

Release v0.32.0

06 Jul 05:27
6bbfcbc
Compare
Choose a tag to compare

0.32.0 - 2024-07-05

Changed

  • Upgrade OTel to version v1.28.0/v0.50.0. (#310)

Release v0.31.0

02 May 23:41
5b6be10
Compare
Choose a tag to compare

0.31.0 - 2024-05-02

Changed

  • Fallback the check of driver.NamedValueChecker to Conn in Stmt. (#243)
    So, the otelsql can keep the original check order in database/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)

Release v0.30.0

15 Apr 17:40
5112030
Compare
Choose a tag to compare

0.30.0 - 2024-04-15

⚠️ Notice ⚠️

The minimum supported Go version is 1.21.

Changed

  • Upgrade OTel to version v1.25.0/v0.47.0. (#238)

Removed

  • Support for Go 1.20. (#239)

Release v0.29.0

26 Feb 18:48
cabe47f
Compare
Choose a tag to compare

0.29.0 - 2024-02-26

Changed

  • Upgrade OTel to version v1.24.0/v0.46.0. (#218)

Release v0.28.0

10 Feb 20:15
baa19d2
Compare
Choose a tag to compare

0.28.0 - 2024-02-10

Added

  • Go 1.22 to supported versions. (#210)

Changed

  • Upgrade OTel to version v1.23.1/v0.45.2. (#209)

Release v0.27.0

15 Dec 17:58
caae1dc
Compare
Choose a tag to compare

0.27.0 - 2023-12-15

Changed

  • Upgrade OTel to version v1.20.0/v0.43.0. (#196)
  • Fixes an issue where db.Close did not call Close on the underlying connector. (#199)
  • Upgrade OTel to version v1.21.0/v0.44.0. (#200)

Release v0.26.0

11 Oct 07:40
dc43389
Compare
Choose a tag to compare

0.26.0 - 2023-10-11

Changed

  • Upgrade OTel to version v1.19.0/v0.42.0. (#190)