Releases: deepgram/deepgram-js-sdk
Releases · deepgram/deepgram-js-sdk
General release - June 2023
What's Changed
- feat: Use nullish coalescing by @nickottocode in #136
- feat: introduce a back-comp change to 'project.update' to accept project_id @lukeocodes in #134
- feat: Better VTT and SRT by @lukeocodes in #141
- feat: remove specific error typing in prep for v3.x @briancbarrow in #142
- feat: add support for new beta release of summarisation by @briancbarrow in #143
- chore: bump webpack from 5.72.0 to 5.76.0 by @dependabot in #122
- chore: improve the readme examples by @lukeocodes in #144
New Contributors
- @jpvajda made their first contribution in #140
- @nickottocode made their first contribution in #136
Known Issues
- New issue related to find-and-replace https://github.com/orgs/deepgram/discussions/203
Full Changelog: 2.1.1...2.2.0
v2.1.1
Updated Readme
v2.1.0
Arbitrary option values
v2.0.0
MAJOR CHANGE
- Deprecated Browser version of SDK
- Updated Error types
v1.21.0
Added keywords_boost option.
Also added warning about browser SDK support being deprecated in the future
v1.20.0
Added some missing functionality with options to pass into transcription endpoints.
v1.19.0
Updated endpointing to accept a boolean OR a number
v1.18.3
Changed error response to output full json as string
v1.18.2
Added error message to reason property when WebSocket closes to give better visibility to users
v1.18.1
Bugfix. Moved detected_language to the correct type.