Skip to content

v0.5.0

Choose a tag to compare

@nonameuserd nonameuserd released this 24 May 22:39

v0.5.0

This release adds the tenant-scoped Signal fraud workflow surfaces to the Python kit.

Added

  • GatewayFraudClient and ServiceAccountFraudSession for fraud signals, review queues, fraud metrics, review events, and release-gate configuration.
  • MCP tool coverage for fraud metrics and fraud release-gate inspection.
  • Typed dataclasses for score-neutral fraud signal metadata, provider event references, intent references, and release-gate reliability fields.

Notes

  • Fraud signals remain score-neutral for score_version = 1.0.
  • Release-gate mode defaults to review_only; critical_hold remains tenant-admin controlled and depends on reliable tenant metrics plus signal-family labels.

Verification

  • uv run --extra dev python -m pytest
  • uv run --extra dev --with maturin ... scripts/verify_release.py passed tests, sdist build, wheel build, and metadata checks; the wheel was smoke-installed separately into a Python 3.11 uv venv because the script's default smoke interpreter was Python 3.13 while the local wheel was CPython 3.11.