Releases: deepgram/deepgram-python-sdk
Releases · deepgram/deepgram-python-sdk
v5.0.0
v4.8.1
What's Changed
Full Changelog: v4.8.0...v4.8.1
v4.8.0
What's Changed
- feat: add support for agent tags by @jpvajda in #559
- fix(agent): move mip_opt_out field to root level of SettingsOptions by @lukeocodes in #561
Full Changelog: v4.7.0...v4.8.0
v4.7.0
What's Changed
- fix: Logging - Downgrade 'tasks cancelled error' to debug-level logline by @jkroll-deepgram in #550
- feat: adds ttl_seconds support by @jpvajda in #557
- chore: agent daily test by @jpvajda in #554
- fix: function calls by @jpvajda in #556
- fix: adds inject agent message method by @jpvajda in #555
- feat: adds support for agent mip_opt_out by @jpvajda in #558
Full Changelog: v4.6.0...v4.7.0
v4.6.0
v4.5.0
What's Changed
- feat(auth): adding token-based auth to the SDK so access tokens can be used in requests by @lukeocodes in #543
Full Changelog: v4.3.1...v4.5.0
v4.3.1
What's Changed
- fixes GH build status badge by @jpvajda in #538
- fix: handle empty objects for providers by @naomi-lgbt in #540
Full Changelog: v4.3.0...v4.3.1
v4.3.0
What's Changed
- feat: support context length option by @naomi-lgbt in #537
Full Changelog: v4.2.0...v4.3.0
v4.2.0
What's Changed
- feat: make provider objects generic by @naomi-lgbt in #532
This change means you can pass arbitrary keys to the provider
objects in the Agent configuration. You'll now be able to use new providers, such as AWS Polly, as soon as they're available - no more waiting for the SDK to be updated!
Full Changelog: v4.1.1...v4.2.0