Skip to content

Releases: deepgram/deepgram-js-sdk

v3.1.3

Choose a tag to compare

@lukeocodes lukeocodes released this 30 Jan 16:03

What's Changed

New Contributors

Full Changelog: v3.0.1...v3.1.3

v3.0.1

Choose a tag to compare

@github-actions github-actions released this 05 Dec 15:17
7c41660

3.0.1 (2023-12-05)

Bug Fixes

v3.0.0

Choose a tag to compare

@github-actions github-actions released this 29 Nov 21:38
2734f69

3.0.0 (2023-11-29)

Notable Changes

  • ESM and UMD support
  • WebVTT and SRT captions published as a standalone package
  • Separate async and sync transcription methods.
  • JavaScript and Node.js friendly (isomorphic)
  • Improved live transcription events
  • Switch from request to fetch
  • Initialization by function instead of class
  • Scoped constructor config
  • Better errors
  • Support for future products
  • Support for on-prem deployments

Release

BREAKING CHANGES

  • Complete rearchitecture of the Node/JavaScript SDK to work in browsers and Node.

v3.0.0-beta.6

v3.0.0-beta.6 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 22 Nov 15:42
633e0f2

3.0.0-beta.6 (2023-11-22)

Features

  • tightly couple the api key to the proxy logic, so an api can't mistakenly be made public (#206) (633e0f2)

v3.0.0-beta.5

v3.0.0-beta.5 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 22 Nov 15:02
a75db1f

3.0.0-beta.5 (2023-11-22)

Features

  • update websocket to use w3cwebsocket for node/browser/edge worker examples (#205) (a75db1f)

v3.0.0-beta.4

v3.0.0-beta.4 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 17 Nov 10:37
f64f76c

3.0.0-beta.4 (2023-11-17)

Bug Fixes

v3.0.0-beta.3

v3.0.0-beta.3 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 15 Nov 18:40
0dce6e5

3.0.0-beta.3 (2023-11-15)

Bug Fixes

  • find a fix to allow the client to work in either websocket environment (#199) (0dce6e5)

v3.0.0-beta.2

v3.0.0-beta.2 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 04 Nov 18:30
c0def14

3.0.0-beta.2 (2023-11-04)

Bug Fixes

  • fix dependency issues up and downstream (#188) (c0def14)

v3.0.0-beta.1

v3.0.0-beta.1 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 02 Nov 13:32
a879e7d

3.0.0-beta.1 (2023-11-02)

BREAKING CHANGES

  • complete rearchitecture of the Node/JavaScript SDK to work in browsers and Node.

v3.0.0-alpha.12

v3.0.0-alpha.12 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 01 Nov 14:25
972f8d8

3.0.0-alpha.12 (2023-11-01)

Features