Releases: deepgram/deepgram-js-sdk
Releases · deepgram/deepgram-js-sdk
v1.4.4
Added replace to transcription option types
v1.4.3
Added tier to transcription option types
v1.4.2
Browser compatible sdk is now available at @deepgram/sdk/browser
v1.4.1
Fixes
- Issue in package creation that didn't generate actual output
v1.4.0
Added
- Added Browser compatible versions of the live and preRecorded transcription methods
v1.3.1
Updated
- Updated user-agent header to be generated on build rather than on demand. This should remove warnings when using webpack
v1.3.0
Added
- Added Message Class for generic message responses
- Added member endpoint functionality
- This includes the
listMembersandremoveMembermethods - Added Member and MemberList Class
- This includes the
- Added scopes endpoint functionality
- This includes the
getandupdatemethods - Added ScopeList Class
- This includes the
- Added invites endpoint functionality
- This includes the
list,send,leaveanddeletemethods - Added InvitationOptions and InvitationList Class
- This includes the
- Added balances endpoint functionality
- This includes the
listBalancesandgetBalancemethods - Added Balance and BalanceList Class
- This includes the
v1.2.4
Fixed
- Getting the list of API keys was returning the wrong type of object. The SDK now returns the correct object type, but also returns what was previously implemented with deprecation notices.
- The
versionparameter was typed as required for both pre-recorded and live transcription. Changed this to be optional.
v1.2.2
Updated
- Updated the
wordBasetype to include an optionalspeakerproperty. - Updated the documentation for the speaker property of the
utterancetype.
v1.2.1
Fixed
- Fixed a bug that caused real-time transcriptions to not close correctly. This would result in the user not received the final transcription.