Releases: deepgram/deepgram-go-sdk
v1.6.2
What's Changed
- include deepgram specific error message in StatusError.Error by @cbodonnell in #267
- Example Tagging Release by @dvonthenen in #268
- Fix Using
ws://
With Self Hosted by @dvonthenen in #269 - Organize Deprecated Code by @dvonthenen in #271
New Contributors
- @cbodonnell made their first contribution in #267
Full Changelog: v1.6.1...v1.6.2
v1.6.1
What's Changed
- Fix REST Posting File to v1/listen by @dvonthenen in #265
Full Changelog: v1.6.0...v1.6.1
v1.6.0
What's Changed
- Implement Channel Callback Interface by @dvonthenen in #263
- Reintroduce TTS WS by @dvonthenen in #258
Full Changelog: v1.5.0...v1.6.0
v1.5.0
What's Changed
- Defining the Contribution Process and Project Management Process by @dvonthenen in #256
- Add dictation parameter to STT streaming by @bryanwux in #261
- Implement Get Models by @dvonthenen in #262
New Contributors
Full Changelog: v1.4.0...v1.5.0
v1.4.0
What's Changed
- creating speak streaming client and api by @SandraRodgers in #239
- Port WebSocket Threading Fixes
STT Live
->TTS Speak
, Port Fixes FromTTS Speak
->STT Live
by @dvonthenen in #246 - Remove Outer Ticker Loop - Dead Code by @dvonthenen in #247
- Fix README: pass options as pointers by @jhillyerd in #250
- Refactor sdk package structure by @dvonthenen in #248
- Updates Examples With New Package Names, Adds Warning, Fix Thread Panic by @dvonthenen in #252
- Address Common vs REST Defaults for Clients by @dvonthenen in #254
- Implements Multi-Lingual Support by @dvonthenen in #255
- Remove TTS WS Implementation from
main
by @dvonthenen in #257
New Contributors
- @jhillyerd made their first contribution in #250
Full Changelog: v1.3.6...v1.4.0
v1.3.6
Please read the important note below!
IMPORTANT NOTE: This release introduces breaking changes to the STT or Live Client from
v1.2
to this release. If you upgrade from any previous version of this SDK, please read the migration note below:
https://developers.deepgram.com/docs/go-sdk-v12-to-v136-migration-guide#prerecordedrest-client-new
What's Changed
- Make All Socket Write Operations Atomic by @dvonthenen in #243
- Drain the WebSocket Queue of Messages by @dvonthenen in #245
Full Changelog: v1.3.5...v1.3.6
v1.3.5
Release is Broken: Please read the important note below!
IMPORTANT NOTE: This release should not be used as it was found to have unintended issues for STT or LiveClient.
Please use the latest release,
v1.3.6,
to ensure the client connect functions as intended.
What's Changed
- Added support for tier to ensure backward compatibility by @akshaylb in #235
- Auto Finalize When Not Sending Audio by @dvonthenen in #237
New Contributors
Full Changelog: v1.3.4...v1.3.5
v1.3.4
Release is Broken: Please read the important note below!
IMPORTANT NOTE: This release should not be used as it was found to have unintended issues for STT or LiveClient.
Please use the latest release,
v1.3.6,
to ensure the client connect functions as intended.
What's Changed
- Fix Repeated/Excessive Read Failure on WS by @dvonthenen in #234
Full Changelog: v1.3.3...v1.3.4
v1.3.3
Release is Broken: Please read the important note below!
IMPORTANT NOTE: This release should not be used as it was found to have unintended issues for STT or LiveClient.
Please use the latest release,
v1.3.6,
to ensure the client connect functions as intended.
What's Changed
- Expected Failure After 3 Failed Attempts by @dvonthenen in #231
- Fix Reconnect Logic by @dvonthenen in #232
- Fix Open/Close Event Pairing After Fatal Reconnect Refactor by @dvonthenen in #233
Full Changelog: v1.3.2...v1.3.3
v1.3.2
Release is Broken: Please read the important note below!
IMPORTANT NOTE: This release should not be used as it was found to have unintended issues for STT or LiveClient.
Please use the latest release,
v1.3.6,
to ensure the client connect functions as intended.
What's Changed
- Fix Write From Multi-Source (KeepAlive, etc) by @dvonthenen in #228
Full Changelog: v1.3.1...v1.3.2