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 versions.yaml
* Include auto/sdk in released modules
* Run prerelease
* Prepare alpha for version v0.16.0-alpha
* Update changelog
* Add changelog entry for sdk module
* Update the expected test values
* Do no publish the sdk/telemetry/test module
* Split the auto and sdk release modules
Copy file name to clipboardExpand all lines: CHANGELOG.md
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,13 +8,18 @@ OpenTelemetry Go Automatic Instrumentation adheres to [Semantic Versioning](http
8
8
9
9
## [Unreleased]
10
10
11
+
## [v0.16.0-alpha] - 2024-10-22
12
+
11
13
### Added
12
14
13
15
- Support `golang.org/x/net``v0.30.0`. ([#1149](https://github.com/open-telemetry/opentelemetry-go-instrumentation/pull/1149))
14
16
- Support `google.golang.org/grpc``1.65.1`. ([#1174](https://github.com/open-telemetry/opentelemetry-go-instrumentation/pull/1174))
15
17
- Support `go.opentelemetry.io/[email protected]`. ([#1178](https://github.com/open-telemetry/opentelemetry-go-instrumentation/pull/1178))
16
18
- Support `google.golang.org/grpc``1.69.0-dev`. ([#1203](https://github.com/open-telemetry/opentelemetry-go-instrumentation/pull/1203))
17
19
- Implement traceID ratio and parent-based samplers. ([#1150](https://github.com/open-telemetry/opentelemetry-go-instrumentation/pull/1150))
20
+
- The `go.opentelemetry.io/auto/sdk` module.
21
+
This module is used directly when you want to explicilty use auto-instrumentation to process OTel API telemetry.
22
+
It is also provided so the default OTel global API will use this when auto-instrumentation is loaded (WIP). ([#1210](https://github.com/open-telemetry/opentelemetry-go-instrumentation/pull/1210))
18
23
19
24
### Fixed
20
25
@@ -446,7 +451,8 @@ OpenTelemetry Go Automatic Instrumentation adheres to [Semantic Versioning](http
446
451
447
452
This is the first release of OpenTelemetry Go Automatic Instrumentation.
0 commit comments