Releases: livekit/python-sdks
Releases · livekit/python-sdks
rtc-v0.17.0
What's Changed
- fix important regression where rtc reconnection wasn't working livekit/rust-sdks#440
- only subtract 50ms from stream queue once by @nbsp in #256
- fix sample_rate & num_channels with AudioStream.from_participant by @theomonnom in #259
- rtc-v0.17.0 by @theomonnom in #260
Full Changelog: rtc-v0.16.2...rtc-v0.17.0
rtc-v0.16.2
What's Changed
- Introduce AudioStream.from_participant + VideoStream.from_participant by @keepingitneil in #229
- optimize AudioSource captures by @theomonnom in #251
- add wait_for_playout to AudioSource by @theomonnom in #254
- v0.16.2 by @theomonnom in #255
Full Changelog: rtc-v0.15.2...rtc-v0.16.2
rtc-v0.15.2
What's Changed
- Expose participant kind from the ffi by @keepingitneil in #249
- Update version by @keepingitneil in #250
Full Changelog: rtc-v0.15.1...rtc-v0.15.2
rtc-v0.15.1
What's Changed
Fixed a crash on the FfiClient drop_handle when unsubscribing from a track
- rtc-v0.15.1 by @theomonnom in #247
Full Changelog: rtc-v0.15.0...rtc-v0.15.1
rtc-v0.15.0
What's Changed
- rtc: add (*LocalPublication).wait_for_subscriber() by @nbsp in #238
- Export VideoEncoding and VideoCodec by @davidzhao in #245
- audiostream: add resampling options by @theomonnom in #244
Full Changelog: rtc-v0.13.1...rtc-v0.15.0
rtc-v0.13.1
Warning
0.13.x introduces breaking changes to the disconnected
RoomEvent. The callback, which used to take no arguments, now requires an argument of type DisconnectReason
.
What's Changed
- Getting rid of unused code in multiple_connections by @davidzhao in #230
- [🤖 readme-manager] Update README by @davidzhao in #231
- Add attributes to AccessToken creation by @keepingitneil in #233
- bump version by @keepingitneil in #234
- Update protocol to support Egress SRT & ImageOutput by @davidzhao in #235
- bump(ffi): LocalTrackSubscribed, DisconnectReason by @nbsp in #236
- bump: rtc 0.13.0 by @nbsp in #237
- bump: rtc 0.13.1.dev0 by @nbsp in #239
- bump: rtc 0.13.1 by @nbsp in #240
Full Changelog: rtc-v0.12.1...rtc-v0.13.1
protocol-v0.5.1
What's Changed
- Fix: Allow listeners to be edited inside called callbacks by @theomonnom in #202
- Update README by @lukasIO in #204
- Update protocol. Support SIP inbound/outbound trunks, grants. by @dennwc in #211
- Release api and protocol 0.5.1 by @dennwc in #212
New Contributors
Full Changelog: rtc-v0.11.1...protocol-v0.5.1
api-v0.5.1
What's Changed
- Fix: Allow listeners to be edited inside called callbacks by @theomonnom in #202
- Update README by @lukasIO in #204
- Update protocol. Support SIP inbound/outbound trunks, grants. by @dennwc in #211
- Release api and protocol 0.5.1 by @dennwc in #212
New Contributors
Full Changelog: rtc-v0.11.1...api-v0.5.1
rtc-v0.11.1
What's Changed
- Introduce transcription protocol by @keepingitneil in #194 livekit/rust-sdks#328
- correctly hide debug logs by @theomonnom in #195
- fix x86_64 arch for macos wheels by @theomonnom in #197
- fix: don't unsubscribe when subscribing to an already subscribed track livekit/rust-sdks#324
Full Changelog: rtc-v0.10.0...rtc-v0.11.1
rtc-v0.10.0
What's Changed
- AudioSource.capture_frame now buffer audio before asking the users to wait livekit/rust-sdks#320
- use protoc's --pyi_out instead of mypy-protobuf package by @keepingitneil in #174
- fix livekit-protocol: generate_proto.sh by @nbsp in #181
- expose sample_rate & num_channels by @theomonnom in #183
- dix docs build logic by @keepingitneil in #186
- add SIP services. Support SIP DTMF in RTC. by @dennwc in #190 livekit/rust-sdks#319
- export sip stuff by @theomonnom in #191
- debug logs must be explicitly enabled by @theomonnom in #192 livekit/rust-sdks#322
New Contributors
Full Changelog: rtc-v0.9.1...rtc-v0.10.0