Skip to content

v0.27.0

Latest

Choose a tag to compare

@github-actions github-actions released this 30 Jul 20:07
· 5 commits to refs/heads/master since this release

What's Changed

libbpf-rs

  • Added KprobeMultiLinkInfo & UprobeMultiLinkInfo fields that required a second info call
  • Added key_size, value_size and more getters to OpenMap{,Mut}
  • Added specific IterLinkInfo fields for LinkTypeInfo::Iter
  • Added ErrorKind::TooBig variant, surfaced when the underlying operation fails with E2BIG (e.g., a map reaching max_entries)
  • Added MapHandle::from_pinned_path_with_file_flags for opening maps with custom file flags
  • Changed name members of query info types to be OsString instead of CString
  • Made various query::*Info types non-exhaustive

New Contributors

Full Changelog: v0.26.2...v0.27.0