Releases: deepgram/deepgram-js-sdk
Releases · deepgram/deepgram-js-sdk
v3.9.0
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
3.8.1 (2024-10-10)
Bug Fixes
- handle blob response, append wav header (bb5c8b2)
- pass sample rate option (753be7e)
v3.8.0
3.8.0 (2024-10-01)
Features
- send back raw buffer instead of ArrayBuffer (298df5c)
v3.7.0
3.7.0 (2024-09-18)
Features
- add SpeakClient and example (a3112bc)
- add SpeakLiveClient and LiveTTSEvents (39a535d)
- finishing touches TTS live client (5da606d)
- remove container from websocket speak options (2a03f9a)
- rename reset method to clear, respond with "Clear" payload (b409f8d)
- update AbstractLiveClient to handle binary data (a7feb78)
v3.6.0
3.6.0 (2024-08-29)
Features
- add new models endpoints to SDK (630387d)
v3.5.1
3.5.1 (2024-08-05)
Bug Fixes
- process is not defined in browser demos right now (984591d)
v3.5.0
3.5.0 (2024-07-12)
Features
- implement
no_delay
(726f676)
- implement multi-lingual (034d5b0)
- implements
finalize
on the liveclient (cee0704)
v3.4.4
3.4.4 (2024-07-09)
Bug Fixes
- missing type for detect_language which supports multiple strings OR a single bool (ebf07a5)
v3.4.3
3.4.3 (2024-07-09)
Bug Fixes
- use correct import of EventEmitter (80e2331), closes #309
v3.4.2
3.4.2 (2024-07-09)
Bug Fixes
- deprecation note in ListenLiveClient (a22824e)