Skip to content

Releases: deepgram/deepgram-js-sdk

v3.11.3

26 Mar 22:59
Compare
Choose a tag to compare

3.11.3 (2025-03-26)

Bug Fixes

  • fixed circular dependency giving errors under webpack (87c554b)

v3.11.2

03 Mar 19:22
Compare
Choose a tag to compare

3.11.2 (2025-03-03)

Bug Fixes

  • use string fallback in union types for agent (711be7e)

Reverts

v3.11.1

13 Feb 19:33
Compare
Choose a tag to compare

3.11.1 (2025-02-13)

Bug Fixes

v3.11.0

11 Feb 17:02
Compare
Choose a tag to compare

3.11.0 (2025-02-11)

Bug Fixes

Features

  • support nova-3 and keyterms in stt (23bf960)
  • support nova-3 in agent (f84761b)

v3.10.1

06 Feb 19:25
Compare
Choose a tag to compare

3.10.1 (2025-02-06)

Bug Fixes

  • type definition issues on agent schema (21dcc9b)

v3.10.0

03 Feb 17:20
Compare
Choose a tag to compare

3.10.0 (2025-02-03)

Bug Fixes

  • actually send normalised config (5d7cbae)

Features

v3.9.0-beta.1

14 Nov 19:05
4808dd8
Compare
Choose a tag to compare
v3.9.0-beta.1 Pre-release
Pre-release

3.9.0-beta.1 (2024-11-14)

Bug Fixes

Features

  • configurable websocket url (93ba5ae)
  • finish it up! (7e61801)
  • i feel like i'm getting nowhere here (d38d1d1)
  • spec out the api docs (f2f6e98)
  • use agent directly, no live prop (93c1feb)

v3.9.0

23 Oct 16:40
Compare
Choose a tag to compare

3.9.0 (2024-10-23)

Bug Fixes

  • move @types/node to dependencies instead of devDependencies (18b4640)

Features

  • add lint and build to workflow (1710c46)
  • add linting for yaml files (f10d10d)
  • add markdown linting (899b0e9)
  • lint the examples (744fe1a)
  • set up linting for typescript (6590d73)

v3.8.1

10 Oct 19:19
Compare
Choose a tag to compare

3.8.1 (2024-10-10)

Bug Fixes

  • handle blob response, append wav header (bb5c8b2)
  • pass sample rate option (753be7e)

v3.8.0

01 Oct 16:04
Compare
Choose a tag to compare

3.8.0 (2024-10-01)

Features

  • send back raw buffer instead of ArrayBuffer (298df5c)