You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
aya/ebpf/aya-log-ebpf/CHANGELOG.md

4.1 KiB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

0.1.2 (2025-11-17)

Breaking Changes

  • Logging from eBPF programs now writes into a ring buffer to match the host transport, requiring Linux 5.8 or later.

New Features

  • , Added a load-time log level mask and improved verifier hints so disabled log levels are optimised out entirely.
  • Logging paths now use zero-copy writes into the ring buffer, lowering instruction counts inside probes.
  • Added raw-pointer formatting so eBPF logs can mirror the new host-side diagnostics.

Maintenance

  • , Kept the crate in sync with the workspace edition/lint settings and tidied the macro support helpers.

0.1.1 (2024-10-09)

Maintenance release. Update to latest aya-ebpf version v0.1.1.

Chore

  • Prepare for aya-log-ebpf release

Commit Statistics

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

Commit Details

view details
  • Uncategorized
    • Prepare for aya-log-ebpf release (c3f0c7d)
    • Release aya-ebpf-cty v0.2.2, aya-ebpf-bindings v0.1.1, aya-ebpf-macros v0.1.1, aya-ebpf v0.1.1 (59082f5)

v0.1.0 (2024-04-12)

Chore

  • add version keys to Cargo.toml(s)
  • Rename bpf -> ebpf
  • Rename bpf dir to ebpf

Chore

  • add missing changelogs

Commit Statistics

  • 8 commits contributed to the release.
  • 4 commits were understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Commit Details

view details
  • Uncategorized
    • Release aya-log-ebpf v0.1.0 (843f4a6)
    • Release aya-log-ebpf-macros v0.1.0 (2eac95f)
    • Add missing changelogs (1d515fe)
    • Release aya-ebpf-bindings v0.1.0, aya-ebpf-macros v0.1.0, aya-ebpf v0.1.0 (a34c5e4)
    • Add version keys to Cargo.toml(s) (a4ae8ad)
    • Merge pull request #528 from dave-tucker/rename-all-the-things (63d8d4d)
    • Rename bpf -> ebpf (41c6156)
    • Rename bpf dir to ebpf (022aff9)