Skip to content

Releases: XSAM/otelsql

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)

Release v0.21.0

16 Apr 21:45
9fd30f2
Compare
Choose a tag to compare

0.21.0 - 2023-04-16

⚠️ Notice ⚠️

This update contains a breaking change of correcting the behavior of returning driver.ErrSkip when not permitted by sql/driver.

  • If your driver uses the old sql/driver interfaces, which does not use the Context as a parameter, this update may let your driver work with this library.
  • If your driver uses the new sql/driver interfaces, which use the Context as a parameter, this update should not affect your code.

Changed

  • Avoid returning driver.ErrSkip when not permitted by sql/driver. (#153)
  • Upgrade all semconv packages to use v1.18.0. (#156)

Release v0.20.0

03 Mar 03:35
0bccc02
Compare
Choose a tag to compare

0.20.0 - 2023-03-02

Changed

  • Upgrade OTel to version 1.14.0/0.37.0. (#150)

Release v0.19.0

13 Feb 10:02
f054069
Compare
Choose a tag to compare

0.19.0 - 2023-02-13

Added

  • Go 1.20 to supported versions. (#146)

Changed

  • Upgrade OTel to version 1.13.0/0.36.0. (#145)

Release v0.18.0

01 Feb 08:35
dd2cb66
Compare
Choose a tag to compare

0.18.0 - 2023-02-01

Changed

  • Upgrade OTel to version 1.12.0/0.35.0. (#139)
  • Upgrade all semconv packages to use v1.17.0. (#141)

Release v0.17.1

13 Dec 05:33
93b76ab
Compare
Choose a tag to compare

0.17.1 - 2022-12-13

Changed

  • Upgrade OTel to version 1.11.2/0.34.0. (#134)

Release v0.17.0

21 Oct 02:21
7df8b63
Compare
Choose a tag to compare

0.17.0 - 2022-10-21

⚠️ Notice ⚠️

The minimum supported Go version is 1.18.

Added

  • Go 1.19 to supported versions. (#118)
  • WithAttributesGetter option provides additional attributes on spans creation. (#125)

Changed

  • Upgrade OTel to version 1.10.0. (#119)

  • Upgrade OTel to version 1.11.0/0.32.3. (#122)

  • Upgrade OTel to version 1.11.1/0.33.0. (#126)

    This OTel release contains a feature that the go.opentelemetry.io/otel/exporters/prometheus exporter now adds a unit suffix to metric names. This can be disabled using the WithoutUnits() option added to that package.

Removed

  • Support for Go 1.17. Support is now only for Go 1.18 and Go 1.19. (#123)