Skip to content

v4.4.2

Compare
Choose a tag to compare
@Swimburger Swimburger released this 03 May 15:10
· 25 commits to main since this release
3d8bd1f

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