You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+10-7Lines changed: 10 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,8 @@ OpenTelemetry Go Automatic Instrumentation adheres to [Semantic Versioning](http
8
8
9
9
## [Unreleased]
10
10
11
+
## [v0.22.0] - 2025-05-23
12
+
11
13
### Added
12
14
13
15
- Cache offsets for `google.golang.org/grpc``1.72.0-dev`. ([#1849](https://github.com/open-telemetry/opentelemetry-go-instrumentation/pull/1849))
@@ -24,7 +26,7 @@ OpenTelemetry Go Automatic Instrumentation adheres to [Semantic Versioning](http
24
26
- Cache offsets for `google.golang.org/grpc``1.71.0`. ([#1940](https://github.com/open-telemetry/opentelemetry-go-instrumentation/pull/1940))
25
27
- Cache offsets for Go `1.23.7`. ([#1940](https://github.com/open-telemetry/opentelemetry-go-instrumentation/pull/1940))
26
28
- Cache offsets for Go `1.24.1`. ([#1940](https://github.com/open-telemetry/opentelemetry-go-instrumentation/pull/1940))
27
-
- Cache offsets for `go.opentelemetry.io/otel@v1.35.0`. ([#1948](https://github.com/open-telemetry/opentelemetry-go-instrumentation/pull/1948))
29
+
- Cache offsets for `go.opentelemetry.io/otel``v1.35.0`. ([#1948](https://github.com/open-telemetry/opentelemetry-go-instrumentation/pull/1948))
28
30
- Cache offsets for `golang.org/x/net``0.37.0`. ([#1948](https://github.com/open-telemetry/opentelemetry-go-instrumentation/pull/1948))
29
31
- Cache offsets for `golang.org/x/net``0.38.0`. ([#2063](https://github.com/open-telemetry/opentelemetry-go-instrumentation/pull/2063))
30
32
- Cache offsets for `google.golang.org/grpc``1.71.1`. ([#2078](https://github.com/open-telemetry/opentelemetry-go-instrumentation/pull/2078))
@@ -42,7 +44,7 @@ OpenTelemetry Go Automatic Instrumentation adheres to [Semantic Versioning](http
42
44
- Cache offsets for `google.golang.org/grpc``1.71.2`. ([#2319](https://github.com/open-telemetry/opentelemetry-go-instrumentation/pull/2319))
43
45
- Cache offsets for `google.golang.org/grpc``1.72.1`. ([#2319](https://github.com/open-telemetry/opentelemetry-go-instrumentation/pull/2319))
44
46
- Cache offsets for `google.golang.org/grpc``1.74.0-dev`. ([#2337](https://github.com/open-telemetry/opentelemetry-go-instrumentation/pull/2337))
45
-
- Cache offsets for `go.opentelemetry.io/otel@v1.36.0`. ([#2352](https://github.com/open-telemetry/opentelemetry-go-instrumentation/pull/2352))
47
+
- Cache offsets for `go.opentelemetry.io/otel``v1.36.0`. ([#2352](https://github.com/open-telemetry/opentelemetry-go-instrumentation/pull/2352))
46
48
47
49
### Changed
48
50
@@ -59,13 +61,13 @@ OpenTelemetry Go Automatic Instrumentation adheres to [Semantic Versioning](http
59
61
60
62
- Build support for Go 1.22 has been removed.
61
63
Use Go >= 1.23 to develop and build the project. ([#1841](https://github.com/open-telemetry/opentelemetry-go-instrumentation/pull/1841))
62
-
- The `WithGlobal` function is removed from `go.opentelemtry.io/auto`
64
+
- The `WithGlobal` function is removed from `go.opentelemtry.io/auto`.
63
65
This option is on by default. ([#1859](https://github.com/open-telemetry/opentelemetry-go-instrumentation/pull/1859))
64
-
- The `WithServiceName` function is removed from `go.opentelemtry.io/auto`
66
+
- The `WithServiceName` function is removed from `go.opentelemtry.io/auto`.
65
67
Use `WithServiceName` in `go.opentelemtry.io/auto/pipeline/otelsdk` along with `WithHandler` to replace functionality. ([#1859](https://github.com/open-telemetry/opentelemetry-go-instrumentation/pull/1859))
66
-
- The `WithTraceExporter` function is removed from `go.opentelemtry.io/auto`
68
+
- The `WithTraceExporter` function is removed from `go.opentelemtry.io/auto`.
67
69
Use `WithTraceExporter` in `go.opentelemtry.io/auto/pipeline/otelsdk` along with `WithHandler` to replace functionality. ([#1859](https://github.com/open-telemetry/opentelemetry-go-instrumentation/pull/1859))
68
-
- The `WithResourceAttributes` function is removed from `go.opentelemtry.io/auto`
70
+
- The `WithResourceAttributes` function is removed from `go.opentelemtry.io/auto`.
69
71
Use `WithResourceAttributes` in `go.opentelemtry.io/auto/pipeline/otelsdk` along with `WithHandler` to replace functionality. ([#1859](https://github.com/open-telemetry/opentelemetry-go-instrumentation/pull/1859))
70
72
- Resolution of the environment variable `"OTEL_GO_AUTO_TARGET_EXE"` has been removed from `WithEnv`.
71
73
Note, the built binary (`auto/cli`) still supports resolution and use of this value.
@@ -652,7 +654,8 @@ OpenTelemetry Go Automatic Instrumentation adheres to [Semantic Versioning](http
652
654
653
655
This is the first release of OpenTelemetry Go Automatic Instrumentation.
0 commit comments