Releases: deepgram/deepgram-dotnet-sdk
Releases · deepgram/deepgram-dotnet-sdk
Release list
6.8.0
What's Changed
Added
- Add
DiarizeModeltoPreRecordedSchema(batch / pre-recorded transcription), serialized to thediarize_modelquery parameter onPOST /v1/listen. Surfaces Batch Diarization v2 to callers — acceptslatest,v1, orv2. (#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
What's Changed
Bug Fixes
- Fix
Channelmapped property (channel_index→channel) onSpeechStartedResponseandUtteranceEndResponsefor 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
6.6.0
6.5.1
6.5.0
6.4.0
6.3.0
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
What's Changed
- readme refactor + file removal by @jpvajda in #376
- fix: handle empty objects properly by @naomi-lgbt in #377
Full Changelog: 6.2.0...6.2.1
6.2.0
What's Changed
- feat: support context length option by @naomi-lgbt in #375
Full Changelog: 6.1.0...6.2.0