Releases: AssemblyAI/assemblyai-python-sdk
Releases · AssemblyAI/assemblyai-python-sdk
0.20.2
0.20.1
0.20.0
What's Changed
Features
Misc
- Cleanup duplicate code in tests
Documentation
Full Changelog: 0.19.0...0.20.0
0.19.0
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
context
parameter 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_value
inBaseTranscript
Feature:
- Allow retrieval of JSON response via
.json_response
onTranscript
- 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_expected
toBaseTranscript
by @gcheshkov in #30 - fix:
webhook_url
configuration 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-items
feature - see example for usage
0.14.0
What's Changed
Breaking Change
- Removes
Lemur.ai_coach
functionality Lemur.summarize
andLemur.question
return now a result object - see example for usage
Features
- Adds new
Lemur.task
feature for custom prompting - see example for usage