Skip to content

Releases: AssemblyAI/assemblyai-node-sdk

v4.3.4

02 Apr 21:24
56a61f8
Compare
Choose a tag to compare

What's Changed

Added

  • SpeechModel.Best enum
  • TranscriptListItem.error property

Updated

  • Make PageDetails.prev_url nullable
  • Rename Realtime to Streaming inside code documentation
  • More inline code documentation

Fixed

  • Rename SubstitutionPolicy literal "entity_type" to "entity_name"
  • Fix the pagination example in "List transcripts" sample on README

Full Changelog: v4.3.3...v4.3.4

v4.3.3

19 Mar 13:48
880a8ec
Compare
Choose a tag to compare

What's Changed

Added

  • GitHub action to generate API reference
  • Generate API reference with Typedoc and host on GitHub Pages

Changed

  • Add conformer-2 to SpeechModel type
  • Change language_code field to accept any string
  • Move from JSDoc to TSDoc
  • Update ws to 8.13.0
  • Update dev dependencies (no public facing changes)

New Contributors

Full Changelog: v4.3.2...v4.3.3

v4.3.2

09 Mar 04:03
5a0cce9
Compare
Choose a tag to compare

What's Changed

Added

  • Add audio_url property to TranscribeParams in addition to the audio property. You can use one or the other. audio_url only accepts a URL string.
  • Add TranscriptReadyNotification type for the transcript webhook body.

Changed

  • Update codebase to use TSDoc
  • Update README.md with more samples

Full Changelog: v4.3.1...v4.3.2

v4.3.1

16 Feb 20:00
7dfb457
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.3.0...v4.3.1

v4.3.0

15 Feb 19:47
5705bfe
Compare
Choose a tag to compare

What's Changed

Added

  • Add RealtimeTranscriber.configureEndUtteranceSilenceThreshold function
  • Add RealtimeTranscriber.forceEndUtterance function
  • Add end_utterance_silence_threshold property to CreateRealtimeTranscriberParams and RealtimeTranscriberParams types.

Full Changelog: v4.2.3...v4.3.0

v4.2.3

13 Feb 14:52
24d94a8
Compare
Choose a tag to compare

What's Changed

  • Add speech_model field and SpeechModel type.

Full Changelog: v4.2.2...v4.2.3

v4.2.2

29 Jan 18:23
e0855ad
Compare
Choose a tag to compare

What's Changed

Changed

  • Windows paths passed to client.transcripts.transcribe and client.transcripts.submit will work as expected.

Full Changelog: v4.2.1...v4.2.2

v4.2.1

23 Jan 21:41
a88f2d4
Compare
Choose a tag to compare

What's Changed

Added

  • Add answer_format to LemurActionItemsParams type

Changed

  • Rename RealtimeService to RealtimeTranscriber, RealtimeServiceFactory to RealtimeTranscriberFactory, RealtimeTranscriberFactory.createService() to RealtimeTranscriberFactory.transcriber(). Deprecated aliases are provided for all old types and functions for backwards compatibility.
  • Restrict the type for redact_pii_audio_quality from string to RedactPiiAudioQuality an enum string.

Full Changelog: v4.2.0...v4.2.1

v4.2.0

11 Jan 21:24
7f5efee
Compare
Choose a tag to compare

Added

  • Add content_safety_confidence to TranscriptParams & TranscriptOptionalParams.

Changed

  • The RealtimeService now sends audio as binary instead of a base64-encoded JSON object.

v4.1.0

22 Dec 22:02
87c2be2
Compare
Choose a tag to compare

What's Changed

Added

  • Add "anthropic/claude-2-1" to LemurModel type
  • Add encoding option to the real-time service and factory. encoding can be "pcm_s16le" or "pcm_mulaw".
  • "pcm_mulaw" is a newly supported audio encoding for the real-time service.

Changed

  • Allow any string into final_model for LeMUR requests

@Swimburger in #29

Full Changelog: v4.0.1...v4.1.0