File tree Expand file tree Collapse file tree 3 files changed +9
-7
lines changed Expand file tree Collapse file tree 3 files changed +9
-7
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## Unreleased
4
4
5
- ### Breaking changes
6
-
7
- * Make ` DataChannel::on_buffered_amount_low ` function non-async [ #338 ] ( https://github.com/webrtc-rs/webrtc/pull/338 ) .
8
-
9
- ## v0.5.1
5
+ ## v0.6.0
10
6
11
7
* Increased minimum support rust version to ` 1.60.0 ` .
12
8
* Do not loose data in ` PollDataChannel::poll_write ` [ #341 ] ( https://github.com/webrtc-rs/webrtc/pull/341 ) .
13
9
* ` PollDataChannel::poll_shutdown ` : make sure to flush any writes before shutting down [ #340 ] ( https://github.com/webrtc-rs/webrtc/pull/340 )
10
+ * Increased required ` webrtc-util ` version to ` 0.7.0 ` .
11
+ * Increased required ` webrtc-sctp ` version to ` 0.7.0 ` .
12
+
13
+ ### Breaking changes
14
+
15
+ * Make ` DataChannel::on_buffered_amount_low ` function non-async [ #338 ] ( https://github.com/webrtc-rs/webrtc/pull/338 ) .
14
16
15
17
## v0.5.0
16
18
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " webrtc-data"
3
- version = " 0.5.1 "
3
+ version = " 0.6.0 "
4
4
authors = [
" Rain Liu <[email protected] >" ]
5
5
edition = " 2018"
6
6
description = " A pure Rust implementation of WebRTC DataChannel API"
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ rust-version = "1.60.0"
14
14
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
15
15
16
16
[dependencies ]
17
- data = { version = " 0.5.1 " , path = " ../data" , package = " webrtc-data" }
17
+ data = { version = " 0.6.0 " , path = " ../data" , package = " webrtc-data" }
18
18
dtls = { version = " 0.7.0" , path = " ../dtls" , package = " webrtc-dtls" }
19
19
ice = { version = " 0.9.0" , path = " ../ice" , package = " webrtc-ice" }
20
20
interceptor = { version = " 0.8.0" , path = " ../interceptor" }
You can’t perform that action at this time.
0 commit comments