What's Changed
Features
- feat: trace HTTP/1.x endpoints from sockets with zero instrumentation by @gma1k in #248
- feat: stitch eBPF kernel spans into the apps OpenTelemetry trace by @gma1k in #249
- feat: capture HTTPS endpoints via SSL_read/SSL_write uprobes by @gma1k in #251
- feat: capture HTTP/2 (h2c) and Go crypto/tls L7 endpoints by @gma1k in #253
- feat: harden Go crypto/tls tracing (stripped binaries, arm64) by @gma1k in #254
- feat: decode HTTP/2 HPACK in userspace, deleting the in-kernel decoder by @gma1k in #255
Maintenance
- chore(deps): update github actions by @renovate[bot] in #246
- chore(deps): update module cloud.google.com/go/storage to v1.63.0 by @renovate[bot] in #250
- chore(deps): update module github.com/cilium/ebpf to v0.22.0 by @renovate[bot] in #252
- chore(release): release 0.13.4 by @gma1k in #247
Other Changes
Full Changelog: v0.13.3...v0.13.4