Skip to content

Releases: honeycombio/otel-config-go

v1.15.0

10 Apr 21:58
dc8f894
Compare
Choose a tag to compare

What's Changed

💥 Breaking Changes 💥

🛠 Maintenance

New Contributors

Full Changelog: v1.14.0...v1.15.0

v1.14.0

01 Mar 16:20
v1.14.0
bc52e3a
Compare
Choose a tag to compare

Enhancements

  • feat: Populate headers from specified environment variables (#99) | @smoyer64
  • feat: Add additional tests for handling OTel env vars for signal generic and specific exporter headers (#106) | @MikeGoldsmith

Fixes

Maintenance

  • maint: upload test results to CircleCI & add Go 1.22 to test matrix (#108) | @robbkidd
  • maint: update codeowners to pipeline-team (#97) | @JamieDanielson
  • maint: update codeowners to pipeline (#96) | @JamieDanielson
  • maint(deps): bump go.opentelemetry.io/proto/otlp from 1.0.0 to 1.1.0 (#105) | @dependabot
  • maint(deps): bump go.opentelemetry.io/otel from 1.21.0 to 1.22.0 (#102) | @dependabot
  • maint(deps): bump google.golang.org/grpc from 1.60.1 to 1.61.0 (#103) | @dependabot
  • maint(deps): bump google.golang.org/grpc from 1.59.0 to 1.60.1 (#100) | @dependabot

v1.13.1

05 Dec 09:33
34597f2
Compare
Choose a tag to compare

Fixes

Maintenance

v1.13.0

22 Nov 19:36
cbe60aa
Compare
Choose a tag to compare

💥 Breaking Changes 💥

The OpenTelemetry SDK moved the metrics packages into the main SDK packages with the latest release as it's now GA.
If you used the metrics packages, you may need to update your import paths to reflect the new package.

Additionally, the OpenTelenetry SDK's minimum Go version is now 1.20.

Maintenance

v1.12.1

21 Sep 20:03
v1.12.1
6cf5277
Compare
Choose a tag to compare

What's Changed

🛠 Maintenance

Full Changelog: v1.12.0...v1.12.1

v1.12.0

15 Aug 15:36
ee962af
Compare
Choose a tag to compare

What's Changed

💥 Breaking Changes 💥

In previous versions, incompatible resource configurations would fail silently.
Now an error is returned so it is clear when configuration is incompatible.

💡 Enhancements

🛠 Maintenance

  • maint: Match semantic convention version to SDK semantic conventions by @JamieDanielson in #60

New Contributors

Full Changelog: v1.11.0...v1.12.0

v1.11.0

28 Jul 20:22
v1.11.0
a5de205
Compare
Choose a tag to compare

Enahncements

Maintenance

  • docs: Update WithExporterProtocol in README.md (#54) | @NicholasGWK
  • maint: update ubuntu and collector versions in CI (#53) | @JamieDanielson
  • maint(deps): bump google.golang.org/grpc from 1.56.2 to 1.57.0 (#56)
  • maint(deps): bump go.opentelemetry.io/proto/otlp from 0.19.0 to 1.0.0 (#55)

New Contributors

Full Changelog: v1.10.0...v1.11.0

v1.10.0

31 May 21:21
9731d1c
Compare
Choose a tag to compare

💥 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.

Fixes

Fix for the breaking change described above where go.opentelemetry.io/otel/metric/global cannot be found for otel-config-go.
The dependency update for otel packages in #40 below—thanks, Justin Burnham!—includes an update to our import of the metrics package.

Maintenance

  • maint(deps): bump go.opentelemetry.io/otel from 1.15.1 to 1.16.0 by @jburnham in #40
  • maint(deps): bump github.com/stretchr/testify from 1.8.2 to 1.8.4 by @dependabot in #44

New Contributors

Full Changelog: v1.9.0...v1.10.0

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