Skip to content

Releases: AssemblyAI/assemblyai-python-sdk

0.20.2

27 Dec 16:30
f5b70ae
Compare
Choose a tag to compare

0.20.1

18 Dec 22:24
d0830b9
Compare
Choose a tag to compare

0.20.0

22 Nov 18:34
e4d3379
Compare
Choose a tag to compare

What's Changed

Features

Misc

  • Cleanup duplicate code in tests

Documentation

Full Changelog: 0.19.0...0.20.0

0.19.0

20 Oct 11:26
Compare
Choose a tag to compare

0.18.0

19 Sep 16:48
Compare
Choose a tag to compare

What's Changed

Features

  • Allow for customers to delete LeMUR data (7bf688c)
  • Allow for adding temperature to LeMUR requests (34e1e3c)
  • Add new extras function file_from_stream (0c950b0)

Fixes

  • Fix word_boost for RealtimeTranscriber (710d81f)

Full Changelog: 0.17.0...0.18.0

0.17.0

18 Aug 06:46
Compare
Choose a tag to compare

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 to Lemur.question(...) (458968d)

Full Changelog: 0.16.0...0.17.0

0.16.0

14 Aug 15:42
864fdf3
Compare
Choose a tag to compare

What's Changed

Fix:

  • Validation error in enabling auto_chapters
  • Add webhook_auth_header_value in BaseTranscript

Feature:

  • Allow retrieval of JSON response via .json_response on Transcript
  • Allow submitting multiple audio files without waiting for completion via .submit_group

Full Changelog: 0.15.1...0.16.0

0.15.1

28 Jul 08:13
f4398cc
Compare
Choose a tag to compare

What's Changed

Fixes

  • fix: add missing speakers_expected to BaseTranscript by @gcheshkov in #30
  • fix: webhook_url configuration by @s0h3yl in #31

New Contributors

Full Changelog: 0.15.0...0.15.1

0.15.0

20 Jul 22:36
6e965e4
Compare
Choose a tag to compare

Changes

Breaking Change

Features

  • Adds Lemur.action-items feature - see example for usage

0.14.0

20 Jul 00:42
1a8b675
Compare
Choose a tag to compare

What's Changed

Breaking Change

  • Removes Lemur.ai_coach functionality
  • Lemur.summarize and Lemur.question return now a result object - see example for usage

Features

  • Adds new Lemur.task feature for custom prompting - see example for usage