Releases: AssemblyAI/assemblyai-node-sdk
Releases · AssemblyAI/assemblyai-node-sdk
v4.4.3
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
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 nativeWebSocket
, other builds will use thews
package.
Full Changelog: v4.4.1...v4.4.2
v4.4.1
What's Changed
Changed
- Deprecate
enableExtraSessionInformation
parameter inCreateRealtimeTranscriberParams
type
Full Changelog: v4.4.0...v4.4.1
v4.4.0
What's Changed
Added
- Add
disablePartialTranscripts
parameter toCreateRealtimeTranscriberParams
- Add
enableExtraSessionInformation
parameter toCreateRealtimeTranscriberParams
- Add
session_information
event toRealtimeTranscriber.on()
Updated
⚠️ Deprecateconformer-2
literal forTranscriptParams.speech_model
property
Fixed
- Add missing
status
property toAutoHighlightsResult
Full Changelog: v4.3.4...v4.4.0
v4.3.4
What's Changed
Added
SpeechModel.Best
enumTranscriptListItem.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
What's Changed
Added
- GitHub action to generate API reference
- Generate API reference with Typedoc and host on GitHub Pages
Changed
- Add
conformer-2
toSpeechModel
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
- @ethanrcohen made their first contribution in #39
Full Changelog: v4.3.2...v4.3.3
v4.3.2
What's Changed
Added
- Add
audio_url
property toTranscribeParams
in addition to theaudio
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
What's Changed
- Sync from internal repo (2024/02/16) by @Swimburger in #36
Full Changelog: v4.3.0...v4.3.1
v4.3.0
What's Changed
Added
- Add
RealtimeTranscriber.configureEndUtteranceSilenceThreshold
function - Add
RealtimeTranscriber.forceEndUtterance
function - Add
end_utterance_silence_threshold
property toCreateRealtimeTranscriberParams
andRealtimeTranscriberParams
types.
Full Changelog: v4.2.3...v4.3.0