Releases: AssemblyAI/assemblyai-python-sdk
Releases · AssemblyAI/assemblyai-python-sdk
0.18.0
0.17.0
What's Changed
Features
- Add the following new languages to the SDK (fa123eb)
- 🇫🇮
Finnish - 🇰🇷🇰🇵
Korean - 🇵🇱
Polish - 🇷🇺
Russian - 🇹🇷
Turkish - 🇺🇦
Ukrainian - 🇻🇳
Vietnamese - 🇨🇳
Chinese
- 🇫🇮
Fixes
- Add a global
contextparameter toLemur.question(...)(458968d)
Full Changelog: 0.16.0...0.17.0
0.16.0
What's Changed
Fix:
- Validation error in enabling
auto_chapters - Add
webhook_auth_header_valueinBaseTranscript
Feature:
- Allow retrieval of JSON response via
.json_responseonTranscript - Allow submitting multiple audio files without waiting for completion via
.submit_group
Full Changelog: 0.15.1...0.16.0
0.15.1
What's Changed
Fixes
- fix: add missing
speakers_expectedtoBaseTranscriptby @gcheshkov in #30 - fix:
webhook_urlconfiguration by @s0h3yl in #31
New Contributors
- @gcheshkov made their first contribution in #30
Full Changelog: 0.15.0...0.15.1
0.15.0
Changes
Breaking Change
Features
- Adds
Lemur.action-itemsfeature - see example for usage
0.14.0
What's Changed
Breaking Change
- Removes
Lemur.ai_coachfunctionality Lemur.summarizeandLemur.questionreturn now a result object - see example for usage
Features
- Adds new
Lemur.taskfeature for custom prompting - see example for usage
0.13.0
0.12.0
What's Changed
Changes
Features
- Adds
speech_thresholdoption - seeTranscriptoption for more information - Allow to retrieve existing transcripts easier via
Transcript.get_by_id(...)andTranscriptGroup.get_by_ids([...])- see documentation for more details
Fixes
- fix
ImportErrorforextrasmodule as mentioned in #23
Refactoring
- Drop the default for
language_code
Full Changelog: 0.11.0...0.12.0
0.11.0
What's Changed
Features
- Adds PII redacted audio retrieval
- Allows passing
transcript_idswithin theTranscriptGroup's constructor
Fixes
- Fixes the issue where
on_erroris being called on graceful shutdowns on thereal-timeservice. - Fixes a validation issue on
IABandContent-Safetythat occurred on Transcript's that errored out.
Full Changelog: 0.10.0...0.11.0