rtc-v0.7.0
Breaking changes from rtc-v0.6.0
- arguments inside the
data_received
event changed: See #111
Ffi/Rust Changes
- initial connection retry livekit/rust-sdks#245
- rename rgba conversion methods livekit/rust-sdks#257
- automatically capture blank frames on audio sources livekit/rust-sdks#258 livekit/rust-sdks#272
- fix deadlock when creating VideoStream and AudioStream livekit/rust-sdks#260
- add vp9 & av1 (no adaptive layers) livekit/rust-sdks#263
- fix panic when selecting an encoding livekit/rust-sdks#265
- session stats livekit/rust-sdks#266
- fix panic when publishing data while the room is closed livekit/rust-sdks#275
- explicit url errors livekit/rust-sdks#281
- treat all signal messages as ping response livekit/rust-sdks#243
What's Changed
- forward logs from Rust to Python by @theomonnom in #105 livekit/rust-sdks#270 livekit/rust-sdks#246
- support topic on data packets by @theomonnom in #111 livekit/rust-sdks#256
- fix: ffi initialization by @theomonnom in #120
- add doc generation to GH workflows by @keepingitneil in #122
- expose Twirp errors to the public API by @theomonnom in #123
- log when tasks fail + bump proto requirement by @keepingitneil in #124
- instantiate FfiClient Lazily by @keepingitneil in #125
- feat: create DataPacket dataclass by @theomonnom in #126
- update track_sid after publishing by @theomonnom in #128
- replace deprecated pkg_resources by @keepingitneil in #129
- include analytics protobuf by @davidzhao in #130
- update protocol by @davidzhao in #131
- export DataPacket in rtc by @davidzhao in #133
- rtc-v0.7.0 by @theomonnom in #132
Full Changelog: rtc-v0.6.0...rtc-v0.7.0