Releases: azasypkin/rust-cast
Releases · azasypkin/rust-cast
v0.19.0
Release notes:
- feat!: migrated to from
openssl
torustls
(#22, kudos to @112RG) - fix: don't crash if the root platform certificate cannot be parsed (8317fae)
- feat: add SSLKEYLOGFILE support (#25, kudos to @g2p)
- fix: avoid race condition while generating request id (#27, kudos to @g2p)
- feat: add support for a new
load_with_opts
public function to load media at specified time and auto-play state (#30, kudos to @yoep) - feat: add support for loading (and playing) a queue/playlist (#26, kudos to @g2p)
- chore: updated dependencies
v0.18.1
Release notes:
- Changed main crate documentation link to https://docs.rs/crate/rust_cast
v0.18.0
v0.17.0
Release notes:
- Regenerated Cast Channel proxy structs using the latest
.proto
files from the Open Screen repository - Updated dependencies
- Made the separate rust-caster crate as the example of the
rust-cast
repository - Migrated to GitHub Actions for CI tasks
v0.16.0
Release notes:
CastDevice
can now be shared between threads (when compiled with the optionalthread_safe
feature, thanks to @syntacticsugarglider!)- Updated dependencies