Skip to content

Commit 3f436b2

Browse files
slins1dmathieuMrAlias
authored
Remove SemVersion from instrumentation/github.com/aws/aws-lambda-go/otellambda (#7058)
Co-authored-by: Damien Mathieu <[email protected]> Co-authored-by: Tyler Yahn <[email protected]>
1 parent 007f3bf commit 3f436b2

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
@@ -37,6 +37,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
3737

3838
- Drop support for [Go 1.22]. (#6853)
3939
- The deprecated `go.opentelemetry.io/contrib/config` package is removed, use `go.opentelemetry.io/contrib/otelconf` instead. (#6894)
40+
- The deprecated `SemVersion` function is removed in `go.opentelemetry.io/contrib/instrumentation/github.com/aws/aws-lambda-go/otellambda`, use `Version` function instead. (#7058)
4041
- The deprecated `SemVersion` function in `go.opentelemetry.io/contrib/samplers/probability/consistent` is removed, use `Version` instead. (#7072)
4142

4243
<!-- Released section -->

instrumentation/github.com/aws/aws-lambda-go/otellambda/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)