Skip to content

v1.70.0

Choose a tag to compare

@github-actions github-actions released this 14 May 11:03
· 51 commits to master since this release

1.70.0 (2026-05-14)

⚠ BREAKING CHANGES

  • audio: for direct lib consumers: AudioCallParams loses mimeType
    and outputSchema; the call() return type is concrete TranscriptionResult.
    narr8 is the only consumer.

🚀 Features

  • audio: provider-agnostic transcription via AUDIO_DIRECT_URL + universal ffmpeg (fde0d4e)