Skip to content

Release v0.8.0

Latest
Compare
Choose a tag to compare
@ProtozoaJr ProtozoaJr released this 29 Apr 00:43
· 2 commits to master since this release
9c5dc1b

⚠️ Notice ⚠️

This release is the last to support Go 1.19. The next release will require at least Go 1.21.

Added

  • Add WithPublicEndpoint & WithPublicEndpointFn options. (#43)

Changed

  • Upgrade to v1.24.0 of go.opentelemetry.io/otel. (#41)
  • Upgrade to v1.20.0 of go.opentelemetry.io/otel/semconv. (#41)
  • Adjust Go version for both examples/basic & examples/multi-services to 1.19 & go.opentelemetry.io/otel to v1.24.0. (#41)
  • Update otelhttp version to 0.49.0 since it is the version that uses otel 1.24.0 internally, check here for details. (#42)
  • Set the go versions in compatibility-test.yml to 1.19, 1.20, & 1.21. (#42)
  • Set the sampling strategy to always sample in test cases to avoid random error. (#42)
  • Use otlptrace exporter instead of jaeger exporter in examples/multi-services. (#42)

Removed

  • Remove the deprecated jaeger exporter from examples/multi-services & use otlptrace exporter instead. (#42)
  • Drop support for Go <1.19. (#41)

Full Changelog: v0.7.0...v0.8.0