Skip to content

Release v0.6.0

Compare
Choose a tag to compare
@riandyrn riandyrn released this 01 Apr 21:21
· 107 commits to master since this release
f0638c4

⚠️ 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 and windows. (#32)
  • Add repo essentials docs. (#33)

Changed

  • Upgrade to v5.0.12 of go-chi/chi. (#29)
  • Upgrade to v1.10.0 of go.opentelemetry.io/otel. (#29)
  • Upgrade to v1.12.0 of go.opentelemetry.io/otel/semconv. (#29)
  • Set the required go version for both examples/basic & examples/multi-services to 1.15, go-chi/chi to v5.0.12, & go.opentelemetry.io/otel to v1.10.0 (#35)

New Contributors

Full Changelog: v0.5.2...v0.6.0