Releases: livekit/rust-sdks
Releases · livekit/rust-sdks
ffi-v0.4.6
What's Changed
- explicit libwebrtc target when logging by @theomonnom in #309
Full Changelog: ffi-v0.4.5...ffi-v0.4.6
ffi-v0.4.5
What's Changed
- watch panic by @theomonnom in #305
- upgrade webrtc to b951613 by @theomonnom in #307
Full Changelog: ffi-v0.4.4...ffi-v0.4.5
ffi-v0.4.4
ffi-v0.4.3
What's Changed
- new video buffer api by @theomonnom in #297
- add BINDGEN_EXTRA_CLANG_ARGS by @theomonnom in #299
- fix ffi builds by @theomonnom in #300
Full Changelog: ffi-v0.4.1...ffi-v0.4.3
ffi-v0.4.1
What's Changed
- update download_ffi.py to support cibuildwheel by @theomonnom in #283
- avoid panic/unwind on extern "C" fnc by @theomonnom in #288
- copy ffi async requests data by @theomonnom in #289
Full Changelog: ffi-v0.4.0...ffi-v0.4.1
ffi-v0.4.0
What's Changed
- more explicit url errors by @theomonnom in #281
Full Changelog: ffi-v0.3.18...ffi-v0.4.0
ffi-v0.3.18
What's Changed
- move libwebrtc logs to debug by @theomonnom in #270
- fix builds - connection_quality LOST by @theomonnom in #274
- send silence when no data is captured by @theomonnom in #272
- ffi: fix panic when publishing data while room is closed by @theomonnom in #275
- general: update README by @daniel-abramov in #278
- Add rustfmt.toml configuration and re-format everything + fix basic warnings by @daniel-abramov in #279
New Contributors
- @daniel-abramov made their first contribution in #278
Full Changelog: ffi-v0.3.17...ffi-v0.3.18
ffi-v0.3.17
What's Changed
- update webrtc to webrtc-d5afc4b-2 by @theomonnom in #255
- ci: use older builders by @theomonnom in #264
- fix: appropriate encoding by @theomonnom in #265
- expose session stats by @theomonnom in #266
- rename ffi init function by @theomonnom in #267
- enter async runtime by @theomonnom in #269
Full Changelog: webrtc-d5afc4b-2...ffi-v0.3.17
webrtc-d5afc4b-2
WebRTC builds including our patches
SHA: 6af5bfdf36dae99bee428d761b307f463858e8ef
changes:
- compile av1 & vp9
- use older platforms to build webrtc
win: x64, arm64
linux: x64, arm64
mac: x64, arm64
android: x64, arm64, arm
ios-device: arm64
ios-simulator: arm64
ffi-v0.3.15
What's Changed
- feat: support topic on data packets by @theomonnom in #256
- rename rgba conversions by @theomonnom in #257
- capture blank frames on AudioSource & VideoSource by @theomonnom in #258
- fix deadlock when creating VideoStream and AudioStream by @theomonnom in #260
- initial connection retry by @theomonnom in #245
- ffi logger by @theomonnom in #246
- allow other ffi integrations by @theomonnom in #253
- treat all signal messages as ping response by @theomonnom in #243
Full Changelog: ffi-v0.3.13...ffi-v0.3.15