# livekit v1.13.2 - Product: livekit (https://whatsnew.fyi/product/livekit) - Vendor: livekit - Date: 2026-06-27 - Version: v1.13.2 - Original notes: https://github.com/livekit/livekit/releases/tag/v1.13.2 - Permalink: https://whatsnew.fyi/product/livekit/releases/v1.13.2 What's New is an index, not a publisher: every entry below links to the vendor's own release notes, which are the authoritative source. Entries are labelled where they are hand-curated sample data, pre-releases, or drawn from a secondary source such as a developer blog. Reuse: the summaries, labels and curation here are © What's New. Quote freely with attribution and a link back; wholesale republication of the corpus is not permitted — terms: https://whatsnew.fyi/terms. The vendors' own release notes remain their publishers'. --- - **added** — Add Prometheus metrics for join latency and peer connection state - **added** — Preserve original expiry when refreshing token - **added** — Add grants expiry to Auth context - **added** — Add ability to run pprof on dedicated HTTP server - **added** — Add API to get latest node stats - **added** — Enforce subscription permission to data track - **added** — Implement egress v2 api - **added** — Map thread attributes from dispatch to job in agent - **added** — Log subscription limit breaches - **added** — Acquire requested video layer directly at HIGH quality by default - **added** — Report participant capabilities in ParticipantInfo - **added** — Add option to force drain rtcService/agentService connections - **added** — Add support for data blob (async participant attributes) - **changed** — Update dependencies: pion/sctp, DTLS v3.1.4, protocol - **changed** — Add RestartSessionTimer to re-anchor participant session duration in rtc - **changed** — Record more RTC cancellation points - **changed** — Cap all metadata at 512 KiB and enforce on join, agent dispatch, and embedded agents - **changed** — Tighten up publish latency stat - **changed** — Echo offered audio payload types in single-PC subscriber answer - **fixed** — Fix skipped packets accounting - **fixed** — Do not log due to negative getting interpreted as large unsigned positive - **fixed** — Do not call nil callback ###### Added - Add Prometheus metrics for join latency and peer connection state (#4574, #4616) - Preserve original expiry when refreshing token (#4580) - Add grants expiry to Auth context (#4581) - Add ability to run pprof on dedicated HTTP server (#4584) - Add API to get latest node stats (#4589) - Enforce subscription permission to data track (#4588) - egress v2 api (#4592) - agent: thread attributes map from dispatch to job (#4598) - Log subscription limit breaches (#4603) - Acquire requested video layer directly at HIGH quality by default (#4595) - Report participant capabilities in ParticipantInfo (#4606) - Add option to force drain rtcService/agentService connections (#4618) - Add support for data blob (a. k. a. async participant attributes) (#4619) ###### Changed - Update dependencies: pion/sctp, DTLS v3.1.4, protocol (#4587, #4601, #4623) - rtc: add RestartSessionTimer to re-anchor participant session duration (#4566) - Record more RTC cancellation points (#4600) - Cap all metadata at 512 KiB; enforce on join, agent dispatch, and embedded agents (#4602) - Tighten up publish latency stat (#4615) - Echo offered audio payload types in single-PC subscriber answer (#4614) ###### Fixed - Fix skipped packets accounting (#4604) - Do not log due to negative getting interpreted as large unsigned positive (#4605) - Do not call nil callback (#4607)