Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ OpenTelemetry Go Automatic Instrumentation adheres to [Semantic Versioning](http
- Cache offsets for `google.golang.org/grpc` `1.77.0`. ([#3015](https://github.com/open-telemetry/opentelemetry-go-instrumentation/pull/3015))
- Cache offsets for Go `1.24.11`. ([#3078](https://github.com/open-telemetry/opentelemetry-go-instrumentation/pull/3078))
- Cache offsets for Go `1.25.5`. ([#3078](https://github.com/open-telemetry/opentelemetry-go-instrumentation/pull/3078))
- Cache offsets for `go.opentelemetry.io/otel` `v1.39.0`. ([#3101](https://github.com/open-telemetry/opentelemetry-go-instrumentation/pull/3101))

### Removed

Expand Down
2 changes: 1 addition & 1 deletion COMPATIBILITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Auto-instrumentation can be configured to capture the telemetry sent to the

Supported versions of [`otel`]:

- `v0.14.0` to `v1.38.0`
- `v0.14.0` to `v1.39.0`

**Note**: Versions of `go.opentelemetry.io/otel < v1.33.0` are not supported
when using Go >= `1.24`. See [this issue] for details.
Expand Down
21 changes: 14 additions & 7 deletions internal/pkg/inject/offset_results.json
Original file line number Diff line number Diff line change
Expand Up @@ -967,7 +967,8 @@
"1.35.0",
"1.36.0",
"1.37.0",
"1.38.0"
"1.38.0",
"1.39.0"
]
}
]
Expand Down Expand Up @@ -1071,7 +1072,8 @@
"1.35.0",
"1.36.0",
"1.37.0",
"1.38.0"
"1.38.0",
"1.39.0"
]
}
]
Expand Down Expand Up @@ -1175,7 +1177,8 @@
"1.35.0",
"1.36.0",
"1.37.0",
"1.38.0"
"1.38.0",
"1.39.0"
]
}
]
Expand Down Expand Up @@ -1284,7 +1287,8 @@
"1.35.0",
"1.36.0",
"1.37.0",
"1.38.0"
"1.38.0",
"1.39.0"
]
}
]
Expand Down Expand Up @@ -1393,7 +1397,8 @@
"1.35.0",
"1.36.0",
"1.37.0",
"1.38.0"
"1.38.0",
"1.39.0"
]
}
]
Expand Down Expand Up @@ -1492,7 +1497,8 @@
"1.35.0",
"1.36.0",
"1.37.0",
"1.38.0"
"1.38.0",
"1.39.0"
]
}
]
Expand Down Expand Up @@ -1591,7 +1597,8 @@
"1.35.0",
"1.36.0",
"1.37.0",
"1.38.0"
"1.38.0",
"1.39.0"
]
}
]
Expand Down
Loading