Skip to content

SBPF virtual machine v0.11.2

Choose a tag to compare

@Lichtso Lichtso released this 28 Jun 16:33
· 33 commits to main since this release
ec08a6e

What's Changed

  • Fix warnings from Rust 1.87 nightly by @LucasSte in #48
  • early quit if already found by @zhiqiangxu in #49
  • Refactor - Skip function registry lookup in SBPFv3 by @Lichtso in #50
  • Refactor - Uses rand dependency only if JIT is enabled by @Lichtso in #51
  • Feature - Restrict callx targets to function start markers in instruction stream by @Lichtso in #52
  • Refactor - Adds function start markers in tests by @Lichtso in #55
  • Feature - Verify function start markers instead of dynamic symbol table by @Lichtso in #56

New Contributors

Full Changelog: v0.11.1...v0.11.2