Releases: honeycombio/honeycomb-opentelemetry-dotnet
Releases · honeycombio/honeycomb-opentelemetry-dotnet
v1.5.0
What's Changed
💡 Enhancements
- feat: support classic ingest keys by @brookesargent in #371
New Contributors
- @brookesargent made their first contribution in #371
Full Changelog: v1.4.0...v1.5.0
v1.4.0
What's Changed
🛠 Maintenance
- maint: update codeowners to pipeline by @JamieDanielson in #362
- maint: update codeowners to pipeline-team by @JamieDanielson in #363
- maint: Bump OpenTelemetry dependencies by @MikeGoldsmith in #365
- rel: Prepare 1.4.0/0.28.0-beta release by @MikeGoldsmith in #367
🤷 Other Changes
- maint: Bump Microsoft.Extensions.Configuration.Json from 6.0.0 to 7.0.0 by @dependabot in #330
- maint(deps): bump System.Text.Json from 6.0.6 to 7.0.2 by @dependabot in #343
- maint(deps): bump Microsoft.NET.Test.Sdk from 17.4.1 to 17.5.0 by @dependabot in #344
- maint(deps): bump OpenTelemetry.Instrumentation.EntityFrameworkCore from 1.0.0-beta.5 to 1.0.0-beta.6 by @dependabot in #346
- docs: Update README with details on SDK builder overwriting issue by @MikeGoldsmith in #351
- maint(deps): bump Microsoft.NET.Test.Sdk from 17.5.0 to 17.6.3 by @dependabot in #359
- maint(deps): bump coverlet.collector from 3.2.0 to 6.0.1 by @dependabot in #366
- maint(deps): bump System.Text.Json from 7.0.2 to 7.0.3 by @dependabot in #360
Full Changelog: v1.3.1...v1.4.0
v1.3.1/v0.27.1-beta
What's Changed
🐛 Fixes
- fix: De-bump Npgsql.OpenTelemetry to work with LTS EntityFramework by @JamieDanielson in #348
Full Changelog: v1.3.0...v1.3.1
v1.3.0/v0.27.0-beta
What's Changed
💥 Breaking Changes 💥
- maint: Rename AutoInstrumentations package by @MikeGoldsmith in #327
Honeycomb.OpenTelemetry.AutoInstrumentations
->Honeycomb.OpenTelemetry.CommonInstrumentations
AddAutoInstrumentations
->AddCommonInstrumentations
- maint: Update OpenTelemetry instrumentation packages by @MikeGoldsmith in #334
AddOpenTelemetryTracing
->AddOpenTelemetry().WithTracing
AddOpenTelemetryMetrics
->AddOpenTelemetry().WithMetrics
🛠 Maintenance
- maint: new signed snkgpg, use long cmd lines for clarity by @JamieDanielson in #341
- maint(deps): bump Microsoft.NET.Test.Sdk from 17.3.2 to 17.4.1 by @dependabot in #336
- maint(deps): bump OpenTelemetry.Instrumentation.StackExchangeRedis from 1.0.0-rc9.7 to 1.0.0-rc9.8 by @dependabot in #345
Full Changelog: v1.2.1...v1.3.0
v1.2.1v/0.26.1-beta
Fixes
- Only add Redis instrumentation if connection found in DI (#323) | @MikeGoldsmith
[1.2.0/0.26.0-beta] - 2022-11-16
Enhancements
- Support IConfiguration with Honeycomb Options (#317) | @pjwilliams2
Maintenance
- Remove step from releasing (#312) | @vreynolds
- Update README.md (#313) | @isaacabraham
- Fix metrics smoke tests (#320) | @pkanal
Dependencies
- Bump instrumentation pacakges to 1.0.0-rc9.9 (#318)
- Update aspnetcore instrumentation to 1.0.0-rc9.9 (#319)
- Bump OpenTelemetry.Instrumentation.MySqlData from 1.0.0-beta.3 to 1.0.0-beta.4 (#314)
- Bump OpenTelemetry.Instrumentation.AspNet from 1.0.0-rc9.5 to 1.0.0-rc9.6 (#289)
- Bump Microsoft.NET.Test.Sdk from 17.3.1 to 17.3.2 (#315)
- Bump coverlet.collector from 3.1.2 to 3.2.0 (#316)
v1.2.0/v0.26.0-beta
What's Changed
Enhancements
- Support IConfiguration with Honeycomb Options (#317) | @pjwilliams2
Maintenance
- Remove step from releasing (#312) | @vreynolds
- Update README.md (#313) | @isaacabraham
- Fix metrics smoke tests (#320) | @pkanal
Dependencies
- Bump instrumentation pacakges to 1.0.0-rc9.9 (#318)
- Update aspnetcore instrumentation to 1.0.0-rc9.9 (#319)
- Bump OpenTelemetry.Instrumentation.MySqlData from 1.0.0-beta.3 to 1.0.0-beta.4 (#314)
- Bump OpenTelemetry.Instrumentation.AspNet from 1.0.0-rc9.5 to 1.0.0-rc9.6 (#289)
- Bump Microsoft.NET.Test.Sdk from 17.3.1 to 17.3.2 (#315)
- Bump coverlet.collector from 3.1.2 to 3.2.0 (#316)
Full Changelog: v1.1.0...v1.2.0
v1.1.0/v0.25.0-beta
What's Changed
🐛 Fixes
- De-bump Npgsql.OpenTelemetry to 6.0.7 to avoid collisions with LTS entityframework by @cartermp in #298
🛠 Maintenance
- [ci] Fix nightly build by @pkanal in #294
- maint: add new project workflow by @vreynolds in #295
- Update OTel hosting & instrumentation packages by @MikeGoldsmith in #306
- Add F# example? ( ・ω・) by @cartermp in #296
Full Changelog: v1.0.0...v1.1.0
v1.0.0/v0.24.0-beta
[1.0.0/0.24.0-beta] - 2022-09-30
!!! Breaking Changes !!!
Enhancements
- Add support for
OTEL_SERVICE_NAME
environment variable (#245) | @pkanal - Attempt to match Java distro resources (#249) | @cartermp
- Don't bundle instrumentation packages in distro (#250) | @MikeGoldsmith
- Support debug option (#254) | @cartermp
- Add AspNetCore instrumentation extension to add baggage to new spans (#255) | @MikeGoldsmith
- Set options with environment variables if they're present (#261) | @cartermp
- Add Honeycomb.OpenTelemetry.Autoinstrumentations #270 | @cartermp
- Append /v1/metrics to endpoint path if the protocol is HTTP (#284) | @pkanal
- Append /v1/traces path to http endpoint (#279) | @pkanal
- Remove custom command line argument parsing (#282) | @MikeGoldsmith
- Add ConfigurationManager extensions methods (#280) | @MikeGoldsmith
- Move extensions into owning class namespace & rename add instrumentations ext method (#276)
- Add HONEYCOMB prefix to local visualizations env var (#275) | @cartermp
Maintenance
- Specify OTel version in README (#246) | @pkanal
- Add grpc smoke tests (#264) | @pkanal
- Add http/protobuf smoke tests (#263) | @pkanal
- Add make targets for smoke tests & set up CI smoke tests (#268) | @pkanal
- Dockerize example and prep for smoke tests, target .NET6 (#243) | @JamieDanielson
- Add Redis instrumentation example app (#242) | @JamieDanielson
- Move aspnetcore samples to modern .NET 6-style apps (#271) | @cartermp
- Minor code formatting (#260) | @cartermp
- Idiomatic code formatting (#247) | @cartermp
- Add Tracer to DI in aspnet examples (#262) | @MikeGoldsmith
- Update aspnetcore example to send metrics (#281) | @MikeGoldsmith
- Update CircleCI config to publish tags correctly (#286) | @pkanal
Dependencies
v0.23.0-beta
Enhancements
Maintenance
- Update minimum target framework from net461 to net462 (#226) | @vreynolds
- Bump OpenTelemetry.Instrumentation.AspNet from 1.0.0-rc9.1 to 1.0.0-rc9.5 (#224) | dependabot
- Bump Microsoft.NET.Test.Sdk from 17.1.0 to 17.2.0 (#221) | dependabot
New Contributors
Full Changelog: v0.22.0-beta...v0.23.0-beta
v0.22.0-beta
Enhancements
- Add OTLP version to headers (HTTP & gRPC) (#205) | @MikeGoldsmith
Maintenance
- Update README to point to docs website for setup instructions (#208) | @MikeGoldsmith
- Bump otel dependencies #213 | @MikeGoldsmith
- Bump Microsoft.NET.Test.Sdk from 17.0.0 to 17.1.0 (#195)