Releases: aws/aws-ebpf-sdk-go
Test
Update mocks (#70) Co-authored-by: Apurup Chevuru <[email protected]>
v1.0.4
v1.0.4
Changes since v1.0.3
- Bug - Defer close map FDs(#57 @jayanthvn)
Full Changelog: v1.0.3...v1.0.4
v1.0.4-rc2
What's Changed
- Merge Main to Release 1.0 by @jayanthvn in #61
Full Changelog: v1.0.4-rc1...v1.0.4-rc2
v1.0.4-rc1
v1.0.3
v1.0.2
v1.0.2
Changes since v1.0.1
- Issue - kprobe: Add defer statements for resource cleanup in KprobeAttach()/KretprobeAttach()(#46 @shun159)
- Issue - test-data: fix to solve compile warning for test-data(#45 @shun159)
- Enhancement - makefile: fix to remove unused option from build-bpf target(#42 @shun159)
- Enhancement - test-data: Fix to use __builtin_memset() instead of memset()(#40 @shun159)
- Documentation - chore: spelling in README(#36 @AlexsJones)
- Testing - Add github action for functional tests(@dims)
- Testing/Enhancements - Merge from Main to release-1.0(#51 @jayanthvn @achevuru)
NOTE - Interfaces are added for all public facing APIs so upgrading to v1.0.2 will need API changes in your application.
v1.0.1
v1.0.1 Release Candidate 1
v1.0.0
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 -
- eBPF program types -
a. Traffic Classifiers
b. XDP
c. Kprobes/Kretprobes
d. Tracepoint probes - Ring buffer
SDK currently do not support -
- Map in Map
- 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
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 -
- eBPF program types -
a. Traffic Classifiers
b. XDP
c. Kprobes/Kretprobes
d. Tracepoint probes - Ring buffer
SDK currently do not support -
- Map in Map
- Perf buffer
Note: This is the first version of SDK and interface is subject to change so kindly review the release notes before upgrading.