Skip to content

Release v0.10.0

Latest
Compare
Choose a tag to compare
@ilhamsyahids ilhamsyahids released this 17 Sep 16:00
c2de3c7

⚠️ Notice ⚠️

We have updated the project minimum supported Go version to 1.22

Added

  • Add WithTraceResponseHeaders option to include trace information in response headers, this option replaces the deprecated WithTraceIDResponseHeader option. ([#62])

Changed

  • Upgrade go.opentelemetry.io/otel, go.opentelemetry.io/otel/sdk, & go.opentelemetry.io/otel/trace to v1.30.0. ([#64])
  • Set the go versions for testing in both Makefile & compatibility-test.yml to 1.22 & 1.23. ([#64])

Fixed

  • Fix Gobrew installation in CI pipeline. ([#63])

Removed

  • Drop support for Go 1.21. ([#64])
  • Deprecated WithTraceIDResponseHeader option, use WithTraceResponseHeaders instead. ([#62])

New Contributors

Full Changelog: v0.9.0...v0.10.0