v0.9.5
[0.9.5] — 2026-06-07
Stabilisation release (0.9.x).
Removed
- Legacy MinIO-SDK forensic backend. The
minioPython SDK (archived
upstream) is no longer a dependency, andFORENSIC_BACKEND=miniois gone.
MinIO servers remain fully supported through thes3backend (boto3) —
pointFORENSIC_S3_ENDPOINTat the server.FORENSIC_BACKEND=minionow
routes to thes3backend with a migration warning. The unused
MinIOForensicStoreplugin and theMINIO_*settings/secrets were
removed; the devdocker-compose.ymlandadmina inittemplates use the
filesystem backend.
Changed
- Default forensic store is now
filesysteminadmina.yamland the
generated project templates (wasminio).
Documentation
- README image and file links are now absolute (GitHub raw / blob URLs) so
they render on PyPI. README, guides, and templates describe the
filesystem/s3backends; MinIO is documented as one of the
S3-compatible servers reachable via thes3backend.
Internal
- Silence third-party deprecation warnings (OpenTelemetry SelectableGroups,
Starlette TestClient httpx) via pytestfilterwarnings; the SDK
import-isolation test uses the modernfind_specfinder API.