Skip to content

Latest commit

 

History

History
154 lines (92 loc) · 5.23 KB

CHANGELOG.md

File metadata and controls

154 lines (92 loc) · 5.23 KB

Honeycomb OpenTelemetry Distro Changelog

v0.7.0 (2023-06-02)

💥 Breaking Changes 💥

Packages for the Metrics API have been moved as the API implementation has stablized in OTel Go v1.16.0.

  • go.opentelemetry.io/otel/metric/global -> go.opentelemetry.io/otel
  • go.opentelemetry.io/otel/metric/instrument -> go.opentelemetry.io/otel/metric

Imports of these packages in your application will need to be updated.

Maintenance

  • maint(deps): bump github.com/honeycombio/otel-config-go from 1.9.0 to 1.10.0 (#148)
    • includes: bump otel from 1.15.1/0.38.1 to 1.16.0/0.39.0

v0.6.0 (2023-05-16)

💥 Breaking Changes 💥

Maintenance

  • maint: bump otel from 1.14.0 to 1.15.1 (#145)

v0.5.4 (2023-04-20)

Maintenance

  • maint: Update launcher & set default endpoint (#135) | @MikeGoldsmith

v0.5.3 (2023-04-12)

Maintenance

v0.5.2 (2023-04-05)

Maintenance

v0.5.1 (2023-03-28)

Maintenance

v0.5.0 (2023-03-02)

Maintenance

  • chore: Rename webapp example to baggage, give it a module (#116) | @cartermp
  • maint: Add go.work to manage multiple modules (#117) | @cartermp
  • maint(deps): update otel deps to 1.14.0, launcher to 0.3.0 (#125) | @JamieDanielson
  • maint(deps): bump github.com/stretchr/testify from 1.8.1 to 1.8.2 (#123)
  • build(deps): bump golang.org/x/net from 0.4.0 to 0.7.0 in /examples/webhook-listener-triggers (#120)
  • build(deps): bump golang.org/x/net from 0.4.0 to 0.7.0 in /examples/baggage (#119)
  • maint(deps): bump golang.org/x/net from 0.4.0 to 0.7.0 (#118)

v0.4.2 (2023-02-01)

Maintenance

  • chore: update to latest launcher and otel pkgs (#114) | @cartermp

v0.4.1 (2023-01-19)

Fixes

  • Use configured logger to print messages (#103) | @martin308

Maintenance

v0.4.0 (2023-01-04)

Fixes

  • Don't error on misconfiguration; warn instead (#98) | @cartermp

Maintenance

v0.3.0 (2022-10-31)

Changes

  • Minimum required Go version is 1.18 (#84)

Maintenance

  • Remove timestamp field from example trigger hook (#81) | @passcod
  • Update launcher to latest (#80, #86) | @MikeGoldsmith @vreynolds
    • fix unconditional debug statements
    • update OTEL packages
  • Bump go.opentelemetry.io/otel/exporters/stdout/stdouttrace from 1.9.0 to 1.11.1 (#84)
  • Bump go.opentelemetry.io/otel/sdk from 1.9.0 to 1.10.0 (#76)

v0.2.0 (2022-08-24)

Enhancements

  • Add local visualizations exporter (#66) | @cartermp
  • Add support for separate traces and metrics API key and dataset (#72) | @MikeGoldsmith
  • Disable metrics by default (#70) | @MikeGoldsmith
  • Add support for Honeycomb endpoint environment variables (#65) | @MikeGoldsmith
  • Add OTLP version header (#64) | @vreynolds

Maintenance

v0.1.2 (2022-08-17)

Fixed

  • Set base exporter endpoint when setting up vendor opts (#56) | @MikeGoldsmith
  • Set log level to debug when debug option is set (#55) | @MikeGoldsmith

Maintenance

v0.1.1 (2022-08-12)

Fixed

Maintenance

  • Update README to clarify where most of the code lives (#45) | @cartermp

v0.1.0 (2022-08-12)

Initial release