From 8e01e595b8caa25fe1b0727c9bdd0939c841a86b Mon Sep 17 00:00:00 2001 From: Raja Subramanian Date: Fri, 5 Dec 2025 11:13:05 +0530 Subject: [PATCH] Release 1.9.7 (#4128) Mainly to get the concurrent map access fix. --- CHANGELOG.md | 14 ++++++++++++++ version/version.go | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 14dc7c29c..42385d068 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,20 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.9.7] - 2025-12-05 + +### Added +- Data tracks (experimental and not ready for use) (#4089) + +### Changed +- log bucket growth (#4122) +- Update pion/ice to stop gather first on close (#4123) +- move utils.WrapAround to mediatransportutil (#4124) +- Let participant close remove the published tracks. (#4125) + +### Fixed +- Fix concurrent map access for https://github.com/livekit/livekit/issues/4126. (#4127) + ## [1.9.6] - 2025-12-01 ### Added diff --git a/version/version.go b/version/version.go index c64453005..cfb38bd3a 100644 --- a/version/version.go +++ b/version/version.go @@ -14,4 +14,4 @@ package version -const Version = "1.9.6" +const Version = "1.9.7"