Commit Graph
155 Commits
Author SHA1 Message Date
8f6a9cb8b7 Release v1.13.3. (#4640)
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-07-03 11:03:59 +05:30
a81f06b960 Release v1.13.2. (#4625)
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-27 12:06:30 +05:30
David ZhaoandGitHub 46c4309554 fix goreleaser workflow, version 1.13.1 (#4577) 2026-06-08 16:15:09 -07:00
Raja SubramanianandGitHub b93c1e1607 Release v1.13.0. (#4573)
Please see note about TURN authentication without TTL backwards
compatibility removal.
2026-06-08 13:46:52 +05:30
Raja SubramanianandGitHub 37eb7a3276 Release v1.12.0 (#4529)
* Release v1.12.0

Please read the note in the release about TURN related changes and let
me know if it is clear enough that projects should update and prepare
for backwards compatibility removal in the next release.

* space
2026-05-16 22:11:24 +05:30
Raja SubramanianandGitHub 8ccad68d76 Release v1.11.0 (#4459) 2026-04-17 21:38:13 +05:30
Raja SubramanianandGitHub 563266548b Prepare release v1.10.1 (#4408)
* Prepare release v1.11.0

* Bug fix release

* correct version
2026-03-30 15:04:39 +05:30
Raja SubramanianandGitHub 0e3d765d03 Release v1.10.0 (#4380)
* Release v1.10.0

Bumping minor version due to logging key change from pID ->
participantID. Also, added a note about it.

* update changelog
2026-03-23 22:35:57 +05:30
Raja SubramanianandGitHub 087050d182 Release v1.9.12 (#4346) 2026-03-05 23:41:20 +05:30
Raja SubramanianandGitHub 40408407ca Release v1.9.11 (#4245)
Have copied over the WARNING note for v1.9.10 from the releases page
https://github.com/livekit/livekit/releases/tag/v1.9.10 to the
CHANGELOG.

Also adding a note for this release about previous release being bad.
2026-01-15 12:03:11 +05:30
Raja SubramanianandGitHub 46651c1978 Release v1.9.10 (#4214)
* Release v1.9.10

* move room exists service store op to Added section
2026-01-01 12:36:34 +05:30
Raja SubramanianandGitHub 39bd077d24 Release v1.9.9 (#4174) 2025-12-18 10:58:26 +05:30
Raja SubramanianandGitHub cadf2ad9d8 Release v1.9.8 (#4145)
Mainly to pick up leak fixes.
2025-12-10 15:32:12 +05:30
Raja SubramanianandGitHub 8e01e595b8 Release 1.9.7 (#4128)
Mainly to get the concurrent map access fix.
2025-12-05 11:13:05 +05:30
Raja SubramanianandGitHub 04b35eb626 Release v1.9.6 (#4121)
* Release v1.9.6

Marking v1.9.5 as scratched.

* typo
2025-12-01 12:41:10 +05:30
Raja SubramanianandGitHub 411b09f6ca Release v1.9.5 (#4119) 2025-12-01 10:51:07 +05:30
Raja SubramanianandGitHub c3ea5890d5 Prepare release v1.9.4. (#4083)
- Removing x/tools replace for release script to work. Will add it after
  the release.
2025-11-15 17:08:17 +05:30
Raja SubramanianandGitHub 2f1e6c363c Prep release v1.9.3 (#4046) 2025-11-02 16:01:41 +05:30
Raja SubramanianandGitHub 484f784a43 Prepare release v1.9.2 (#4011) 2025-10-17 13:17:36 +05:30
Raja SubramanianandGitHub 2f43a575db Release candidate for v1.9.1 (#3899)
* Release candidate for v1.9.1

* trim
2025-09-05 21:28:12 +05:30
David ZhaoandGitHub 09dede358f version bump v1.9.0 (#3698) 2025-06-04 23:42:57 -07:00
David ZhaoandGitHub 154b4d26b7 version bump to 1.8.4 (#3479) 2025-03-01 20:10:56 -08:00
David ZhaoandGitHub 4016e3dc5a version bump to 1.8.3 (#3312)
1.8.2 was botched as well due to a bad tag
2025-01-07 00:08:05 -06:00
David ZhaoandGitHub ca767a988e bump to v1.8.2 (#3310) 2025-01-06 19:55:24 -08:00
David ZhaoandGitHub dd87f1ccc4 1.8.1 release (#3301)
* 1.8.1 release

* remove entries
2025-01-03 00:31:56 -06:00
David ZhaoandGitHub c04c703125 version bump 1.8.0 (#3114) 2024-10-18 21:41:57 -07:00
David ZhaoandGitHub 28f797786b Version bump to 1.7.2 (#2924) 2024-08-11 21:36:13 -07:00
David ZhaoandGitHub 4c2813bbe8 v1.7.1 release notes (#2922) 2024-08-10 22:23:59 -07:00
David ZhaoandGitHub ddee5d012f version bump 1.7.0 (#2814) 2024-06-25 01:00:59 -07:00
David ZhaoandGitHub ecfc42c3f9 Version 1.6.2 (#2794) 2024-06-15 18:59:03 -07:00
Benjamin PrachtandGitHub 15ffb53df9 Version 1.6.1
## Changelog

This release changes the default behavior when creating or updating WHIP
ingress. WHIP ingress will now default to disabling transcoding and
forwarding media unchanged to the LiveKit subscribers. This behavior can
be changed by using the new `enable_transcoding` available in updated
SDKs. The behavior of existing ingresses is unchanged.

 ### Added

- Add support for "abs-capture-time" extension.  (#2640)
- Add PropagationDelay API to sender report data (#2646)
- Add support for EnableTranscoding ingress option (#2681)
- Pass new SIP metadata. Update protocol. (#2683)
- Handle UpdateLocalAudioTrack and UpdateLocalVideoTrack. (#2684)
- Forward transcription data packets to the room (#2687)

 ### Fixed

- backwards compatability for IsRecorder (#2647)
- Reduce RED weight in half. (#2648)
- add disconnected chan to participant (#2650)
- add typed ops queue (#2655)
- ICE config cache module. (#2654)
- use typed ops queue in pctransport (#2656)
- Use the ingress state updated_at field to ensure that out of order RPC do not overwrite state (#2657)
- Log ICE candidates to debug TCP connection issues. (#2658)
- Debug logging addition of ICE candidate (#2659)
- fix participant, ensure room name matches (#2660)
- replace keyframe ticker with timer (#2661)
- fix key frame timer (#2662)
- Disable dynamic playout delay for screenshare track (#2663)
- Don't log dd invalid template index (#2664)
- Do codec munging when munging RTP header. (#2665)
- Connection quality LOST only if RTCP is also not available. (#2670)
- Handle large jumps in RTCP sender report timestamp. (#2674)
- Bump golang.org/x/net from 0.22.0 to 0.23.0 (#2673)
- do not capture pointers in ops queue closures (#2675)
- Fix SubParticipant twice when paticipant left (#2672)
- use ttlcache (#2677)
- Detach subscriber datachannel to save memory (#2680)
- Clean up UpdateVideoLayers (#2685)
- Make datachannel optional for publisher (#2686)
2024-04-26 21:07:55 +02:00
David ZhaoandGitHub eaaf44d2a2 v1.6.0 (#2644) 2024-04-10 22:44:40 -07:00
David ZhaoandGitHub 8371848747 Version 1.5.3 (#2489)
* Version 1.5.3

* add missing copyright notices

* update protocol for redis.tls YAML keys
2024-02-17 12:37:15 -08:00
David ZhaoandGitHub 28ae092ea8 version 1.5.2 (#2338) 2023-12-21 23:04:19 -08:00
David ZhaoandGitHub a24b9b840d v1.5.1 (#2235) 2023-11-09 15:41:45 -08:00
David ZhaoandGitHub d9cf7d2a11 v1.5.0 (#2145) 2023-10-15 22:14:36 -07:00
David ZhaoandGitHub adead8bb2b v1.4.5 (#1988) 2023-08-22 17:40:51 -07:00
David ZhaoandGitHub 981fb7cac7 Adding license notices (#1913)
* Adding license notices

* remove from config
2023-07-27 16:43:19 -07:00
David ZhaoandGitHub 52212a6902 v1.4.4 (#1861) 2023-07-08 23:47:33 -07:00
David ZhaoandGitHub 109620dfb6 Version 1.4.3 (#1767) 2023-06-03 23:51:29 -07:00
David ZhaoandGitHub c254e5713f v1.4.2 release notes (#1663) 2023-05-09 23:41:34 -07:00
Paul WellsandGitHub 2b16589b79 Version 1.4.1 (#1585)
* Version 1.4.1

* fix change description
2023-04-05 21:43:25 -07:00
David ZhaoandGitHub b5b896a6c6 Version 1.4.0 (#1564) 2023-03-30 23:16:36 -07:00
David ZhaoandGitHub 9a05fc529a 1.3.5 release (#1471) 2023-02-26 12:05:20 -08:00
David ZhaoandGitHub 3e08ff1043 version 1.3.4 (#1411) 2023-02-09 23:31:42 -08:00
David ZhaoandGitHub b0a6bb3bc9 version 1.3.3 (#1289) 2023-01-07 17:10:21 -08:00
David ZhaoandGitHub dc3f566f1a version 1.3.2 (#1231) 2022-12-16 00:01:58 -08:00
David ZhaoandGitHub d429fe11a7 Fix YAML failure when logging config is declared (#1154)
* Fix YAML failure when logging config is declared

* version bump
2022-11-09 09:53:55 -08:00
18de0f5ab7 Version 1.3.0 (#1152)
Co-authored-by: David Zhao <dz@livekit.io>
2022-11-08 13:37:23 -08:00
David ZhaoandGitHub 20cbb02360 v1.2.5 (#1106)
scrapped 1.2.4 release and will release 1.2.5 instead
2022-10-19 17:42:44 -07:00