Skip to content

Latest commit

 

History

History
63 lines (40 loc) · 1.85 KB

CHANGELOG.md

File metadata and controls

63 lines (40 loc) · 1.85 KB

v0.4.5 (2024-02-02)

What's Changed

Full Changelog: https://github.com/gojue/ebpfmanager/compare/v0.4.4...v0.4.5


v0.4.4 (2023-11-10)

What's Changed

  • add pinned map flag by @cfc4n in gojue#34
  • add ringbuf support by @spoock1024 in gojue#35
  • add kernel version detection to ringbuf map. by @cfc4n in gojue#37

New Contributors

  • @spoock1024 made their first contribution in gojue#35

Full Changelog: https://github.com/gojue/ebpfmanager/compare/v0.4.3...v0.4.4


v0.4.3 (2023-05-19)


v0.4.2 (2023-04-29)

What's Changed

  • fixes: concurrent map kallsymsCache. (#27) by @cfc4n in gojue#28
  • remove deprecated function by @cfc4n in gojue#29
  • Use /proc/kallsyms for kprobe/kretprobe function name search. (fixes #30) by @cfc4n in gojue#31
  • feat: supoort uprobe's opts address field. by @cfc4n in gojue#32

Full Changelog: https://github.com/gojue/ebpfmanager/compare/v0.4.1...v0.4.2


v0.4.0 (2023-01-17)

  • Update cilium/ebpf to v0.10.0 from v0.9.0 .
  • sync datedog/ebpf-manager package feature. #26
  • update golang version to 1.18.*

v0.3.0 (2022-06-15)

  • Update cilium/ebpf to v0.9.0 from 0.8.1 .
  • Add GitHub Actions (codeQL \ go-test)

fixed #10 type 'Probe' contains 'sync.RWMutex' which is 'sync.Locker'


v0.2.3 (2022-04-09)