Skip to content

Commit 007f3bf

Browse files
chore: remove SemVersion from instrumentation/github.com/aws/aws-sdk-go-v2/otelaws/test (#7077)
Co-authored-by: Tyler Yahn <[email protected]>
1 parent 12c34ce commit 007f3bf

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
2121
### Changed
2222

2323
- Jaeger remote sampler's probabilistic strategy now uses the same sampling algorithm as `trace.TraceIDRatioBased` in `go.opentelemetry.io/contrib/samplers/jaegerremote`. (#6892)
24+
- The deprecated `SemVersion` function is removed in `go.opentelemetry.io/contrib/instrumentation/github.com/aws/aws-sdk-go-v2/otelaws/test` package. Use `Version` instead.
2425

2526
### Fixed
2627

instrumentation/github.com/aws/aws-sdk-go-v2/otelaws/test/version.go

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,3 @@ func Version() string {
88
return "0.60.0"
99
// This string is updated by the pre_release.sh script during release
1010
}
11-
12-
// SemVersion is the semantic version to be supplied to tracer/meter creation.
13-
//
14-
// Deprecated: Use [Version] instead.
15-
func SemVersion() string {
16-
return Version()
17-
}

0 commit comments

Comments
 (0)