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