v0.16.0-alpha
Overview
Added
- Support
golang.org/x/net
v0.30.0
. (#1149) - Support
google.golang.org/grpc
1.65.1
. (#1174) - Support
go.opentelemetry.io/otel@v1.31.0
. (#1178) - Support
google.golang.org/grpc
1.69.0-dev
. (#1203) - Implement traceID ratio and parent-based samplers. (#1150)
- The
go.opentelemetry.io/auto/sdk
module. This module is used directly when you want to explicilty use auto-instrumentation to process OTel API telemetry. It is also provided so the default OTel global API will use this when auto-instrumentation is loaded (WIP). (#1210)
Fixed
- The
"golang.org/x/net/http2".FrameHeader.StreamID
offset for version0.8.0
is corrected. (#1208) - The
"golang.org/x/net/http2".MetaHeadersFrame.Fields
offset for version0.8.0
is corrected. (#1208)
What's Changed
- [auto] Update generated offsets by @github-actions in #1149
- Bump golang from 1.23.1 to 1.23.2 in /examples/kafka-go by @dependabot in #1173
- Bump golang from 1.23.1 to 1.23.2 in /examples/rolldice by @dependabot in #1172
- Bump github.com/mattn/go-sqlite3 from 1.14.23 to 1.14.24 in /examples/httpPlusdb by @dependabot in #1169
- Bump actions/cache from 4.0.2 to 4.1.0 by @dependabot in #1168
- Bump golang from 1.23.1 to 1.23.2 in /examples/httpPlusdb by @dependabot in #1159
- Bump golang from 1.23.1-bullseye to 1.23.2-bullseye by @dependabot in #1162
- Bump google.golang.org/grpc from 1.67.0 to 1.67.1 in /internal/test/e2e/grpc by @dependabot in #1153
- Bump golang.org/x/arch from 0.10.0 to 0.11.0 by @dependabot in #1155
- Bump docker/setup-buildx-action from 3.6.1 to 3.7.1 by @dependabot in #1167
- Bump docker/build-push-action from 6.8.0 to 6.9.0 by @dependabot in #1166
- Bump golang from 1.23.1 to 1.23.2 in /internal/test/e2e/autosdk by @dependabot in #1160
- Bump github.com/mattn/go-sqlite3 from 1.14.23 to 1.14.24 in /internal/test/e2e/databasesql by @dependabot in #1157
- [auto] Update generated offsets by @github-actions in #1174
- Bump golang.org/x/sys from 0.25.0 to 0.26.0 by @dependabot in #1154
- Bump golang from 1.23.1 to 1.23.2 in /internal/test/e2e/gin by @dependabot in #1152
- Bump go.opentelemetry.io/collector/pdata from 1.16.0 to 1.17.0 by @dependabot in #1156
- Bump golang from 1.23.1 to 1.23.2 in /internal/test/e2e/otelglobal by @dependabot in #1158
- Bump golang from 1.23.1 to 1.23.2 in /internal/test/e2e/kafka-go by @dependabot in #1161
- Bump golang from 1.23.1 to 1.23.2 in /internal/test/e2e/databasesql by @dependabot in #1163
- Bump golang from 1.23.1 to 1.23.2 in /internal/test/e2e/nethttp by @dependabot in #1165
- Bump golang from 1.23.1 to 1.23.2 in /internal/test/e2e/nethttp_custom by @dependabot in #1170
- Bump golang from 1.23.1 to 1.23.2 in /internal/test/e2e/grpc by @dependabot in #1171
- Bump go.opentelemetry.io/collector/pdata from 1.16.0 to 1.17.0 in /sdk by @dependabot in #1164
- Use a specific version of jaeger image in examples. by @RonFed in #1151
- Add changelog entry for #1149 by @MrAlias in #1175
- [auto] Update generated offsets by @github-actions in #1178
- Bump actions/cache from 4.1.0 to 4.1.1 by @dependabot in #1190
- Add
sdk/telemetry
package by @MrAlias in #1148 - Bump go.opentelemetry.io/otel from 1.30.0 to 1.31.0 in /internal/test/e2e/autosdk by @dependabot in #1191
- Bump lycheeverse/lychee-action from 1.10.0 to 2.0.2 by @dependabot in #1193
- Bump go.opentelemetry.io/otel/trace from 1.30.0 to 1.31.0 in /sdk by @dependabot in #1188
- Bump go.opentelemetry.io/otel from 1.30.0 to 1.31.0 in /examples/kafka-go/consumer by @dependabot in #1185
- Bump go.opentelemetry.io/otel from 1.30.0 to 1.31.0 in /internal/test/e2e/otelglobal by @dependabot in #1184
- Bump go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp from 1.30.0 to 1.31.0 by @dependabot in #1181
- Add
telemetry/test
package by @MrAlias in #1194 - Remove build-context from make fixtures by @damemi in #1198
- Bump go.opentelemetry.io/contrib/exporters/autoexport from 0.55.0 to 0.56.0 by @dependabot in #1197
- [auto] Update generated offsets by @github-actions in #1203
- Fix Dockerfile casing by @MrAlias in #1202
- Remove String and Size methods of TraceID and SpanID by @MrAlias in #1199
- Add encoding tests to the
telemetry
package by @MrAlias in #1196 - Implement traceID-ratio and parent-based samplers in eBPF by @RonFed in #1150
- Use
sdk/telemetry
instead of pdata for theautosdk
probe by @MrAlias in #1195 - Use bookworm image instead of bullseye by @RonFed in #1205
- Fix offsets for
golang.org/x/net/http2
by @MrAlias in #1208 - Release v0.16.0-alpha by @MrAlias in #1210
Full Changelog: v0.15.0-alpha...v0.16.0-alpha