0.1.5 (2026-05-03): Coerce duration/view/like counts to int (some extractors return float, breaks dataset schema). Relaxed schema to accept number for numeric fields. 0.1.4: download_audio + per-URL loop now catch all exceptions. 0.1.3: Added Whisper env var + KV store schema. 0.1.2: Fixed yt-dlp player_client. 0.1.0: Initial release.
v0.2 (2026-05-06) — Defensive push_data: when dataset_schema validation fails on a record, retry with a minimal schema-compliant record instead of crashing the run. Fixes recurring Schema validation failed errors.
v0.3 (2026-05-22) — Soft-fail user-input validation: convert Actor.fail on missing/invalid input to Actor.exit with WARNING status. Prevents user-input errors from counting as actor failures and dragging down 30-day success rate.