Tags: codeflash-ai/deepgram-python-sdk
Tags
chore(main): release 5.2.0 (deepgram#611) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
chore(main): release 5.1.0 (deepgram#602) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
chore(main): release 5.0.0 (deepgram#580) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
docs: add comprehensive v3+ to v5.0.0 migration guide - Add detailed migration guide covering all API changes from v3+ to v5.0.0 - Include configuration and authentication changes - Provide before/after examples for all API methods in order: - Auth V1, Listen V1, Speak V1, Agent V1, Read V1, Models V1, Manage V1, Self-Hosted V1 - Integrate WebSocket examples inline with corresponding REST endpoints - Document response type differences (synchronous vs asynchronous with callbacks) - Use consistent UUID4 format for all example IDs - Add migration checklist and breaking changes summary
feat!: update package configuration to deepgram-sdk v5.0.0 BREAKING CHANGE: Package name changed from deepgram-core to deepgram-sdk/deepgram, version bumped to 5.0.0 with comprehensive metadata updates including description, keywords, and repository URL
feat(v5): replacing existing SDK with new v5 SDK This change switches us from hand-rolled to generated spec-based API specs. BREAKING CHANGE: This is a significant breaking change, and should be carried out in conjunction with our migration guide.
Merge pull request deepgram#562 from deepgram/fix/agent-tags fix: moves agent tags to settings
fix(agent): move mip_opt_out field to root level of SettingsOptions (d… …eepgram#561) The mip_opt_out field was incorrectly placed inside the agent object, but according to the Deepgram API specification, it should be at the root level of the Settings message payload. This was causing the API to return: 'Error parsing client message. Check the agent.mip_opt_out field against the API spec.' - Moved mip_opt_out from Agent class to SettingsOptions class - Updated all unit tests to reference the new location - Verified serialization now matches API spec: mip_opt_out at $message.payload#/mip_opt_out
PreviousNext