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
+8-5Lines changed: 8 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,15 +8,17 @@ OpenTelemetry Go Automatic Instrumentation adheres to [Semantic Versioning](http
8
8
9
9
## [Unreleased]
10
10
11
-
### Fixed
12
-
13
-
- Fix `uint32` bounding on 32 bit architectures in the `go.opentelemetry.io/auto/sdk` module. ([#2810](https://github.com/open-telemetry/opentelemetry-go-instrumentation/pull/2810))
14
-
15
11
### Removed
16
12
17
13
- Build support for [Go 1.23] has been removed.
18
14
Use Go >= 1.24 to develop and build the project. ([#2799](https://github.com/open-telemetry/opentelemetry-go-instrumentation/pull/2799))
- Fix `uint32` bounding on 32 bit architectures in the `go.opentelemetry.io/auto/sdk` module. ([#2810](https://github.com/open-telemetry/opentelemetry-go-instrumentation/pull/2810))
21
+
20
22
## [v0.23.0/v1.2.0] - 2025-09-10
21
23
22
24
<!-- markdownlint-disable MD028 -->
@@ -727,7 +729,8 @@ OpenTelemetry Go Automatic Instrumentation adheres to [Semantic Versioning](http
727
729
728
730
This is the first release of OpenTelemetry Go Automatic Instrumentation.
0 commit comments