Skip to content

v0.20.1

Compare
Choose a tag to compare
@github-actions github-actions released this 12 Apr 18:07
· 561 commits to refs/heads/master since this release

What's Changed

libbpf-rs

  • Added bindings for BTF via newly introduced btf module
  • Added Map constructors from pinned paths and from map id
  • Added Map::as_libbpf_bpf_map_ptr and Object::as_libbpf_bpf_object_ptr accessors
  • Added MapInfo type as a convenience wrapper around bpf_map_info
    • Added Map::info to Map to make it easier to derive MapInfo from a Map instance
  • Added set_log_level, log_level, and autoload methods to OpenProgram
  • Removed deprecated Link::get_fd method
  • Bumped minimum Rust version to 1.63

libbpf-cargo

  • Switched over to using libbpf-rs's BTF support internally for skeleton generation
  • Fixed potential build failures on systems defaulting to stack protector usage by passing -fno-stack-protector to clang

New Contributors

Full Changelog: v0.20.0...v0.20.1