Releases: deepgram/deepgram-js-sdk
Releases · deepgram/deepgram-js-sdk
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
listMembers
andremoveMember
methods - Added Member and MemberList Class
- This includes the
- Added scopes endpoint functionality
- This includes the
get
andupdate
methods - Added ScopeList Class
- This includes the
- Added invites endpoint functionality
- This includes the
list
,send
,leave
anddelete
methods - Added InvitationOptions and InvitationList Class
- This includes the
- Added balances endpoint functionality
- This includes the
listBalances
andgetBalance
methods - 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
version
parameter was typed as required for both pre-recorded and live transcription. Changed this to be optional.
v1.2.2
Updated
- Updated the
wordBase
type to include an optionalspeaker
property. - Updated the documentation for the speaker property of the
utterance
type.
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.
v1.2.0
Updated
- Updated the
keys.create
function to allow newexpirationDate
ortimeToLive
values. These are optional and one at most can be provided. Providing both will throw an error.