Skip to content

Releases: deepgram/deepgram-js-sdk

v3.2.0-alpha.1

17 Feb 15:01
e14155a
Compare
Choose a tag to compare
v3.2.0-alpha.1 Pre-release
Pre-release

3.2.0-alpha.1 (2024-02-17)

Features

v3.1.9

06 Feb 16:11
0212338
Compare
Choose a tag to compare

3.1.9 (2024-02-06)

Bug Fixes

  • metadata response missing from analyze response (#248) (0212338)

v3.1.8

06 Feb 16:08
25111e9
Compare
Choose a tag to compare

3.1.8 (2024-02-06)

Bug Fixes

  • incorrect typing on extra metadata in schema (#247) (25111e9)

v3.1.7

06 Feb 15:58
9316d91
Compare
Choose a tag to compare

3.1.7 (2024-02-06)

Bug Fixes

  • default URL should have protocol included (#246) (9316d91)

v3.1.6

31 Jan 18:03
f3873d9
Compare
Choose a tag to compare

3.1.6 (2024-01-31)

Bug Fixes

  • missing lines from merge conflict for text inteligence, add example (#242) (f3873d9)

v3.1.5

31 Jan 09:51
Compare
Choose a tag to compare

3.1.5 (2024-01-31)

Bug Fixes

  • update package.json to reflect renamed repo (a08f138)
  • update live example to demonstrate utteranceend and speechstarted (7dd99c9)

Full Changelog: v3.1.3...v3.1.5

v3.1.3

30 Jan 16:03
Compare
Choose a tag to compare

What's Changed

New Contributors

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

v3.0.1

05 Dec 15:17
7c41660
Compare
Choose a tag to compare

3.0.1 (2023-12-05)

Bug Fixes

v3.0.0

29 Nov 21:38
2734f69
Compare
Choose a tag to compare

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

22 Nov 15:42
633e0f2
Compare
Choose a tag to compare
v3.0.0-beta.6 Pre-release
Pre-release

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)