Skip to content

Releases: XSAM/otelsql

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)

Release v0.25.0

18 Sep 02:20
4086a04
Compare
Choose a tag to compare

0.25.0 - 2023-09-18

⚠️ Notice ⚠️

This update contains a breaking change of the type of SpanNameFormatter. If you use SpanNameFormatter in your code, you need to change the type of SpanNameFormatter to function.

The minimum supported Go version is 1.20.

Changed

  • Upgrade OTel to version v1.18.0/v0.41.0. (#184)
  • The type of SpanNameFormatter has been changed to function for easier use. (#185)

Removed

  • Support for Go 1.19. (#186)

Release v0.24.0

08 Sep 18:29
300ce6d
Compare
Choose a tag to compare

0.24.0 - 2023-09-08

Added

  • SpanFilter configuration in SpanOptions to filter spans creation. (#174)
  • Go 1.21 to supported versions. (#180)

Changed

  • Upgrade OTel to version v1.17.0/v0.40.0. (#181)

Release v0.23.0

23 May 01:14
2956a1e
Compare
Choose a tag to compare

0.23.0 - 2023-05-22

Changed

  • Upgrade OTel to version 1.16.0/0.39.0. (#170)

Release v0.22.0

29 Apr 06:50
0de1be7
Compare
Choose a tag to compare

0.22.0 - 2023-04-28

⚠️ Notice ⚠️

The minimum supported Go version is 1.19.

Changed

  • Upgrade OTel to version 1.15.0/0.38.0. (#163)

Removed

  • Support for Go 1.18. Support is now only for Go 1.19 and Go 1.20. (#164)