Skip to content

aya-log-common v0.1.15

Compare
Choose a tag to compare
@dave-tucker dave-tucker released this 09 Oct 10:57
· 69 commits to main since this release

Other

  • Allow logging core::net::Ipv4Addr and core::net::Ipv6Addr
    IP address types are available in core, so they can be used also in
    eBPF programs. This change adds support of these types in aya-log.

    • Add implementation of WriteTuBuf to these types.
    • Support these types in Ipv4Formatter and Ipv6Formatter.
    • Support them with DisplayHint::Ip.
    • Add support for formatting [u8; 4], to be able to handle
      Ipv4Addr::octets.

Chore

  • Prepare for aya-log-ebpf release

Commit Statistics

  • 3 commits contributed to the release.
  • 223 days passed between releases.
  • 2 commits were understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Commit Details

view details
  • Uncategorized
    • Prepare for aya-log-ebpf release (c3f0c7d)
    • Allow logging core::net::Ipv4Addr and core::net::Ipv6Addr (a75fc2f)
    • Appease clippy (09442c2)