Skip to content

Commit

Permalink
[auto] Update generated offsets (#1143)
Browse files Browse the repository at this point in the history
* Update generated offsets

* Add changelog entry

* Update compatibility documentation

---------

Co-authored-by: MrAlias <[email protected]>
Co-authored-by: Tyler Yahn <[email protected]>
  • Loading branch information
3 people authored Oct 2, 2024
1 parent 5e146d9 commit e90b842
Show file tree
Hide file tree
Showing 3 changed files with 117 additions and 35 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ OpenTelemetry Go Automatic Instrumentation adheres to [Semantic Versioning](http
An `slog.Logger` can now be configured by the user any way they want and then passed to the `Instrumentation` for its logging with this option. ([#1080](https://github.com/open-telemetry/opentelemetry-go-instrumentation/pull/1080))
- Support `google.golang.org/grpc` `1.66.2`. ([#1083](https://github.com/open-telemetry/opentelemetry-go-instrumentation/pull/1083))
- Support `google.golang.org/grpc` `1.67.0`. ([#1116](https://github.com/open-telemetry/opentelemetry-go-instrumentation/pull/1116))
- Support `google.golang.org/grpc` `1.66.3`. ([#1143](https://github.com/open-telemetry/opentelemetry-go-instrumentation/pull/1143))
- Support `google.golang.org/grpc` `1.67.1`. ([#1143](https://github.com/open-telemetry/opentelemetry-go-instrumentation/pull/1143))
- Support Go `1.22.8`. ([#1143](https://github.com/open-telemetry/opentelemetry-go-instrumentation/pull/1143))
- Support Go `1.23.2`. ([#1143](https://github.com/open-telemetry/opentelemetry-go-instrumentation/pull/1143))

### Changed

Expand Down
6 changes: 3 additions & 3 deletions COMPATIBILITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Tracing instrumentation is provided for the following Go libraries.

Supported version ranges:

- `go1.12` to `go1.23.1`
- `go1.12` to `go1.23.2`

### github.com/segmentio/kafka-go

Expand All @@ -42,12 +42,12 @@ Supported version ranges:

Supported version ranges:

- `v1.14.0` to `v1.67.0`
- `v1.14.0` to `v1.67.1`

### net/http

[Package documentation](https://pkg.go.dev/net/http)

Supported version ranges:

- `go1.12` to `go1.23.1`
- `go1.12` to `go1.23.2`
Loading

0 comments on commit e90b842

Please sign in to comment.