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
* Bump alpha modset version
* Add missing mod entry for autosdk
* Prepare alpha for version v0.15.0-alpha
* Run pre-release
* Update changelog
* Update expected traces
* Document the lack of sampler impl
Copy file name to clipboardExpand all lines: CHANGELOG.md
+7-2
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.15.0-alpha] - 2024-10-01
12
+
11
13
### Added
12
14
13
15
- Support Go `v1.21.13`. ([#988](https://github.com/open-telemetry/opentelemetry-go-instrumentation/pull/988))
@@ -19,7 +21,9 @@ OpenTelemetry Go Automatic Instrumentation adheres to [Semantic Versioning](http
19
21
- Support `go.opentelemetry.io/[email protected]`. ([#1032](https://github.com/open-telemetry/opentelemetry-go-instrumentation/pull/1032))
20
22
- Support `google.golang.org/grpc``1.66.0`. ([#1046](https://github.com/open-telemetry/opentelemetry-go-instrumentation/pull/1046))
21
23
-`Sampler` interface that can be passed to `Instrumentation` via the new `WithSampler` option.
22
-
This configuration allows customization of what sampler is used by the `Instrumentation`. ([#982](https://github.com/open-telemetry/opentelemetry-go-instrumentation/pull/982))
24
+
This is wireframe configuration, it currently has not effect.
25
+
It will be used to allows customization of what sampler is used by the `Instrumentation`.
26
+
Implementation, of this feature is expected in the next release. ([#982](https://github.com/open-telemetry/opentelemetry-go-instrumentation/pull/982))
23
27
- The `OTEL_TRACES_SAMPLER` and `OTEL_TRACES_SAMPLER_ARG` environment variables are now supported when the `WithEnv` option is used. ([#982](https://github.com/open-telemetry/opentelemetry-go-instrumentation/pull/982))
24
28
- Support `golang.org/x/net``v0.29.0`. ([#1051](https://github.com/open-telemetry/opentelemetry-go-instrumentation/pull/1051))
25
29
- Support Go `1.22.7`. ([#1051](https://github.com/open-telemetry/opentelemetry-go-instrumentation/pull/1051))
@@ -429,7 +433,8 @@ OpenTelemetry Go Automatic Instrumentation adheres to [Semantic Versioning](http
429
433
430
434
This is the first release of OpenTelemetry Go Automatic Instrumentation.
0 commit comments