Skip to content

Release v0.17.0

Compare
Choose a tag to compare
@XSAM XSAM released this 21 Oct 02:21
· 135 commits to main since this release
7df8b63

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)