| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| checksums.txt | 2026-04-17 | 498 Bytes | |
| livekit_1.11.0_windows_amd64.zip | 2026-04-17 | 17.3 MB | |
| livekit_1.11.0_linux_amd64.tar.gz | 2026-04-17 | 17.1 MB | |
| livekit_1.11.0_linux_arm64.tar.gz | 2026-04-17 | 15.5 MB | |
| livekit_1.11.0_linux_armv7.tar.gz | 2026-04-17 | 15.9 MB | |
| livekit_1.11.0_windows_arm64.zip | 2026-04-17 | 15.4 MB | |
| README.md | 2026-04-17 | 1.6 kB | |
| v1.11.0 source code.tar.gz | 2026-04-17 | 907.4 kB | |
| v1.11.0 source code.zip | 2026-04-17 | 1.2 MB | |
| Totals: 9 Items | 83.2 MB | 13 | |
NOTE: Minor version bump that enables data tracks (https://docs.livekit.io/transport/data/data-tracks/) by default.
Added
- Embedded turn test (#4412)
- chore: log API key during worker registration (#4428)
- Add some simple data track stats (#4431)
- Add
Closemethod for UpDataTrackManager and call it on participant (#4432) - Log join duration. (#4433)
- Add subscriber stream start event notification (#4449)
Changed
- Cleaning up some logs and standardising log frequency. (#4420)
- Keep subscription synchronous when publisher is expected to resume. (#4424, [#4425])
- Do not close publisher peer connection to aid migration. (#4426, [#4427])
- Enable data tracks by default. (#4429)
- chore: pin GH commits and switch to golangci-lint (#4444)
- Switch to stdlib maps, slices (#4445)
- Store concrete ICE candidate for remote candidates. (#4458)
Fixed
- clear track notifier observers on subscription teardown (#4413)
- Guard against timestamp inversion in RED -> Opus conversion. (#4414, [#4415], [#4418])
- ensure participant init is correctly serialized for logging (#4417)
- Clean up data track observers on unsubscribe. (#4421)
- compute agent dispatch affinity from target load (#4442)
- Apply IPFilter when get local ip (#4440)
- Unsubscribe from data track on close (#4443)
- Use Muted in TrackInfo to propagated published track muted. (#4453)
- fix: limit join request and WHIP request body to http.DefaultMaxHeaderBytes (#4450)
- fix publisher frame count reporting for simulcast streams (#4457)