-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'release/sora-ios-sdk-2023.3.1'
- Loading branch information
Showing
13 changed files
with
72 additions
and
67 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,111 +1,116 @@ | ||
# 変更履歴 | ||
|
||
- UPDATE | ||
- 下位互換がある変更 | ||
- 下位互換がある変更 | ||
- ADD | ||
- 下位互換がある追加 | ||
- 下位互換がある追加 | ||
- CHANGE | ||
- 下位互換のない変更 | ||
- 下位互換のない変更 | ||
- FIX | ||
- バグ修正 | ||
- バグ修正 | ||
|
||
## develop | ||
|
||
## sora-ios-sdk-2023.3.0 | ||
## sora-ios-sdk-2023.3.1 | ||
|
||
- [UPDATE] Sora iOS SDK を 2023.3.1 にあげる | ||
- @miosakuma | ||
|
||
## sora-ios-sdk-2023.3.1 | ||
|
||
- [UPDATE] SwiftLint, SwiftFormat/CLI を一時的にコメントアウトする | ||
- SwiftLint, SwiftFormat/CLI が Swift Swift 5.9 に対応できていないため | ||
- 対応が完了したら戻す | ||
- @miosakuma | ||
- SwiftLint, SwiftFormat/CLI が Swift Swift 5.9 に対応できていないため | ||
- 対応が完了したら戻す | ||
- @miosakuma | ||
- [FIX] VideoChatSample で signalingConnectMetadata が設定できない不具合を修正 | ||
- @miosakuma | ||
- @miosakuma | ||
|
||
## sora-ios-sdk-2023.2.0 | ||
|
||
- [ADD] DataChannelSample の映像コーデックに AV1 を追加する | ||
- @miosakuma | ||
- @miosakuma | ||
- [ADD] DecoStreamingSample の映像コーデックに AV1 を追加する | ||
- @miosakuma | ||
- @miosakuma | ||
- [ADD] ScreenCastSample の映像コーデックに AV1 を追加する | ||
- @miosakuma | ||
- @miosakuma | ||
- [ADD] SimulcastSample の映像コーデックに VP9 と AV1 を追加する | ||
- @miosakuma | ||
- @miosakuma | ||
- [ADD] VideoChatSample の映像コーデックに AV1 を追加する | ||
- @miosakuma | ||
- @miosakuma | ||
- [ADD] VideoChatSample に映像コーデックプロファイル設定を追加する | ||
- @miosakuma | ||
- @miosakuma | ||
- [UPDATE] システム条件を変更する | ||
- macOS 13.4.1 以降 | ||
- Xcode 14.3.1 | ||
- Swift 5.8.1 | ||
- WebRTC SFU Sora 2023.1.0 以降 | ||
- CocoaPods 1.12.1 以降 | ||
- @miosakuma | ||
- macOS 13.4.1 以降 | ||
- Xcode 14.3.1 | ||
- Swift 5.8.1 | ||
- WebRTC SFU Sora 2023.1.0 以降 | ||
- CocoaPods 1.12.1 以降 | ||
- @miosakuma | ||
- [FIX] ScreenCastSample の H.264 の映像が送信されない不具合を修正する | ||
- 画像を半分にリサイズしてエンコード可能なサイズとする | ||
- @szktty | ||
- 画像を半分にリサイズしてエンコード可能なサイズとする | ||
- @szktty | ||
|
||
## sora-ios-sdk-2023.1.0 | ||
|
||
- [UPDATE] システム条件を変更する | ||
- macOS 13.3 以降 | ||
- Xcode 14.3 | ||
- Swift 5.8 | ||
- WebRTC SFU Sora 2022.2.0 以降 | ||
- CocoaPods 1.12.0 以降 | ||
- @miosakuma | ||
- macOS 13.3 以降 | ||
- Xcode 14.3 | ||
- Swift 5.8 | ||
- WebRTC SFU Sora 2022.2.0 以降 | ||
- CocoaPods 1.12.0 以降 | ||
- @miosakuma | ||
|
||
## sora-ios-sdk-2022.6.0 | ||
|
||
- [CHANGE] システム条件を変更する | ||
- アーキテクチャ から x86_64 を削除 | ||
- macOS 12.6 以降 | ||
- Xcode 14.0 | ||
- Swift 5.7 | ||
- CocoaPods 1.11.3 以降 | ||
- @miosakuma | ||
- アーキテクチャ から x86_64 を削除 | ||
- macOS 12.6 以降 | ||
- Xcode 14.0 | ||
- Swift 5.7 | ||
- CocoaPods 1.11.3 以降 | ||
- @miosakuma | ||
|
||
## sora-ios-sdk-2022.5.0 | ||
|
||
- [UPDATE] システム条件を変更する | ||
- WebRTC SFU Sora 2022.1.1 以降 | ||
- Xcode 13.4.1 | ||
- @miosakuma | ||
- WebRTC SFU Sora 2022.1.1 以降 | ||
- Xcode 13.4.1 | ||
- @miosakuma | ||
- [FIX] DecoStreamingSample の iOS 14 初期に発生していたクラッシュ不具合の暫定処理を削除 | ||
- iOS 14.6 で問題が解消されていたため当初の処理に戻す | ||
- @szktty | ||
- iOS 14.6 で問題が解消されていたため当初の処理に戻す | ||
- @szktty | ||
|
||
## sora-ios-sdk-2022.4.0 | ||
|
||
- [UPDATE] システム条件を変更する | ||
- macOS 12.3 以降 | ||
- WebRTC SFU Sora 2022.1.0 以降 | ||
- @miosakuma | ||
- macOS 12.3 以降 | ||
- WebRTC SFU Sora 2022.1.0 以降 | ||
- @miosakuma | ||
- [ADD] VideoChatSample, SimulcastSample, SpotlightSample で bundle_id を設定する | ||
- @enm10k | ||
- @enm10k | ||
- [ADD] SpotlightSample の映像コーデックに VP9 を追加する | ||
- @enm10k | ||
- @enm10k | ||
- [ADD] SpotlightSample サイマルキャストの有効・無効を切り替える設定を追加する | ||
- @enm10k | ||
- @enm10k | ||
|
||
## sora-ios-sdk-2022.3.0 | ||
|
||
- [UPDATE] DecoStreamingSample をマルチストリームにする | ||
- @szktty | ||
- @szktty | ||
- [UPDATE] ScreenCastSample をマルチストリームにする | ||
- @miosakuma | ||
- @miosakuma | ||
- [ADD] サーバから切断されたとき接続前の状態に戻る | ||
- @szktty | ||
- @szktty | ||
- [CHANGE] RealTimeStreamingSample を廃止する | ||
- @miosakuma | ||
- @miosakuma | ||
|
||
## sora-ios-sdk-2022.2.0 | ||
|
||
- [UPDATE] Github Actions でのビルド処理で利用する Podfile を Podfile.dev からPodfile に変更する | ||
- @miosakuma | ||
- [UPDATE] Github Actions でのビルド処理で利用する Podfile を Podfile.dev から Podfile に変更する | ||
- @miosakuma | ||
- [UPDATE] Environment.example.swift に signalingConnectMetadata を追加する | ||
- @miosakuma | ||
- @miosakuma | ||
- [ADD] DataChannelSample の追加する | ||
- @szktty | ||
- @szktty | ||
- [FIX] 接続ボタンを連打された際に複数の接続が作成される不具合を修正する | ||
- @szktty, @miosakuma | ||
- @szktty, @miosakuma |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters