Skip to content

Latest commit

 

History

History
125 lines (67 loc) · 3.31 KB

File metadata and controls

125 lines (67 loc) · 3.31 KB

Changelog

0.7.1 - 2026-02-16

Other

  • update Cargo.toml dependencies

0.7.0 - 2026-02-09

Other

  • update proto & fix CI (#871)
  • add can_manage_agent_session permission (#870)
  • Use workspace dependencies & settings (#856)
  • Upgrade protocol to v1.44.0 (#857)

0.6.0 - 2025-12-04

Added

  • (connector) initial service impl (#790)

0.5.2 - 2025-11-20

Other

  • Remove unused dependencies (#761)

0.5.1 - 2025-10-22

Other

  • License check (#746)

0.5.0 - 2025-09-29

Other

  • Upgrade protocol to v1.41.0 (#703)

0.4.0 - 2025-06-17

Other

  • Expose room updates, support MoveParticipant (protocol 15) (#662)

[0.3.9] - 2025-03-04

Fixed

  • Fixed the crashing issue in Promise::try_result

[0.3.8] - 2025-02-05

Fixed

  • Fixed a dependency issue

[0.3.7] - 2025-01-17

Changed

  • Update protocol version to v1.31.0

0.7.9 (2026-06-23)

Features

  • Rename user facing APIs for Packet Trailer to Frame Metadata.
  • Upgrade protocol to v1.48.0

0.7.8 (2026-05-29)

Fixes

  • bump protocol to v1.46.4 - #1121 (@lukasIO)

0.7.7 (2026-05-14)

Features

  • Relocate unrelated types out of livekit-protocol

0.7.6 (2026-05-11)

Features

  • Upgrade protocol to v1.45.8

0.7.5 (2026-04-23)

Features

Add support for frame level packet trailer

##890 by @chenosaurus

  • Add support to attach/parse frame level timestamps & frame ID to VideoTracks as a custom payload trailer.
  • Breaking change in VideoFrame API, must include frame_metadata or use VideoFrame::new().

0.7.4 (2026-04-02)

Fixes

use the bounded buffer for video stream

##956 by @xianshijing-lk

Before this PR, it uses an unbounded buffer for video stream, that will cause multiple problems: 1, video will be lagged behind if rendering is slow or just wake up from background 2, it will be out of sync with audio

This PRs provides options to set a bounded buffer for video stream, and use 1 buffer as the default option.

0.7.3 (2026-03-31)

Fixes

  • Upgrade to thiserror 2

0.7.2 (2026-03-22)

Fixes

  • Add disconnectReason to Room::close