Skip to content

Releases: deepgram/deepgram-dotnet-sdk

v2.2.0

20 Jul 12:13
c764603
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.1.0...2.2.0

v2.1.0

30 Jun 16:04
8a143d1
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.0.0...2.1.0

v2.0.0

12 Apr 15:14
Compare
Choose a tag to compare

Updated some types for some properties which are not backward compatible. Hence the breaking change.

v1.13.0

17 Jan 19:12
1f43196
Compare
Choose a tag to compare
  • Add ability to set HttpClient timeout
  • update ParagraphGroup to take in object instead of array

v1.12.0

13 Dec 17:29
01e0a03
Compare
Choose a tag to compare
  • Smart Format
  • Change translation to translate
  • update sentiment threshold option

v1.11.1

30 Nov 20:44
5d75f63
Compare
Choose a tag to compare

Fix bug with concurrency in logger

v1.11.0

30 Nov 19:05
fbf9ddd
Compare
Choose a tag to compare

Added option to allow users to specify api urls that don't require HTTPS

v1.10.0

15 Nov 19:39
777bbfc
Compare
Choose a tag to compare

Formatting features added

v1.9.0

30 Oct 01:24
f7efdc8
Compare
Choose a tag to compare

Added

  • Support for new sentiment analysis feature

v1.8.0

06 Oct 20:22
e1c56a7
Compare
Choose a tag to compare

Added

  • Support for the new topic detection feature on pre-recorded transcription requests.
    Users can toggle topic detection to return topics discussed in the transcription.
  • Support for the new translation feature on pre-recorded transcription requests.
    Users can submit language codes using the Translation string array and translation to that language will be returned with the transcript.
  • Support for the new entity detection feature on pre-recorded transcription requests.
    Users can have detected entities returned for a transcript. Entities include organizations, people, dates, and more.
  • SDK now supports project member invitations, removals, and scope updates
  • SDK now supports the /billing API endpoint

Fixed

  • Multiple usage requests have been updated to reflect the actual response from the API