Skip to content

Releases: livekit/python-sdks

v0.4.3

25 Sep 04:58
a9da597

Choose a tag to compare

What's Changed

Full Changelog: v0.4.2...v0.4.3

v0.4.2

21 Sep 20:23

Choose a tag to compare

Breaking changes from v0.4.1

  • KeyProviderOptions.uncrypted_magic_bytes has been removed

What's Changed

  • e2ee fixes and webrtc update in livekit/rust-sdks#190
  • framecryptor improvements webrtc-sdk/webrtc#96
    • use independent threads to process frame encryption/decryption
    • correctly handle SIF Trailer
    • fix a fault tolerance judgment failure

Full Changelog: v0.4.1...v0.4.2

v0.4.1

19 Sep 21:46
27e0963

Choose a tag to compare

What's Changed

  • fix: don't stop the room receive loop on exception by @theomonnom in #63

Full Changelog: v0.4.0...v0.4.1

v0.4.0

19 Sep 04:12
c5e0e26

Choose a tag to compare

Breaking changes from v0.3.3

  • Room.e2ee_manager is now a @property instead of a function
  • Room.run has been removed and is automatically being launched on a background task by Room.connect
    • This means you need to make sure you register to the room events before connecting otherwise you might miss some events in a bad timing.

What's Changed

Full Changelog: v0.3.3...v0.4.0

v0.3.3

08 Sep 05:36
396f496

Choose a tag to compare

Breaking changes from v0.3.2

frames must now be received by using async generators from VideoStream and AudioStream

What's Changed

Full Changelog: v0.3.2...v0.3.3

v0.3.2

07 Sep 20:39
caba2ea

Choose a tag to compare

v0.3.1

06 Sep 18:24
19d5d0b

Choose a tag to compare

Breaking changes from v0.2.*

AudioSource.__init__() now requires two parameters: sample_rate and num_channels
AudioSource.capture_frame is now async and automatically handle the clock synchronisation

What's Changed

Full Changelog: v0.2.5...v0.3.1

v0.2.3

14 Aug 12:08
b14fa6c

Choose a tag to compare

What's Changed

Full Changelog: v0.2.2...v0.2.3

v0.2.2

11 Aug 21:42
2ece5cd

Choose a tag to compare

What's Changed

Full Changelog: v0.2.1...v0.2.2

v0.2.1

11 Aug 05:38
5cc44f9

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.2.0...v0.2.1