releases.shpreview
LiveKit/Python SDKs

Python SDKs

$npx -y @buildinternet/releases show livekit-python-sdks
Mon
Wed
Fri
AprMayJunJulAugSepOctNovDecJanFebMarApr
Less
More
Releases8Avg2/moVersionsrtc-v1.0.25 → protocol-v1.1.5
Jan 14, 2024

What's Changed

Full Changelog: https://github.com/livekit/python-sdks/compare/api-v0.4.0...protocol-v0.3.1

Jan 13, 2024
Jan 12, 2024

What's Changed

Full Changelog: https://github.com/livekit/python-sdks/compare/rtc-v0.7.0...rtc-v0.7.1

Jan 11, 2024

Breaking changes from rtc-v0.6.0

Ffi/Rust Changes

What's Changed

Full Changelog: https://github.com/livekit/python-sdks/compare/rtc-v0.6.0...rtc-v0.7.0

Dec 6, 2023

Breaking changes

Upgraded aiohttp from 3.8 to 3.9, api.LiveKitAPI timeout argument is now a aiohttp.ClientTimeout

What's Changed

Full Changelog: https://github.com/livekit/python-sdks/compare/api-v0.2.0...api-v0.3.0

Nov 14, 2023

Breaking changes from v0.2.0

RoomService can no longer be accessed directly. To use the services, create an instance using api.LiveKitAPI(url, api_key, api_secret). See example here

What's Changed

Full Changelog: https://github.com/livekit/python-sdks/compare/api-v0.1.3...rtc-v0.6.0

Breaking changes from v0.5.0

The VideoSource constructor now mandates the inclusion of width and height parameters. These are essential for accurately determining the simulcast layers while publishing the track.

What's Changed

Full Changelog: https://github.com/livekit/python-sdks/compare/api-v0.1.3...rtc-v0.6.0

Oct 31, 2023

What's Changed

Full Changelog: https://github.com/livekit/python-sdks/compare/api-v0.1.1...api-v0.1.3

Oct 30, 2023

Breaking changes from v0.4.*

The python-sdks repository is now a monorepo containing the livekit and livekit-api packages. This means you must import the rtc package using from livekit import rtc instead of import livekit

  • The ctypes are now removed from the public facing api
    • You can now easily interact with livekit using the standard python buffers
  • Removed pyee dependency:
    • To register a listener, use Room.on (add_listener has been removed)
  • async close functions are now renamed to aclose
  • AudioFrame constructor now requires data, if you want to easily allocate a new frame, use AudioFrame.create
  • Video* buffers constructor now requires data

livekit-api (pypi)

The first version is now released, it allows the creation of access tokens and making requests to the room service

What's Changed

Full Changelog: https://github.com/livekit/python-sdks/compare/v0.4.6...rtc-v0.5.0

Oct 3, 2023

What's Changed

New Contributors

Full Changelog: https://github.com/livekit/client-sdk-python/compare/v0.4.5...v0.4.6

Oct 2, 2023

What's Changed

Full Changelog: https://github.com/livekit/client-sdk-python/compare/v0.4.3...v0.4.5

Sep 25, 2023

What's Changed

Full Changelog: https://github.com/livekit/client-sdk-python/compare/v0.4.2...v0.4.3

Sep 21, 2023

Breaking changes from v0.4.1

  • KeyProviderOptions.uncrypted_magic_bytes has been removed

What's Changed

Full Changelog: https://github.com/livekit/client-sdk-python/compare/v0.4.1...v0.4.2

Sep 19, 2023

What's Changed

Full Changelog: https://github.com/livekit/client-sdk-python/compare/v0.4.0...v0.4.1

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: https://github.com/livekit/client-sdk-python/compare/v0.3.3...v0.4.0

Sep 8, 2023

Breaking changes from v0.3.2

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

What's Changed

Full Changelog: https://github.com/livekit/client-sdk-python/compare/v0.3.2...v0.3.3

Sep 7, 2023
Sep 6, 2023

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: https://github.com/livekit/client-sdk-python/compare/v0.2.5...v0.3.1

Aug 14, 2023

What's Changed

Full Changelog: https://github.com/livekit/client-sdk-python/compare/v0.2.2...v0.2.3

Latest
protocol-v1.1.5
Tracking Since
Jul 3, 2023
Last checked Apr 21, 2026