We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f59766a commit 9f37808Copy full SHA for 9f37808
1 file changed
CHANGELOG.md
@@ -12,6 +12,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
12
- [core] MSRV is now 1.85 with Rust edition 2024 (breaking)
13
- [core] AP connect and handshake have a combined 5 second timeout.
14
- [core] `stream_from_cdn` now accepts the URL as `TryInto<Uri>` instead of `CdnUrl` (breaking)
15
+- [core] Moved from native TLS to ring and webpki on all platforms
16
- [connect] Replaced `has_volume_ctrl` with `disable_volume` in `ConnectConfig` (breaking)
17
- [connect] Changed `initial_volume` from `Option<u16>` to `u16` in `ConnectConfig` (breaking)
18
- [connect] Replaced `SpircLoadCommand` with `LoadRequest`, `LoadRequestOptions` and `LoadContextOptions` (breaking)
0 commit comments