Skip to content

v3.8.0

Choose a tag to compare

@stainless-app stainless-app released this 24 Jun 19:54
23c7cce

3.8.0 (2026-06-23)

Full Changelog: v3.7.1...v3.8.0

Features

  • runtime: add evaluate_interaction endpoint (POST /detection/v2/interaction-evaluations) for evaluating full request/response interactions
  • red-team: forward all start_session params and drop hardcoded defaults; add objective, judge, attacker, severity, and config options (#206)
  • scans: surface advisories on scan reports and job summaries (categories, counts, and per-file advisory details)
  • scans: support linking a scan target to a discovered asset via asset_id
  • prompt-analyzer: return injection-classifier overrides as lists (allow_overrides/block_overrides) and add appeal details

Bug Fixes

  • client: add missing f-string prefix in file type error message

Documentation

  • examples: add red team evaluation notebooks (#205)