Release v0.8.0
⚠️ 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
ofgo.opentelemetry.io/otel
. (#41) - Upgrade to
v1.20.0
ofgo.opentelemetry.io/otel/semconv
. (#41) - Adjust Go version for both
examples/basic
&examples/multi-services
to1.19
&go.opentelemetry.io/otel
tov1.24.0
. (#41) - Update otelhttp version to
0.49.0
since it is the version that uses otel1.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 ofjaeger
exporter inexamples/multi-services
. (#42)
Removed
- Remove the deprecated
jaeger
exporter fromexamples/multi-services
& useotlptrace
exporter instead. (#42) - Drop support for Go
<1.19
. (#41)
Full Changelog: v0.7.0...v0.8.0