File tree Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -4,9 +4,16 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
5
5
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6
6
7
- ## [ Unreleased ]
7
+ ## [ 0.3.0 ]
8
8
9
9
### Added
10
10
- Derive ` Serialize ` for all response types.
11
11
12
- [ Unreleased ] : https://github.com/deepgram-devs/deepgram-rust-sdk/compare/0.2.1...HEAD
12
+ ### Fixed
13
+ - Use the users builder options when building a streaming URL.
14
+ - Make sure that ` Future ` returned from ` StreamRequestBuilder::start() ` is ` Send ` .
15
+
16
+ ### Changed
17
+ - Use Rustls instead of OpenSSL.
18
+
19
+ [ 0.3.0 ] : https://github.com/deepgram-devs/deepgram-rust-sdk/compare/0.2.1...0.3.0
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " deepgram"
3
- version = " 0.3.0-alpha.2 "
3
+ version = " 0.3.0"
4
4
authors = [
" Deepgram <[email protected] >" ]
5
5
edition = " 2021"
6
6
description = " Official Rust SDK for Deepgram's automated speech recognition APIs."
You can’t perform that action at this time.
0 commit comments