Changelog¶
Last updated: 2026-09-16
Notable changes to Kawa, most recent first.
For more info, (see the FAQ and ROADMAP.md for where things are headed).
For the Python SDK's own release history, see its CHANGELOG.md.
2026-09-16 - Mako Release¶
- New
POST /v1/summarizeandPOST /v1/tagendpoints derive a summary or a fixed-taxonomy tag set from a succeeded transcription; see the API Reference. GET /v1/transcriptions/{job_id}now returnstype(transcription,summary, ortags) and, for a postprocessing job,source_job_id.KawaClient(demo/kawa_client.py) gainedcreate_summary()andcreate_tags(), plus theSummaryResultandTagsResultaccessors onJob; see UsingKawaClient.- The Gradio playground was updated to reflect the above API changes.
2026-07-01 — Launch¶
- Post-conversation transcription API, hosted in Singapore
- Open-source interactive playground and Python reference client (
demo/) - Orchestration layer published under the MIT licence
- Developer portal and API documentation at makimoto.ai