Releases: honeycombio/otel-config-go
Releases · honeycombio/otel-config-go
v1.9.0
💥 Breaking Changes 💥
- maint: drop go 1.18 (#37) | @vreynolds
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
- @kentquirk made their first contribution in #36
Full Changelog: v1.8.0...v1.9.0
v1.8.0
Renamed to otel-config-go
How to migrate to otel-config-go
from otel-launcher-go
💥 Breaking Changes 💥
- maint: Rename to otelconfig by @MikeGoldsmith in #28
Full Changelog: v1.7.0...v1.8.0
v1.7.0
Enhancements
- feat: Allow vendors to set default exporter endpoint (#26) | @MikeGoldsmith
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
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
What's Changed
🐛 Fixes
- fix:
launcher.WithSampler
doesn't get passed all the way through by @thomasdesr in #17
🛠 Maintenance
New Contributors
- @thomasdesr made their first contribution in #17
- @pkanal made their first contribution in #19
Full Changelog: v0.3.0...v0.3.1
v0.3.0
v0.3.0 (2023-03-02)
- Improve behavior for handling custom endpoints (#11) | @JamieDanielson
- Add example and smoke tests (#7) | @JamieDanielson
- Bump OTel dependenceis to latest (#14) | @MikeGoldsmith
- Add explicit version to go get command (#15) | @MikeGoldsmith
v0.2.0
v0.1.0
Initial release.
This has been moved from honeycombio/opentelemetry-go-contrib#400