Releases: deepgram/deepgram-js-sdk
Releases · deepgram/deepgram-js-sdk
v3.4.2
3.4.2 (2024-07-09)
Bug Fixes
- deprecation note in ListenLiveClient (a22824e)
v3.4.1
3.4.1 (2024-07-04)
Bug Fixes
- correct spelling of LiveClient (ecf09df)
v3.4.0
3.4.0 (2024-07-02)
Bug Fixes
- edit isBrowser to explicitly check for a window.document before dismissing it as not browser (5612f86)
- merge clones by default (ff467bf)
- remove erroneous file (785aff4)
- resolves process undefined and logs more data for browser types (b62f2e3)
Features
- abstract client rebuilt for namespace options (486fd86)
- convert all legacy options to namespaced options (154ba30)
- merge in new websocket transmitter changes (565ae2c)
- plug live client into new options (8510726)
- plug rest clients into new options (e2f3d8f)
- rebuilding config and class interfaces (501d6d0)
- switch to new websocket logic (331454e)
- tie together namespace config with fetch and websocket options (a7a4752)
v3.3.5
3.3.5 (2024-06-21)
Bug Fixes
- missing speaker in SyncPrerecordedResponse (#260) (119b53d)
v3.3.4
3.3.4 (2024-06-06)
Bug Fixes
- fallback from undefined process variable (7ce44bd)
- make sure process.versions without node key also works (c166430)
v3.3.3
3.3.3 (2024-05-20)
Bug Fixes
- unconditional process reference (bd51da7)
v3.3.2
3.3.2 (2024-05-15)
Bug Fixes
- override es5-ext to pre-vuln version. bump ejs for vuln (8756508)
v3.3.1
3.3.1 (2024-04-30)
Bug Fixes
- process is undefined error in browsers (#275) (5e51f1c)
v3.3.0
3.3.0 (2024-04-27)
Features
- feat: add _experimentalCustomFetch config to override fetch (#245)
- feat: add get auth token details method to manage client (#262)
Bug fixes
- fix: update user agent to include JS or node (#269)
Other
- chore: edit example for is_final and endpointing together with utterance end (#264)
- chore: Bump es5-ext from 0.10.62 to 0.10.64 (#250)
v3.2.0
3.2.0 (2024-03-11)
Features