Releases: deepgram/deepgram-js-sdk
Releases · deepgram/deepgram-js-sdk
v3.2.0-alpha.1
v3.1.9
v3.1.8
v3.1.7
v3.1.6
v3.1.5
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
What's Changed
- feat: throw errors when using v2 callstack on the v3 SDK by @lukeocodes in #226
- feat: improve experience around usage of custom API endpoints by @lukeocodes in #230
- chore: update live example to include error event by @DamienDeepgram in #231
- feat: sits for JS sdk by @lukeocodes in #233
- feat: add UtteranceEnd event to sdk by @lukeocodes in #234
- fix: allows endpointing to be disabled with a value of false by @lukeocodes in #236
- feat: add SpeechStarted event to sdk by @lukeocodes in #235
- feat: add missing feature toggles from q1 feature audit by @lukeocodes in #237
- fix: fix body not being serialized somehow by @lukeocodes in #239
New Contributors
- @DamienDeepgram made their first contribution in #231
Full Changelog: v3.0.1...v3.1.3
v3.0.1
v3.0.0
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
- JS SDK V3 (#208) (2734f69), closes #187 #166 #167 #170 #172 #175 #4 #177 #4 #179 #180 #181 #182 #184 #183
BREAKING CHANGES
- Complete rearchitecture of the Node/JavaScript SDK to work in browsers and Node.