Skip to content

v0.1.8

Latest

Choose a tag to compare

@github-actions github-actions released this 11 Aug 17:13
524c512

0.1.8 (2026-08-11)

Features

  • cli: allow --packed-slots with --total > 1 (#122 fixed) (1f55d68)

Bug Fixes

  • cli: reject --packed-prefix with --total > 1 (e93a394)
  • cli: use generate_async in the stdin loop (c464538)
  • deps: upgrade lru to 0.18 (RUSTSEC-2026-0253) (740c88c)
  • deps: upgrade lru to 0.18 (RUSTSEC-2026-0253) (6728209)
  • engine: add BatchAborted error variant so NACKs can't be misclassified as connection-fatal (af1e8e2)
  • ov-runtime: fail fast and loud after the packed downstream link is poisoned (64a28b4)
  • ov-runtime: harden the packed multi-stage wire against loss and silence (#122) (3b0eefd)
  • ov-runtime: surface the step error when a NACK send also fails (8fec1a1)
  • runner: apply deferred cancels on lock acquisition and bound the queue (984dbcd)
  • runner: never block tokio workers on the engine mutex (#122) (48047c7)
  • runner: wake parked streams even when a step panics (84b81ab)
  • runner: wake parked streams on submit's NotLoaded early return (628ef9b)

Refactor

  • runner: enforce wake-on-release via an engine lock guard (3633f22)

Documentation

  • correct lock-protocol and blocking-API comments (d2f5e16)
  • multi-stage packed is available again; record the #122 root cause (da8a892)

Testing

  • runner: cover NACK-driven batch aborts and close-while-parked (d157382)