·
5 commits
to refs/heads/master
since this release
What's Changed
libbpf-rs
- Added
KprobeMultiLinkInfo&UprobeMultiLinkInfofields that required a second info call - Added
key_size,value_sizeand more getters toOpenMap{,Mut} - Added specific
IterLinkInfofields forLinkTypeInfo::Iter - Added
ErrorKind::TooBigvariant, surfaced when the underlying operation fails withE2BIG(e.g., a map reachingmax_entries) - Added
MapHandle::from_pinned_path_with_file_flagsfor opening maps with custom file flags - Changed name members of
queryinfo types to beOsStringinstead ofCString - Made various
query::*Infotypes non-exhaustive
New Contributors
- @sonisr made their first contribution in #1377
- @fkcrazy001 made their first contribution in #1385
- @cong-or made their first contribution in #1391
- @weriomat made their first contribution in #1402
- @jacob-pro made their first contribution in #1417
Full Changelog: v0.26.2...v0.27.0