Skip to content

Releases: deepgram/deepgram-js-sdk

v1.4.3

07 Jul 20:39
Compare
Choose a tag to compare

Added tier to transcription option types

v1.4.2

24 Jun 21:10
Compare
Choose a tag to compare

Browser compatible sdk is now available at @deepgram/sdk/browser

v1.4.1

23 Jun 22:10
bd2d58a
Compare
Choose a tag to compare

Fixes

  • Issue in package creation that didn't generate actual output

v1.4.0

23 Jun 21:40
Compare
Choose a tag to compare

Added

  • Added Browser compatible versions of the live and preRecorded transcription methods

v1.3.1

02 Apr 17:46
646bf69
Compare
Choose a tag to compare

Updated

  • Updated user-agent header to be generated on build rather than on demand. This should remove warnings when using webpack

v1.3.0

22 Mar 22:55
b579785
Compare
Choose a tag to compare

Added

  • Added Message Class for generic message responses
  • Added member endpoint functionality
    • This includes the listMembers and removeMember methods
    • Added Member and MemberList Class
  • Added scopes endpoint functionality
    • This includes the get and update methods
    • Added ScopeList Class
  • Added invites endpoint functionality
    • This includes the list, send, leave and delete methods
    • Added InvitationOptions and InvitationList Class
  • Added balances endpoint functionality
    • This includes the listBalances and getBalance methods
    • Added Balance and BalanceList Class

v1.2.4

16 Mar 21:48
0dd7dfe
Compare
Choose a tag to compare

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

25 Feb 16:33
43d8d03
Compare
Choose a tag to compare

Updated

  • Updated the wordBase type to include an optional speaker property.
  • Updated the documentation for the speaker property of the utterance type.

v1.2.1

04 Feb 02:11
2514269
Compare
Choose a tag to compare

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

13 Jan 00:37
15d9bc7
Compare
Choose a tag to compare

Updated

  • Updated the keys.create function to allow new expirationDate or timeToLive values. These are optional and one at most can be provided. Providing both will throw an error.