Skip to content

Releases: AssemblyAI/assemblyai-node-sdk

v4.4.3

15 May 16:21
78d1382
Compare
Choose a tag to compare

What's Changed

  • Add react-native exports that resolve to the browser version of the library.
  • Update dependencies
  • Update README.md
    • Add CDN instructions
  • Add CONTRIBUTING.md

Full Changelog: v4.4.2...v4.4.3

v4.4.2

03 May 15:10
3d8bd1f
Compare
Choose a tag to compare

What's Changed

Changed

  • Caching is disabled for all HTTP request made by the SDK
  • Accept data-URIs in client.files.upload(dataUri), client.transcripts.submit(audio: dataUri), client.transcripts.transcribe(audio: dataUri).
  • Change how the WebSocket libraries are imported for better compatibility across frameworks and runtimes.
    The library no longer relies on a internal #ws import, and instead compiles the imports into the dist bundles.
    Browser builds will use the native WebSocket, other builds will use the ws package.

Full Changelog: v4.4.1...v4.4.2

v4.4.1

17 Apr 16:52
c6a4520
Compare
Choose a tag to compare

What's Changed

Changed

  • Deprecate enableExtraSessionInformation parameter in CreateRealtimeTranscriberParams type

Full Changelog: v4.4.0...v4.4.1

v4.4.0

15 Apr 16:13
651cdb7
Compare
Choose a tag to compare

What's Changed

Added

  • Add disablePartialTranscripts parameter to CreateRealtimeTranscriberParams
  • Add enableExtraSessionInformation parameter to CreateRealtimeTranscriberParams
  • Add session_information event to RealtimeTranscriber.on()

Updated

  • ⚠️ Deprecate conformer-2 literal for TranscriptParams.speech_model property

Fixed

  • Add missing status property to AutoHighlightsResult

Full Changelog: v4.3.4...v4.4.0

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