Skip to content

Commit ddef539

Browse files
authored
v2.10.2 (#872)
1 parent a141892 commit ddef539

File tree

12 files changed

+20
-14
lines changed

12 files changed

+20
-14
lines changed

.changes/broadcast-crash

Lines changed: 0 additions & 1 deletion
This file was deleted.

.changes/degradation-default

Lines changed: 0 additions & 1 deletion
This file was deleted.

.changes/local-track-crash

Lines changed: 0 additions & 1 deletion
This file was deleted.

.changes/screensharing-vp9

Lines changed: 0 additions & 1 deletion
This file was deleted.

.changes/sync-race-cond

Lines changed: 0 additions & 1 deletion
This file was deleted.

.changes/video-view-crash

Lines changed: 0 additions & 1 deletion
This file was deleted.

.github/workflows/ci.yaml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,12 +59,13 @@ jobs:
5959
platform: "tvOS Simulator,name=Apple TV,OS=18.5"
6060

6161
# https://github.com/actions/runner-images/blob/main/images/macos/macos-26-arm64-Readme.md
62+
# Use latest-stable temporarily to avoid missing sims
6263
- os: macos-26
63-
xcode: latest
64+
xcode: latest-stable
6465
platform: "iOS Simulator,name=iPhone 17 Pro,OS=26.1"
6566
symbol-graph: true
6667
- os: macos-26
67-
xcode: latest
68+
xcode: latest-stable
6869
platform: "iOS Simulator,name=iPhone 17 Pro,OS=26.1"
6970
extension-api-only: true
7071
- os: macos-26
@@ -83,10 +84,10 @@ jobs:
8384
xcode: latest
8485
platform: "macOS,variant=Mac Catalyst"
8586
- os: macos-26
86-
xcode: latest
87+
xcode: latest-stable
8788
platform: "visionOS Simulator,name=Apple Vision Pro,OS=26.1"
8889
- os: macos-26
89-
xcode: latest
90+
xcode: latest-stable
9091
platform: "tvOS Simulator,name=Apple TV,OS=26.1"
9192

9293
runs-on: ${{ matrix.os }}

.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.10.1
1+
2.10.2

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## [2.10.2] - 2025-12-10
4+
5+
### Fixed
6+
7+
- Screen sharing not publishing frames with VP9/AV1 codecs
8+
- Crash in VideoView when video dimensions are both 0
9+
- Crash when moving apps to background during broadcast
10+
- Crash in LocalAudioTrack.deinit
11+
- Default degradation preference for non-simulcast tracks
12+
- Race condition during sync preventing track subscription
13+
314
## [2.10.1] - 2025-11-26
415

516
### Changed

LiveKitClient.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |spec|
22
spec.name = "LiveKitClient"
3-
spec.version = "2.10.1"
3+
spec.version = "2.10.2"
44
spec.summary = "LiveKit Swift Client SDK. Easily build live audio or video experiences into your mobile app, game or website."
55
spec.homepage = "https://github.com/livekit/client-sdk-swift"
66
spec.license = {:type => "Apache 2.0", :file => "LICENSE"}

0 commit comments

Comments
 (0)