Skip to content

Releases: deepgram/deepgram-dotnet-sdk

6.8.0

Choose a tag to compare

@GregHolmes GregHolmes released this 08 Jun 08:51
4c9ac9e

What's Changed

Added

  • Add DiarizeModel to PreRecordedSchema (batch / pre-recorded transcription), serialized to the diarize_model query parameter on POST /v1/listen. Surfaces Batch Diarization v2 to callers — accepts latest, v1, or v2. (#412)

Additive and non-breaking: the deprecated Diarize boolean is unchanged, and the property is omitted from the request when unset. Batch-only — intentionally not added to the streaming LiveSchema, since the API rejects diarize_model on streaming requests.

Full Changelog: 6.7.0...6.8.0

6.7.0

Choose a tag to compare

@GregHolmes GregHolmes released this 29 May 10:39
835644e

What's Changed

Bug Fixes

  • Fix Channel mapped property (channel_indexchannel) on SpeechStartedResponse and UtteranceEndResponse for both Listen v1 and v2 WebSocket clients. This property was previously bound to a JSON key the server never sends for these messages, so it was always unpopulated. (#407)

Performance

  • Reduce allocations in the Listen v1 and v2 WebSocket hotpath.
  • Skip building log message strings when the corresponding log level is disabled. (#408)

Added

  • New public Log.IsEnabled(LogLevel) method to check whether a given log level is active. (#408)

Full Changelog: 6.6.1...6.7.0

6.6.1

Choose a tag to compare

@jpvajda jpvajda released this 12 Nov 19:45
5a30669

What's Changed

  • Remove manual Content-Length header from v1/v2 Utilities by @jeniya-DG in #388

New Contributors

  • @jeniya-DG made their first contribution in #388

Full Changelog: 6.6.0...6.6.1

6.6.0

Choose a tag to compare

@jpvajda jpvajda released this 12 Aug 23:24
122a175

What's Changed

Full Changelog: 6.5.1...6.6.0

6.5.1

Choose a tag to compare

@jpvajda jpvajda released this 25 Jul 23:03
ac69967

What's Changed

Full Changelog: 6.5.0...6.5.1

6.5.0

Choose a tag to compare

@jpvajda jpvajda released this 21 Jul 15:42
2241627

What's Changed

Full Changelog: 6.4.0...6.5.0

6.4.0

Choose a tag to compare

@jpvajda jpvajda released this 11 Jul 15:38
3ea1da9

What's Changed

Full Changelog: 6.3.0...6.4.0

6.3.0

Choose a tag to compare

@jpvajda jpvajda released this 25 Jun 19:23
c174175

What's Changed

  • Fix: Update README examples to use correct CallBack property name by @Dominent in #379
  • feat(auth): add Bearer Token authentication support by @lukeocodes in #378

New Contributors

Full Changelog: 6.2.1...6.3.0

6.2.1

Choose a tag to compare

@naomi-lgbt naomi-lgbt released this 13 Jun 17:21
c9c3144

What's Changed

Full Changelog: 6.2.0...6.2.1

6.2.0

Choose a tag to compare

@naomi-lgbt naomi-lgbt released this 10 Jun 18:46
3d3977a

What's Changed

Full Changelog: 6.1.0...6.2.0