Skip to content

Releases: AssemblyAI/assemblyai-python-sdk

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

0.13.0

12 Jul 08:50
Compare
Choose a tag to compare

What's Changed

Fixes

  • fix(pydantic): allow pydantic>=2 to be installed alongside v1 by @s0h3yl in #27

Full Changelog: 0.12.0...0.13.0

0.12.0

29 Jun 13:41
Compare
Choose a tag to compare

What's Changed

Changes

Features

Fixes

  • fix ImportError for extras module as mentioned in #23

Refactoring

  • Drop the default for language_code

Full Changelog: 0.11.0...0.12.0

0.11.0

22 Jun 14:49
Compare
Choose a tag to compare

What's Changed

Features

  • Adds PII redacted audio retrieval
  • Allows passing transcript_ids within the TranscriptGroup's constructor

Fixes

  • Fixes the issue where on_error is being called on graceful shutdowns on the real-time service.
  • Fixes a validation issue on IAB and Content-Safety that occurred on Transcript's that errored out.

Full Changelog: 0.10.0...0.11.0

0.10.0

20 Jun 06:59
18eb91b
Compare
Choose a tag to compare

What's Changed

Features

  • feat: add real-time functionality by @s0h3yl in #20

Full Changelog: 0.9.0...0.10.0

0.9.0

0.8.1

09 Jun 14:51
9e5ae41
Compare
Choose a tag to compare

What's Changed

  • docs: fix typo in lemur example by @m-ods in #16
  • fix: make polling interval configurable through Settings by @s0h3yl in #17

New Contributors

  • @m-ods made their first contribution in #16

Full Changelog: 0.8.0...0.8.1