Skip to content

v0.24.5

Compare
Choose a tag to compare
@github-actions github-actions released this 30 Sep 20:10
· 112 commits to refs/heads/master since this release

What's Changed

libbpf-rs

  • Renamed Program::get_id_by_fd to id_from_fd
    • Deprecated Program::get_id_by_fd
  • Renamed Program::get_fd_by_id to fd_from_id
    • Deprecated Program::get_fd_by_id
  • Adjusted Program::{attach_*, test_run} methods to work on shared receivers
  • Adjusted PerfBufferBuilder to work with MapCore objects

New Contributors

Full Changelog: v0.24.4...v0.24.5