EverOS 1.1.4
Note on the published package: the
everos==1.1.4release on PyPI was built from a separate internal release lane and contains fixes that are not in this tag's source — including a knowledge-upload path-traversal fix (CWE-22). See the 1.1.4 section ofCHANGELOG.mdfor the full list, and the v1.2.1 notes for the affected-version range.
EverOS 1.1.4
Patch release adding Langfuse observability and fixing cascade file deletion races.
Added
- Langfuse OpenTelemetry integration example for tracing add, flush and extraction, search, and reflection operations.
Fixed
- Process a queued modified event as a deletion when the source file disappears, preventing stale indexed rows and permanently failed queue items.
- Limit synthetic Langfuse child spans to responses with stage details so live-server traces use real telemetry.
Upgrade
pip install --upgrade everos
Or update the project environment with uv sync.
Full changelog: v1.1.3...v1.1.4