Releases: deepgram/deepgram-rust-sdk
Releases · deepgram/deepgram-rust-sdk
0.6.2
0.6.1
What's Changed
- crates.io rejects more than 5 keywords to avoid keyword spamming. by @jcdyer in #83
- Implement
From<String>
forModel
,Language
, andRedact
by @jcdyer in #86 - Bump version to 0.6.1 for next compatible release by @jcdyer in #88
- Streaming callbacks by @bd-g in #85
- Update changelog with 0.6.1 changes by @jcdyer in #90
New Contributors
Full Changelog: 0.6.0...0.6.1
v0.6.0
What's Changed
- SDK Update and Refactor by @DamienDeepgram in #76
- Support options debug by @jcdyer in #78
- Prep work for adding websocket handle by @jcdyer in #80
- Fix url handling by @jcdyer in #81
- Create a low-level interface for websocket transcription by @jcdyer in #82
New Contributors
- @DamienDeepgram made their first contribution in #76
Full Changelog: 0.5.0...0.6.0
0.5.0
What's Changed
- Deprecate tiers and use fully-qualified model variants. by @jcdyer in #66
- Expand language support by @jcdyer in #67
- Add default-on features for prerecorded and live transcription by @jcdyer in #72
- Allow arbitrary query params by @jcdyer in #73
- Custom hosts by @jcdyer in #70
Full Changelog: 0.4.0...0.5.0
0.4.0
What's Changed
- refactor!: remove generic from
Deepgram
by @andrewhalle in #50 - Add detect_language feature to Options by @algesten in #52
- updates readme with tagline by @jpvajda in #54
- Make CI check semantic versioning by @yottalogical in #37
- Bump dependencies to address CVEs by @andrewhalle in #58
- chore: release 0.4.0 by @andrewhalle in #59
New Contributors
Full Changelog: 0.3.0...0.4.0
0.3.0
What's Changed
- Derive
Serialize
for all response types by @andrewhalle in #28 - Use Rustls instead of OpenSSL by @mweber15 in #41
- readme updates by @jpvajda in #39
- Bump version to 0.3.0-alpha.1 by @andrewhalle in #43
- Dev by @andrewhalle in #44
- fix(streaming): hard-coded uri by @andrewhalle in #47
- Release 0.3.0 by @andrewhalle in #48
New Contributors
Full Changelog: 0.2.1...0.3.0
0.2.1
What's Changed
- Fix crate::keys::options::OptionsBuilder::time_to_live_in_seconds docs by @yottalogical in #25
- Release version 0.2.1 by @yottalogical in #26
Full Changelog: 0.2.0...0.2.1
0.2.0
What's Changed
- Add link to Search feature docs to Hit docs by @yottalogical in #4
- Move reqwest stream feature to normal dependencies by @yottalogical in #3
- Add a script for maintaining the version by @andrewhalle in #5
- Upfront breaking changes by @yottalogical in #6
- Make the transcription module by @yottalogical in #7
- General community housekeeping by @michaeljolley in #10
- More community housekeeping by @yottalogical in #17
- Add tier feature by @yottalogical in #19
- Make AudioSource a type rather than a trait by @yottalogical in #21
- Define the remaining modules and clients for the API by @yottalogical in #9
- Add replace feature by @yottalogical in #20
- Implement invitations mod by @yottalogical in #12
- Implement members mod by @yottalogical in #13
- Implement projects mod by @yottalogical in #14
- Implement keys mod by @yottalogical in #15
- Implement usage mod by @yottalogical in #16
- Implement scopes mod by @yottalogical in #18
- Use String instead of &str where possible by @yottalogical in #23
- Release version 0.2.0 by @yottalogical in #24
New Contributors
- @michaeljolley made their first contribution in #10
Full Changelog: 0.1.0...0.2.0
0.1.0
What's Changed
- Start implementing stream requests by @andrewhalle in fb27725...2799a50
- Implement an interface for the prerecorded API by @yottalogical in #1
- Prepare to publish to crates.io by @yottalogical in #2
New Contributors
- @andrewhalle made their first contribution in fb27725...2799a50
- @yottalogical made their first contribution in #1
Full Changelog: https://github.com/deepgram-devs/deepgram-rust-sdk/commits/0.1.0