From 88bc33760270a31d9f27beb86eff6b592297af76 Mon Sep 17 00:00:00 2001 From: Brazol Date: Fri, 19 Dec 2025 12:44:52 +0100 Subject: [PATCH] Release v1.2.0 --- dogfooding/pubspec.yaml | 12 ++++++------ melos.yaml | 12 ++++++------ packages/stream_video/CHANGELOG.md | 3 +++ packages/stream_video/lib/globals.dart | 2 +- packages/stream_video/pubspec.yaml | 4 ++-- packages/stream_video_filters/CHANGELOG.md | 2 +- packages/stream_video_filters/pubspec.yaml | 6 +++--- packages/stream_video_flutter/CHANGELOG.md | 4 ++-- packages/stream_video_flutter/example/pubspec.yaml | 8 ++++---- packages/stream_video_flutter/pubspec.yaml | 6 +++--- .../stream_video_noise_cancellation/CHANGELOG.md | 3 +++ .../stream_video_noise_cancellation/pubspec.yaml | 6 +++--- packages/stream_video_push_notification/CHANGELOG.md | 3 +++ packages/stream_video_push_notification/pubspec.yaml | 8 ++++---- packages/stream_video_screen_sharing/CHANGELOG.md | 3 +++ packages/stream_video_screen_sharing/pubspec.yaml | 2 +- 16 files changed, 48 insertions(+), 36 deletions(-) diff --git a/dogfooding/pubspec.yaml b/dogfooding/pubspec.yaml index e9ac32f74..54fbb3364 100644 --- a/dogfooding/pubspec.yaml +++ b/dogfooding/pubspec.yaml @@ -1,5 +1,5 @@ name: flutter_dogfooding -version: 2.1.0+1 +version: 2.2.0+1 publish_to: none description: Flutter Dogfooding App to showcase Video SDK. @@ -37,11 +37,11 @@ dependencies: share_plus: ^11.0.0 shared_preferences: ^2.5.3 stream_chat_flutter: ^9.17.0 - stream_video_filters: ^1.1.0 - stream_video_flutter: ^1.1.0 - stream_video_noise_cancellation: ^1.1.0 - stream_video_push_notification: ^1.1.0 - stream_video_screen_sharing: ^1.1.0 + stream_video_filters: ^1.2.0 + stream_video_flutter: ^1.2.0 + stream_video_noise_cancellation: ^1.2.0 + stream_video_push_notification: ^1.2.0 + stream_video_screen_sharing: ^1.2.0 dependency_overrides: stream_video: diff --git a/melos.yaml b/melos.yaml index c6835377d..44191a664 100644 --- a/melos.yaml +++ b/melos.yaml @@ -22,12 +22,12 @@ command: device_info_plus: ^12.1.0 share_plus: ^11.0.0 stream_chat_flutter: ^9.17.0 - stream_webrtc_flutter: ^2.2.1 - stream_video: ^1.1.0 - stream_video_flutter: ^1.1.0 - stream_video_noise_cancellation: ^1.1.0 - stream_video_push_notification: ^1.1.0 - stream_video_screen_sharing: ^1.1.0 + stream_webrtc_flutter: ^2.2.2 + stream_video: ^1.2.0 + stream_video_flutter: ^1.2.0 + stream_video_noise_cancellation: ^1.2.0 + stream_video_push_notification: ^1.2.0 + stream_video_screen_sharing: ^1.2.0 scripts: postclean: diff --git a/packages/stream_video/CHANGELOG.md b/packages/stream_video/CHANGELOG.md index 959041bd3..8443bcf40 100644 --- a/packages/stream_video/CHANGELOG.md +++ b/packages/stream_video/CHANGELOG.md @@ -1,3 +1,6 @@ +## 1.2.0 +* Sync version with `stream_video_flutter` 1.2.0 + ## 1.1.0 ### ⚡ Performance diff --git a/packages/stream_video/lib/globals.dart b/packages/stream_video/lib/globals.dart index 37989ac8a..289b7cd75 100644 --- a/packages/stream_video/lib/globals.dart +++ b/packages/stream_video/lib/globals.dart @@ -4,7 +4,7 @@ import 'package:stream_webrtc_flutter/stream_webrtc_flutter.dart' as webrtc; import 'protobuf/video/sfu/models/models.pb.dart'; const String streamSdkName = 'stream-flutter'; -const String streamVideoVersion = '1.1.0'; +const String streamVideoVersion = '1.2.0'; const String openapiModelsVersion = '202.0.0'; const String protocolModelsVersion = '1.40.1'; const String androidWebRTCVersion = webrtc.androidWebRTCVersion; diff --git a/packages/stream_video/pubspec.yaml b/packages/stream_video/pubspec.yaml index 25578878f..b3c18a029 100644 --- a/packages/stream_video/pubspec.yaml +++ b/packages/stream_video/pubspec.yaml @@ -1,7 +1,7 @@ name: stream_video description: The Official Low-level Client for Stream Video, a service for building video calls, audio rooms, and live-streaming applications. -version: 1.1.0 +version: 1.2.0 homepage: https://getstream.io/video/ repository: https://github.com/GetStream/stream-video-flutter issue_tracker: https://github.com/GetStream/stream-video-flutter/issues @@ -31,7 +31,7 @@ dependencies: rxdart: ^0.28.0 sdp_transform: ^0.3.2 state_notifier: ^1.0.0 - stream_webrtc_flutter: ^2.2.1 + stream_webrtc_flutter: ^2.2.2 synchronized: ^3.1.0 system_info2: ^4.0.0 tart: ^0.6.0 diff --git a/packages/stream_video_filters/CHANGELOG.md b/packages/stream_video_filters/CHANGELOG.md index dd33ee392..b1efd30bc 100644 --- a/packages/stream_video_filters/CHANGELOG.md +++ b/packages/stream_video_filters/CHANGELOG.md @@ -1,4 +1,4 @@ -## Upcoming +## 1.2.0 * Fixed unnecessary video filter reapplication when camera track is disabled. ## 1.1.0 diff --git a/packages/stream_video_filters/pubspec.yaml b/packages/stream_video_filters/pubspec.yaml index a7b8f3ac1..e29efde05 100644 --- a/packages/stream_video_filters/pubspec.yaml +++ b/packages/stream_video_filters/pubspec.yaml @@ -1,7 +1,7 @@ name: stream_video_filters description: The Official package for Stream Video, providing video filters feature for video calls. -version: 1.1.0 +version: 1.2.0 homepage: https://getstream.io/video/ repository: https://github.com/GetStream/stream-video-flutter issue_tracker: https://github.com/GetStream/stream-video-flutter/issues @@ -14,8 +14,8 @@ dependencies: flutter: sdk: flutter plugin_platform_interface: ^2.0.2 - stream_video: ^1.1.0 - stream_webrtc_flutter: ^2.2.1 + stream_video: ^1.2.0 + stream_webrtc_flutter: ^2.2.2 dev_dependencies: flutter_lints: ^6.0.0 diff --git a/packages/stream_video_flutter/CHANGELOG.md b/packages/stream_video_flutter/CHANGELOG.md index 67489bcc4..e1600a395 100644 --- a/packages/stream_video_flutter/CHANGELOG.md +++ b/packages/stream_video_flutter/CHANGELOG.md @@ -1,7 +1,7 @@ -# Upcoming +## 1.2.0 ### ✅ Added -* [Android] Added support for screen audio sharing. To enable it set `captureScreenAudio` to true in `ScreenShareConstraints`. +* [Android] Added support for screen audio sharing. To enable it set `captureScreenAudio` to true in `ScreenShareConstraints`. See [documentation](https://getstream.io/video/docs/flutter/advanced/screen_sharing/#screen-audio-sharing) for more details. ### 🐞 Fixed * Fixed unnecessary video filter reapplication when camera track is disabled. diff --git a/packages/stream_video_flutter/example/pubspec.yaml b/packages/stream_video_flutter/example/pubspec.yaml index 6f809f62b..d88e6a03e 100644 --- a/packages/stream_video_flutter/example/pubspec.yaml +++ b/packages/stream_video_flutter/example/pubspec.yaml @@ -28,10 +28,10 @@ dependencies: rxdart: ^0.28.0 share_plus: ^11.0.0 shared_preferences: ^2.5.3 - stream_video: ^1.1.0 - stream_video_flutter: ^1.1.0 - stream_video_push_notification: ^1.1.0 - stream_webrtc_flutter: ^2.2.1 + stream_video: ^1.2.0 + stream_video_flutter: ^1.2.0 + stream_video_push_notification: ^1.2.0 + stream_webrtc_flutter: ^2.2.2 dependency_overrides: stream_video: diff --git a/packages/stream_video_flutter/pubspec.yaml b/packages/stream_video_flutter/pubspec.yaml index 355d3f8b3..ea8b4b856 100644 --- a/packages/stream_video_flutter/pubspec.yaml +++ b/packages/stream_video_flutter/pubspec.yaml @@ -1,7 +1,7 @@ name: stream_video_flutter description: The Official UI package for Stream Video, a service for building video calls, audio rooms, and live-streaming applications. -version: 1.1.0 +version: 1.2.0 homepage: https://getstream.io/video/ repository: https://github.com/GetStream/stream-video-flutter issue_tracker: https://github.com/GetStream/stream-video-flutter/issues @@ -24,8 +24,8 @@ dependencies: plugin_platform_interface: ^2.1.8 rate_limiter: ^1.0.0 rxdart: ^0.28.0 - stream_video: ^1.1.0 - stream_webrtc_flutter: ^2.2.1 + stream_video: ^1.2.0 + stream_webrtc_flutter: ^2.2.2 visibility_detector: ^0.4.0+2 dev_dependencies: diff --git a/packages/stream_video_noise_cancellation/CHANGELOG.md b/packages/stream_video_noise_cancellation/CHANGELOG.md index 8f03617b2..4d4fda5a1 100644 --- a/packages/stream_video_noise_cancellation/CHANGELOG.md +++ b/packages/stream_video_noise_cancellation/CHANGELOG.md @@ -1,3 +1,6 @@ +## 1.2.0 +* Sync version with `stream_video_flutter` 1.2.0 + ## 1.1.0 * Sync version with `stream_video_flutter` 1.1.0 diff --git a/packages/stream_video_noise_cancellation/pubspec.yaml b/packages/stream_video_noise_cancellation/pubspec.yaml index a9f2688f5..cc9303323 100644 --- a/packages/stream_video_noise_cancellation/pubspec.yaml +++ b/packages/stream_video_noise_cancellation/pubspec.yaml @@ -1,7 +1,7 @@ name: stream_video_noise_cancellation description: The Official package for Stream Video, providing noise cancellation feature for video and audio calls. -version: 1.1.0 +version: 1.2.0 homepage: https://getstream.io/video/ repository: https://github.com/GetStream/stream-video-flutter issue_tracker: https://github.com/GetStream/stream-video-flutter/issues @@ -14,8 +14,8 @@ dependencies: flutter: sdk: flutter plugin_platform_interface: ^2.0.2 - stream_video: ^1.1.0 - stream_webrtc_flutter: ^2.2.1 + stream_video: ^1.2.0 + stream_webrtc_flutter: ^2.2.2 dev_dependencies: flutter_lints: ^6.0.0 diff --git a/packages/stream_video_push_notification/CHANGELOG.md b/packages/stream_video_push_notification/CHANGELOG.md index 50f5d5686..9bf7c0963 100644 --- a/packages/stream_video_push_notification/CHANGELOG.md +++ b/packages/stream_video_push_notification/CHANGELOG.md @@ -1,3 +1,6 @@ +## 1.2.0 +* Sync version with `stream_video_flutter` 1.2.0 + ## 1.1.0 * Sync version with `stream_video_flutter` 1.1.0 diff --git a/packages/stream_video_push_notification/pubspec.yaml b/packages/stream_video_push_notification/pubspec.yaml index 9ea35b602..a0ca4ce7d 100644 --- a/packages/stream_video_push_notification/pubspec.yaml +++ b/packages/stream_video_push_notification/pubspec.yaml @@ -1,7 +1,7 @@ name: stream_video_push_notification description: Adds push notification support for Stream Video, a service for building video calls, audio rooms, and live-streaming applications. -version: 1.1.0 +version: 1.2.0 homepage: https://getstream.io/video/ repository: https://github.com/GetStream/stream-video-flutter issue_tracker: https://github.com/GetStream/stream-video-flutter/issues @@ -21,9 +21,9 @@ dependencies: plugin_platform_interface: ^2.1.8 rxdart: ^0.28.0 shared_preferences: ^2.5.3 - stream_video: ^1.1.0 - stream_video_flutter: ^1.1.0 - stream_webrtc_flutter: ^2.2.1 + stream_video: ^1.2.0 + stream_video_flutter: ^1.2.0 + stream_webrtc_flutter: ^2.2.2 uuid: ^4.5.1 dev_dependencies: diff --git a/packages/stream_video_screen_sharing/CHANGELOG.md b/packages/stream_video_screen_sharing/CHANGELOG.md index 141281006..e6291bdd0 100644 --- a/packages/stream_video_screen_sharing/CHANGELOG.md +++ b/packages/stream_video_screen_sharing/CHANGELOG.md @@ -1,3 +1,6 @@ +## 1.2.0 +* [Android] Added support for screen audio sharing. To enable it set `captureScreenAudio` to true in `ScreenShareConstraints`. See [documentation](https://getstream.io/video/docs/flutter/advanced/screen_sharing/#screen-audio-sharing) for more details. + ## 1.1.0 * Sync version with `stream_video_flutter` 1.1.0 diff --git a/packages/stream_video_screen_sharing/pubspec.yaml b/packages/stream_video_screen_sharing/pubspec.yaml index 426f9639a..0e28f7282 100644 --- a/packages/stream_video_screen_sharing/pubspec.yaml +++ b/packages/stream_video_screen_sharing/pubspec.yaml @@ -2,7 +2,7 @@ name: stream_video_screen_sharing description: > Official Screen Sharing Plugin for Stream Video Flutter that enables sharing device screens during video calls. -version: 1.1.0 +version: 1.2.0 homepage: https://getstream.io/video/ repository: https://github.com/GetStream/stream-video-flutter issue_tracker: https://github.com/GetStream/stream-video-flutter/issues