Skip to content

Releases: aws/aws-ebpf-sdk-go

v1.0.0

29 Aug 16:50
133e4fb
Compare
Choose a tag to compare

Golang based SDK for kernel eBPF operations i.e, load/attach/detach eBPF programs and create/delete/update maps. SDK relies on Unix bpf() system calls.

SDK currently supports -

  1. eBPF program types -
    a. Traffic Classifiers
    b. XDP
    c. Kprobes/Kretprobes
    d. Tracepoint probes
  2. Ring buffer

SDK currently do not support -

  1. Map in Map
  2. Perf buffer

Note: This is the first version of SDK and interface is subject to change so kindly review the release notes before upgrading.

v0.2.0

09 Aug 21:03
90e7d70
Compare
Choose a tag to compare

Golang based SDK for kernel eBPF operations i.e, load/attach/detach eBPF programs and create/delete/update maps. SDK relies on Unix bpf() system calls.

SDK currently supports -

  1. eBPF program types -
    a. Traffic Classifiers
    b. XDP
    c. Kprobes/Kretprobes
    d. Tracepoint probes
  2. Ring buffer

SDK currently do not support -

  1. Map in Map
  2. Perf buffer

Note: This is the first version of SDK and interface is subject to change so kindly review the release notes before upgrading.

SDK pre-release

08 Aug 22:12
90e7d70
Compare
Choose a tag to compare
SDK pre-release Pre-release
Pre-release

Testing integration