v0.4.6-libbpf-1.1.0
geyslan
released this
27 Feb 19:31
·
166 commits
to main
since this release
We are pleased to announce the release of libbpfgo version 0.4.6 with the version of libbpf bumped to 1.1.0 - #280.
This version also includes bug fixes and improvements, including an output behaviour change related to the introduced logger callbacks - #284, #294.
Now, with the use of a minimal vmlinux.h, bpftools
is no longer a requirement - #288.
What's Changed
- Fix/kernel symbol memory by @NDStrahilevitz in #281
- Lazy kernel symbols by @NDStrahilevitz in #282
- lazy ksymbols: fix address search by @NDStrahilevitz in #283
- fix: va_end() va_list copy rather than copied by @geyslan in #286
- fix hardcoded flag values by @NDStrahilevitz in #287
- Upgrade libbpf to 1.1.0 by @mozillazg in #280
- build: add minimum vmlinux.h and uapi headers by @geyslan in #288
- logger callbacks by @geyslan in #284
- logger_cb: remove default callbacks by @geyslan in #294
Full Changelog: v0.4.5-libbpf-1.0.1...v0.4.6-libbpf-1.1.0
Users are encouraged to upgrade to this new version for improved stability and performance. As always, feedback and contributions are welcome.