Release v0.6.0
⚠️ Notice ⚠️
This release is the last to support Go 1.15
. The next release will require at least Go 1.18
.
Added
- Add
WithTraceIDResponseHeader
option to enable adding trace id into response header. (#36) - Add multiple go versions test scripts for local and CI pipeline. (#29)
- Add compatibility testing for
ubuntu
,macos
andwindows
. (#32) - Add repo essentials docs. (#33)
Changed
- Upgrade to
v5.0.12
ofgo-chi/chi
. (#29) - Upgrade to
v1.10.0
ofgo.opentelemetry.io/otel
. (#29) - Upgrade to
v1.12.0
ofgo.opentelemetry.io/otel/semconv
. (#29) - Set the required go version for both
examples/basic
&examples/multi-services
to1.15
,go-chi/chi
tov5.0.12
, &go.opentelemetry.io/otel
tov1.10.0
(#35)
New Contributors
- @badygin-yakov made their first contribution in #23
- @ilhamsyahids made their first contribution in #34
- @ProtozoaJr made their first contribution in #36
Full Changelog: v0.5.2...v0.6.0