Skip to content

Release v0.25.0

Compare
Choose a tag to compare
@XSAM XSAM released this 18 Sep 02:20
· 74 commits to main since this release
4086a04

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)