Skip to content

sol-parser-sdk v0.5.2

Choose a tag to compare

@0xfnzero 0xfnzero released this 26 May 13:26
· 18 commits to main since this release

What's Changed

  • Added a direct ShredStream callback subscription path for latency-sensitive consumers.
  • Unified queue and callback delivery through a shared stream sink while keeping the existing queue API compatible.
  • Reused the parser event buffer across ShredStream entries to reduce hot-path allocations.
  • Documented that direct callbacks run on the ShredStream read task and should avoid blocking work.

Compatibility

  • Existing ShredStream queue-based APIs remain available.
  • Crate version: sol-parser-sdk = "0.5.2".