Skip to content

Releases: honeycombio/otel-config-go

v1.9.0

15 May 21:04
v1.9.0
cea67d3
Compare
Choose a tag to compare

💥 Breaking Changes 💥

Fixes

  • fix: Don't fatal error when we can return an error (#36) | @kentquirk

Maintenance

  • maint: cleanup go versions (#38) | @vreynolds
  • maint(deps): bump go.opentelemetry.io/otel from 1.14.0 to 1.15.1 (#35)

New Contributors

Full Changelog: v1.8.0...v1.9.0

v1.8.0

20 Apr 18:24
8fadd94
Compare
Choose a tag to compare

Renamed to otel-config-go

How to migrate to otel-config-go from otel-launcher-go

💥 Breaking Changes 💥

Full Changelog: v1.7.0...v1.8.0

v1.7.0

12 Apr 10:27
4d3f570
Compare
Choose a tag to compare

Enhancements

Maintenance

  • ci: add go 1.20 to ci (#25) | @vreynolds
  • maint: add dependabot to project (#22) | @JamieDanielson
  • maint(deps): bump github.com/sethvargo/go-envconfig from 0.8.2 to 0.9.0 (#24)
  • maint(deps): bump google.golang.org/grpc from 1.53.0 to 1.54.0 (#23)

v1.6.0

30 Mar 14:15
17c78d4
Compare
Choose a tag to compare

What's Changed

No changes have been made to the launcher itself since release v0.3.1.
This new version is being used to help with go dependency resolution and conflicts with other packages.
With this new version it should no longer be required to specify the exact version of the launcher to be downloaded.

v0.3.1

27 Mar 18:00
6d8891d
Compare
Choose a tag to compare

What's Changed

🐛 Fixes

  • fix: launcher.WithSampler doesn't get passed all the way through by @thomasdesr in #17

🛠 Maintenance

New Contributors

Full Changelog: v0.3.0...v0.3.1

v0.3.0

02 Mar 16:27
a445cc1
Compare
Choose a tag to compare

v0.3.0 (2023-03-02)

v0.2.0

01 Feb 21:19
bb39aaf
Compare
Choose a tag to compare

What's Changed

  • chore: update otel packages to jan 29th releases by @cartermp in #6
  • rel: prep release v0.2.0 by @cartermp in #8

New Contributors

Full Changelog: v0.1.0...v0.2.0

v0.1.0

19 Jan 13:36
622c03e
Compare
Choose a tag to compare

Initial release.

This has been moved from honeycombio/opentelemetry-go-contrib#400