Skip to content

Releases: azasypkin/rust-cast

v0.19.0

05 May 19:10
Compare
Choose a tag to compare

Release notes:

  • feat!: migrated to from openssl to rustls (#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

15 Jan 13:41
Compare
Choose a tag to compare

Release notes:

v0.18.0

15 Jan 13:31
Compare
Choose a tag to compare

Release notes:

  • Added API to send custom messages (#16, kudos to @milenkovicm)
  • Updated dependencies
  • Regenerated Cast Channel proxy structs using the latest version of protobuf-codegen.

v0.17.0

20 Mar 19:06
Compare
Choose a tag to compare

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

10 Jan 16:53
Compare
Choose a tag to compare

Release notes:

  • CastDevice can now be shared between threads (when compiled with the optional thread_safe feature, thanks to @syntacticsugarglider!)
  • Updated dependencies