Deepgram-sdk

Latest version: v3.3.1

Safety actively analyzes 638388 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 5 of 8

3.0.0

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

New Contributors
* dvonthenen made their first contribution in https://github.com/deepgram/deepgram-python-sdk/pull/172

**Full Changelog**: https://github.com/deepgram/deepgram-python-sdk/compare/v2.12.0...v3.0.0

3.0.0rc.3

What's Changed
* Custom Query Parameters on URL for API Calls by dvonthenen in https://github.com/deepgram/deepgram-python-sdk/pull/215
* Update to Poetry Config To Breakout SDK, Dev, and Examples Dependencies by dvonthenen in https://github.com/deepgram/deepgram-python-sdk/pull/214

**Full Changelog**: https://github.com/deepgram/deepgram-python-sdk/compare/v3.0.0-rc.2...v3.0.0-rc.3

3.0.0rc.2

What's Changed
* Updates to README, examples, and More PyDocs by dvonthenen in https://github.com/deepgram/deepgram-python-sdk/pull/209
* [LiveClient] Pass Self in Callbacks, Make Async/Sync Client StartUp Same by dvonthenen in https://github.com/deepgram/deepgram-python-sdk/pull/213

**Full Changelog**: https://github.com/deepgram/deepgram-python-sdk/compare/v3.0.0-rc.1...v3.0.0-rc.2

3.0.0rc.1

What's Changed
* Provide Timeout Capabilities for Sync Functions by dvonthenen in https://github.com/deepgram/deepgram-python-sdk/pull/207
* Query options appended by dvonthenen in https://github.com/deepgram/deepgram-python-sdk/pull/208

**Full Changelog**: https://github.com/deepgram/deepgram-python-sdk/compare/v3.0.0-beta.2...v3.0.0-rc.1

3.0.0beta.2

What's Changed
* Enable Development Releases by dvonthenen in https://github.com/deepgram/deepgram-python-sdk/pull/204
* Fix Dev Workflow to Get Tag Name Only by dvonthenen in https://github.com/deepgram/deepgram-python-sdk/pull/205
* Fix Dynamic Loading of PyAudio by dvonthenen in https://github.com/deepgram/deepgram-python-sdk/pull/206

**Full Changelog**: https://github.com/deepgram/deepgram-python-sdk/compare/v3.0.0-beta.1...v3.0.0-beta.2

3.0.0beta.1

What's Changed
* made the api key optional for on-prem by jjmaldonis in https://github.com/deepgram/deepgram-python-sdk/pull/198
* Separate Options from Responses, Favor Using Option Classes by dvonthenen in https://github.com/deepgram/deepgram-python-sdk/pull/199
* Implement Sync (Default) and Async For All Functions/Classes by dvonthenen in https://github.com/deepgram/deepgram-python-sdk/pull/200
* Dont CheckIn IDE Settings (VSCode) by dvonthenen in https://github.com/deepgram/deepgram-python-sdk/pull/201
* update readme by SandraRodgers in https://github.com/deepgram/deepgram-python-sdk/pull/202

**Full Changelog**: https://github.com/deepgram/deepgram-python-sdk/compare/v3.0.0-alpha.5...v3.0.0-beta.1

Page 5 of 8

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.