Releases: deepgram/deepgram-python-sdk
Releases · deepgram/deepgram-python-sdk
v3.1.6
What's Changed
- Update Token for Dev PyPi Builds by @dvonthenen in #324
- Generate PyDocs for GA Release Only by @dvonthenen in #325
- Fix
pyright
Defintions for3.1.5
by @dvonthenen in #328
Full Changelog: v3.1.5...v3.1.6
v3.1.5
What's Changed
- Rename Dev Build to Unstable by @dvonthenen in #303
- Issue #223 for Documentation Generation Created Github Actions Workflow by @UniversalDevGenius in #281
- Bugfix: manage resources properly by @tomprimozic in #305
- Fix Exception Handling When Platform Sends Close (From Timeout) by @dvonthenen in #306
- Implement Non-Blocking Firing of Emitting
on_
Functions by @dvonthenen in #309 - Implement KeepAlive for AsyncClient by @dvonthenen in #313
- Type All Input and Result Values in the SDK by @dvonthenen in #314
- Type All Input and Return Values in Examples by @dvonthenen in #315
- Examine Legacy Syntax and Verify/Identify Issues by @dvonthenen in #316
- Add Missing Extra Param in Live Metadata Class by @dvonthenen in #320
- Examine JSON DataClasses and Remove
Optional
for Those That are Required by @dvonthenen in #317
New Contributors
- @tomprimozic made their first contribution in #305
Full Changelog: v3.1.4...v3.1.5
v3.1.4
What's Changed
- Fix _emit not being awaited by @mirceapasoi in #295
- Fix Accessing Object via Dictionary by @dvonthenen in #298
- Object of type Sentiment is not JSON serializable by @dvonthenen in #297
New Contributors
- @mirceapasoi made their first contribution in #295
Full Changelog: v3.1.3...v3.1.4
v3.1.3
What's Changed
- Fix for
transcribe_url_callback
andtranscribe_file_callback
with Example by @dvonthenen in #285 - Readme Update by @jpvajda in #287
- Implement Custom Options for Live Clients by @dvonthenen in #290
Full Changelog: v3.1.2...v3.1.3
v3.1.2
What's Changed
- Fix Explicitly Passing API Key to
DeepgramClient
by @dvonthenen in #284
Full Changelog: v3.1.1...v3.1.2
v3.1.1
What's Changed
- [CHORE] Update Issue and PR Templates, Update Various Guides Formatting to Match Go by @dvonthenen in #269
- [ENHANCEMENT] Refactor Microphone to use callback mode by @lugia19 in #267
- [ENHANCEMENT] adds feature extra to metadata by @SandraRodgers in #274
- [CHORE] removes unnecessary warning by @SandraRodgers in #275
- [ENHANCEMENT] Remove Explicit Asyncio From Dependencies by @dvonthenen in #276
- [CHORE] Update Throwing Fatal Error When Using Older
v2
Class by @dvonthenen in #271 - [FEATURE] Implements vad_events for SpeechStarted by @dvonthenen in #263
- [ENHANCEMENT] Clean Up JSON to Remove Null and Handle Default Fields by @dvonthenen in #273
- [BUG] Update Extras Param to Take An Array by @dvonthenen in #277
New Contributors
Full Changelog: v3.1.0...v3.1.1
v3.1.0
What's Changed
- [BUG] fix:issue of exception on websocket closing by @SandraRodgers in #256
- [FEATURE] Initial Implementation for SITS Features by @dvonthenen in #255
- [BUG] Port SyncClient Exception Handling to Async Client by @dvonthenen in #257
- [FEATURE] Update UtteranceEnd Message With Latest by @dvonthenen in #258
- [FEATURE] modified
response.py
to add support for tokens issue #170 by @UniversalDevGenius in #259 - [FEATURE] Remove Beta From URL in Read Examples by @dvonthenen in #261
- [BUG] Fix Link to COC by @dvonthenen in #268
New Contributors
- @UniversalDevGenius made their first contribution in #259
Full Changelog: v3.0.3...v3.1.0
v3.0.3
What's Changed
- added callback_method query parameter by @jjmaldonis in #251
- Direct Class Instantiation Examples by @dvonthenen in #250
- Implement Timeout for Async REST API Call by @dvonthenen in #249
- Implement EnvVar for Containerized Images by @dvonthenen in #253
- Expose Missing Options on Prerecorded/Live by @dvonthenen in #246
Full Changelog: v3.0.2...v3.0.3
v3.0.2
What's Changed
- Fix
__getitem__
In Repsonses by @dvonthenen in #238 - Improved Exception Message for REST Calls by @dvonthenen in #242
- Revert Unintented Marshalling Changes by @dvonthenen in #241
- Enforce Python Version (3.10+) With Deps by @dvonthenen in #239
- Missing Speaker Index on Live Stream by @dvonthenen in #243
- Fix Missing Values After Audit by @dvonthenen in #244
Full Changelog: v3.0.1...v3.0.2
v3.0.1
What's Changed
- Update README for SemVer Guidance by @dvonthenen in #221
- Fix Async Live Callback Definition by @dvonthenen in #227
- Deprecation Warning on Deepgram Class from Version 2 by @dvonthenen in #229
- Update README.md - Firm Min Support by @dvonthenen in #224
- Fix dup/merge conflict for
examples/streaming/http
by @dvonthenen in #218 - Expose Response Classes for Inheritance by @dvonthenen in #232
- Implements UtteranceEnd Message for Live/Streaming Client by @dvonthenen in #233
Full Changelog: v3.0.0...v3.0.1