v0.3.0¶
Release Date: 2026-01-24
Feature release adding provider conformance test suites for TTS and STT implementations, enabling provider authors to verify interface compliance and behavioral correctness.
Highlights¶
- Provider conformance test suites for TTS and STT implementations
Added¶
- TTS provider conformance test suite with interface, behavior, and integration tests (
e3705c7) - Mock TTS provider for self-testing with configurable audio format responses (
e3705c7) - STT provider conformance test suite with interface, behavior, and integration tests (
69cfd20) - Mock STT provider with streaming transcription simulation (
69cfd20)
Fixed¶
- MCP session and tool handlers now log
Close()errors instead of discarding (6099072)
Documentation¶
- Provider conformance testing TRD describing test categories and API design (
58a9697)
Build¶
- MIT LICENSE file (
f124dcf)