Releases: deepgram/deepgram-python-sdk
Releases · deepgram/deepgram-python-sdk
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
v3.0.0
What's Changed
- [FEATURE] adds python-v3 files by @SandraRodgers in #156
- [FEATURE] Restructure Python v3 (Part 2) - Update Project Settings by @dvonthenen in #172
- [FEATURE] Restructure Python v3 (Part 3) - Separation of Concerns by @dvonthenen in #173
- [FEATURE] Restructure Python v3 (Part 4) - Removes
__pycache__
Dirs by @dvonthenen in #174 - [FEATURE] Restructure Python v3 (Part 5) - Rename Files to Remove Redundancy by @dvonthenen in #175
- [FEATURE] Restructure Python v3 (Part 6) - Add License Headers by @dvonthenen in #176
- [FEATURE] Restructure Python v3 (Part 7) - Support API Versioning by @dvonthenen in #177
- [FEATURE] Implement All Examples for API Calls by @dvonthenen in #182
- [FEATURE] Refactor Live Client for v3 by @dvonthenen in #186
- [CHORE] Fix SetupTools Packaging by @dvonthenen in #189
- [FEATURE] Refactor and Improve Versioning Mechanism by @dvonthenen in #190
- [BUG] Fix README Spacing Breaking CD Publishing by @dvonthenen in #191
- [CHORE] Update All Files Using Black Formatter by @dvonthenen in #193
- [BUG] CD Release Fixes & SetupTools by @dvonthenen in #192
- [FEATURE] Implement Logging Levels for Supportability, Fixes for Prerecorded Response Types by @dvonthenen in #194
- [FEATURE] Implements Additional Logging (Logging Input Structs) by @dvonthenen in #195
- [FEATURE] Suggested Poetry Config by @dvonthenen in #197
- [FEATURE] made the api key optional for on-prem by @jjmaldonis in #198
- [CHORE] Separate Options from Responses, Favor Using Option Classes by @dvonthenen in #199
- [FEATURE] Implement Sync (Default) and Async For All Functions/Classes by @dvonthenen in #200
- [CHORE] Dont CheckIn IDE Settings (VSCode) by @dvonthenen in #201
- [CHORE] update readme by @SandraRodgers in #202
- [FEATURE] Enable Development Releases by @dvonthenen in #204
- [BUG] Fix Dev Workflow to Get Tag Name Only by @dvonthenen in #205
- [FEATURE] Fix Dynamic Loading of PyAudio by @dvonthenen in #206
- [FEATURE] Provide Timeout Capabilities for Sync Functions by @dvonthenen in #207
- [BUG] Query options appended by @dvonthenen in #208
- [FEATURE] Updates to README, examples, and More PyDocs by @dvonthenen in #209
- [FEATURE] LiveClient: Pass Self in Callbacks, Make Async/Sync Client StartUp Same by @dvonthenen in #213
- [FEATURE] Custom Query Parameters on URL for API Calls by @dvonthenen in #215
- [CHORE] Update to Poetry Config To Breakout SDK, Dev, and Examples Dependencies by @dvonthenen in #214
- [CHORE] WS Protocol Ping & Some Clean Up by @dvonthenen in #216
New Contributors
- @dvonthenen made their first contribution in #172
Full Changelog: v2.12.0...v3.0.0
v3.0.0-rc.3
What's Changed
- Custom Query Parameters on URL for API Calls by @dvonthenen in #215
- Update to Poetry Config To Breakout SDK, Dev, and Examples Dependencies by @dvonthenen in #214
Full Changelog: v3.0.0-rc.2...v3.0.0-rc.3
v3.0.0-rc.2
What's Changed
- Updates to README, examples, and More PyDocs by @dvonthenen in #209
- [LiveClient] Pass Self in Callbacks, Make Async/Sync Client StartUp Same by @dvonthenen in #213
Full Changelog: v3.0.0-rc.1...v3.0.0-rc.2
v3.0.0-rc.1
What's Changed
- Provide Timeout Capabilities for Sync Functions by @dvonthenen in #207
- Query options appended by @dvonthenen in #208
Full Changelog: v3.0.0-beta.2...v3.0.0-rc.1
v3.0.0-beta.2
What's Changed
- Enable Development Releases by @dvonthenen in #204
- Fix Dev Workflow to Get Tag Name Only by @dvonthenen in #205
- Fix Dynamic Loading of PyAudio by @dvonthenen in #206
Full Changelog: v3.0.0-beta.1...v3.0.0-beta.2