Skip to content

v0.9.5

Choose a tag to compare

@github-actions github-actions released this 07 Jun 00:09
· 98 commits to main since this release

[0.9.5] — 2026-06-07

Stabilisation release (0.9.x).

Removed

  • Legacy MinIO-SDK forensic backend. The minio Python SDK (archived
    upstream) is no longer a dependency, and FORENSIC_BACKEND=minio is gone.
    MinIO servers remain fully supported through the s3 backend (boto3) —
    point FORENSIC_S3_ENDPOINT at the server. FORENSIC_BACKEND=minio now
    routes to the s3 backend with a migration warning. The unused
    MinIOForensicStore plugin and the MINIO_* settings/secrets were
    removed; the dev docker-compose.yml and admina init templates use the
    filesystem backend.

Changed

  • Default forensic store is now filesystem in admina.yaml and the
    generated project templates (was minio).

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 / s3 backends; MinIO is documented as one of the
    S3-compatible servers reachable via the s3 backend.

Internal

  • Silence third-party deprecation warnings (OpenTelemetry SelectableGroups,
    Starlette TestClient httpx) via pytest filterwarnings; the SDK
    import-isolation test uses the modern find_spec finder API.