All notable changes to this project will be documented in this file.
This project adheres to Semantic Versioning.
0.1.0 - 2026-02-22
Added
Slither.Store— ETS-backed shared state with Python-readable viewsSlither.Dispatch— batched fan-out to Python worker pools with backpressureSlither.Pipe— stage composition over BEAM + Python steps- Process-isolated Python workers via Snakepit pool management
mix slither.exampletask for running bundled examples- Five example modules demonstrating concurrency-safety advantages over free-threaded Python:
text_analysis— shared accumulator race detectionbatch_stats— fault isolation with poison-pill recoverydata_etl— hot-reload torn-read prevention via ETS atomic writesml_scoring— session-scoped state isolationimage_pipeline— backpressure and memory safety
- Getting Started, Architecture, and per-module documentation guides
- Telemetry integration for dispatch and store operations