Releases: solarwinds/apm-go
Releases · solarwinds/apm-go
v1.2.0
Upstream OpenTelemetry versions
- OpenTelemetry API/SDK
v1.28.0
New features and improvements
- Add slog.Handler to associate trace context with logs by @swi-jared in #129
- Run tests on Windows in GHA by @swi-jared in #121
Internal changes
- Remove
github.com/pkg/errors
in favor of stdlib by @swi-jared in #119 - Fix typo in lambda README by @swi-jared in #118
- Update README.md by @swi-jared in #120
- Bump go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc from 1.27.0 to 1.28.0 by @dependabot in #116
- Bump go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc from 1.27.0 to 1.28.0 by @dependabot in #113
- Bump github.com/aws/aws-sdk-go-v2/feature/ec2/imds from 1.16.6 to 1.16.11 by @dependabot in #115
- Bump github.com/solarwinds/apm-proto from 1.0.5 to 1.0.6 by @dependabot in #123
- Bump google.golang.org/grpc from 1.64.0 to 1.65.0 by @dependabot in #122
- Bump github.com/aws/smithy-go from 1.20.3 to 1.20.4 by @dependabot in #124
- Bump github.com/aws/aws-sdk-go-v2 from 1.30.3 to 1.30.4 by @dependabot in #128
- Bump github.com/aws/aws-sdk-go-v2/feature/ec2/imds from 1.16.11 to 1.16.12 by @dependabot in #127
- Bump github.com/solarwinds/apm-proto from 1.0.6 to 1.0.7 by @dependabot in #125
- Bump golang.org/x/sys from 0.21.0 to 0.24.0 by @dependabot in #126
Full Changelog: v1.1.0...v1.2.0
v1.1.0
What's Changed
- Fix more test stuff by @tammy-baylis-swi in #86
- Misc test fixes by @tammy-baylis-swi in #88
- [NH-79350] Refactors to remove most global state by @swi-jared in #87
- NH-80156 Rm unnecessary ReporterType by @tammy-baylis-swi in #89
- NH-81286 Remove TypeLayer and SampleSourceLayer by @tammy-baylis-swi in #95
- NH-78295 Split grpcReporter
getSetting
by @tammy-baylis-swi in #97 - Bump github.com/solarwinds/apm-proto from 0.0.0-20231107001908-432e697887b6 to 1.0.5 by @dependabot in #100
- Bump github.com/aws/aws-sdk-go-v2/feature/ec2/imds from 1.16.1 to 1.16.6 by @dependabot in #101
- [NH-81807] Use a default port (443) for collector address by @swi-jared in #102
- Add manual instrumentation examples to README.md by @swi-jared in #104
- [NH-78291] Lambda support by @swi-jared in #106
- Version 1.1.0 by @swi-jared in #111
Full Changelog: v1.0.0...v1.1.0
v1.0.0 General Availability
What's Changed
- NH-66479 Create codeql.yml by @cheempz in #70
- NH-66479 address codeql scan finding by @cheempz in #71
- [NH-78282] Update supported Go versions to 1.22 and 1.21 by @swi-jared in #72
- [NH-78282] Update libraries by @swi-jared in #73
- [NH-78392] Add golangci-lint to GHA by @swi-jared in #74
- [NH-78396] Make span kind prefix uppercase by @swi-jared in #76
- v1.0.0 merge by @swi-jared in #80
Full Changelog: v0.2.0...v1.0.0
v0.2.0 alpha release
- Update dependencies
- Update Go versions
- Misc fixes