Skip to content

Releases: solarwinds/apm-go

v1.2.0

22 Aug 19:23
6b9420d
Compare
Choose a tag to compare

Upstream OpenTelemetry versions

  • OpenTelemetry API/SDK v1.28.0

New features and improvements

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

22 Jul 22:05
18f5be4
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.0...v1.1.0

v1.0.0 General Availability

22 Apr 18:49
1eb41c4
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.0...v1.0.0

v0.2.0 alpha release

28 Nov 21:01
Compare
Choose a tag to compare
  • Update dependencies
  • Update Go versions
  • Misc fixes