|
1 |
| -# webrtc-dtls changelog |
| 1 | +# dtls changelog |
2 | 2 |
|
3 | 3 | ## Unreleased
|
4 | 4 |
|
5 | 5 | ## v0.7.1
|
6 | 6 |
|
7 |
| -* Added support for insecure/deprecated signature verification algorithms [#342](https://github.com/webrtc-rs/webrtc/pull/342) by [@chuigda](https://github.com/chuigda). |
| 7 | +* Added support for insecure/deprecated signature verification |
| 8 | + algorithms [#342](https://github.com/webrtc-rs/webrtc/pull/342) by [@chuigda](https://github.com/chuigda). |
8 | 9 |
|
9 | 10 | ## v0.7.0
|
10 | 11 |
|
11 | 12 | * Increased minimum support rust version to `1.60.0`.
|
12 |
| -* Add `RTCCertificate::from_pem` and `RTCCertificate::serialize_pem` (only work with `pem` feature enabled) [#333](https://github.com/webrtc-rs/webrtc/pull/333) |
| 13 | +* Add `RTCCertificate::from_pem` and `RTCCertificate::serialize_pem` (only work with `pem` feature |
| 14 | + enabled) [#333](https://github.com/webrtc-rs/webrtc/pull/333) |
13 | 15 |
|
14 | 16 | ### Breaking
|
15 | 17 |
|
16 |
| -* Increased required `webrtc-util` version to `0.7.0`, with this change some methods in `DTLSConn` that implement `webrtc_util::Conn` have changed from async to sync. |
| 18 | +* Increased required `webrtc-util` version to `0.7.0`, with this change some methods in `DTLSConn` that implement |
| 19 | + `webrtc_util::Conn` have changed from async to sync. |
17 | 20 |
|
18 | 21 | ## v0.6.0
|
19 | 22 |
|
20 |
| -* [#254 [DTLS] Add NamedCurve::P384](https://github.com/webrtc-rs/webrtc/pull/254) contributed by [neonphog](https://github.com/neonphog) |
21 |
| -* Increased min version of `log` dependency to `0.4.16`. [#250 Fix log at ^0.4.16 to make tests compile](https://github.com/webrtc-rs/webrtc/pull/250) by [@k0nserv](https://github.com/k0nserv). |
22 |
| -* Increased serde's minimum version to 1.0.110 [#243 Fixes for cargo minimal-versions](https://github.com/webrtc-rs/webrtc/pull/243) contributed by [algesten](https://github.com/algesten) |
| 23 | +* [#254 [DTLS] Add NamedCurve::P384](https://github.com/webrtc-rs/webrtc/pull/254) contributed |
| 24 | + by [neonphog](https://github.com/neonphog) |
| 25 | +* Increased min version of `log` dependency to |
| 26 | + `0.4.16`. [#250 Fix log at ^0.4.16 to make tests compile](https://github.com/webrtc-rs/webrtc/pull/250) |
| 27 | + by [@k0nserv](https://github.com/k0nserv). |
| 28 | +* Increased serde's minimum version to |
| 29 | + 1.0.110 [#243 Fixes for cargo minimal-versions](https://github.com/webrtc-rs/webrtc/pull/243) contributed |
| 30 | + by [algesten](https://github.com/algesten) |
23 | 31 |
|
24 | 32 | ## Prior to 0.6.0
|
25 | 33 |
|
26 |
| -Before 0.6.0 there was no changelog, previous changes are sometimes, but not always, available in the [GitHub Releases](https://github.com/webrtc-rs/dtls/releases). |
| 34 | +Before 0.6.0 there was no changelog, previous changes are sometimes, but not always, available in |
| 35 | +the [GitHub Releases](https://github.com/webrtc-rs/dtls/releases). |
0 commit comments