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
+20-11Lines changed: 20 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,21 +8,29 @@ OpenTelemetry Go Automatic Instrumentation adheres to [Semantic Versioning](http
8
8
9
9
## [Unreleased]
10
10
11
-
### Added
11
+
##[v0.21.0] - 2025-02-18
12
12
13
-
- Preemptively update instrumentation for `net/http` to support Go `1.24` when swiss maps are going to be added. ([#1636](https://github.com/open-telemetry/opentelemetry-go-instrumentation/pull/1636))
14
-
- Support Go `1.22.12`. ([#1743](https://github.com/open-telemetry/opentelemetry-go-instrumentation/pull/1743))
15
-
- Support Go `1.23.6`. ([#1743](https://github.com/open-telemetry/opentelemetry-go-instrumentation/pull/1743))
16
-
- Support `golang.org/x/net``0.35.0`. ([#1783](https://github.com/open-telemetry/opentelemetry-go-instrumentation/pull/1783))
17
-
- Support Go `1.24.0`. ([#1795](https://github.com/open-telemetry/opentelemetry-go-instrumentation/pull/1795), [#1798](https://github.com/open-telemetry/opentelemetry-go-instrumentation/pull/1798))
13
+
> [!WARNING]
14
+
> The `net/http` instrumentation support for versions `< 1.19` has been dropped.
18
15
19
-
### Changed
16
+
> [!WARNING]
17
+
> The `database/sql` instrumentation support for versions `< 1.19` has been dropped.
20
18
21
-
- Unused support for instrumentation of Go < 1.19 has been dropped. (#1815)
19
+
> [!NOTE]
20
+
> This is the last release version that will support building the auto-instrumentation CLI using Go 1.22.
21
+
> The next release will require development to be done using Go >= 1.23.
22
22
23
-
### Fixed
23
+
### Added
24
+
25
+
- Update instrumentation for `net/http` to support Go `1.24` SwissMap. ([#1636](https://github.com/open-telemetry/opentelemetry-go-instrumentation/pull/1636))
26
+
- Cache offsets for Go `1.22.12`. ([#1743](https://github.com/open-telemetry/opentelemetry-go-instrumentation/pull/1743))
27
+
- Cache offsets for Go `1.23.6`. ([#1743](https://github.com/open-telemetry/opentelemetry-go-instrumentation/pull/1743))
28
+
- Cache offsets for `golang.org/x/net``0.35.0`. ([#1783](https://github.com/open-telemetry/opentelemetry-go-instrumentation/pull/1783))
29
+
- Cache offsets for Go `1.24.0`. ([#1795](https://github.com/open-telemetry/opentelemetry-go-instrumentation/pull/1795), [#1798](https://github.com/open-telemetry/opentelemetry-go-instrumentation/pull/1798))
30
+
31
+
### Changed
24
32
25
-
-`database/sql` instrumentation for Go < `1.17`. (#1772)
33
+
-Unused support for instrumentation of Go < 1.19 has been dropped. ([#1815](https://github.com/open-telemetry/opentelemetry-go-instrumentation/pull/1815))
26
34
27
35
## [v0.20.0] - 2025-01-29
28
36
@@ -568,7 +576,8 @@ OpenTelemetry Go Automatic Instrumentation adheres to [Semantic Versioning](http
568
576
569
577
This is the first release of OpenTelemetry Go Automatic Instrumentation.
0 commit comments