Skip to content

Commit 5af2f8b

Browse files
authored
Release v0.7.2 (#842)
1 parent d38ff61 commit 5af2f8b

File tree

11 files changed

+50
-14
lines changed

11 files changed

+50
-14
lines changed

dogfooding/pubspec.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: flutter_dogfooding
2-
version: 1.7.1+1
2+
version: 1.7.2+1
33
publish_to: none
44
description: Flutter Dogfooding App to showcase Video SDK.
55

@@ -34,9 +34,9 @@ dependencies:
3434
share_plus: ^10.0.2
3535
shared_preferences: ^2.3.2
3636
stream_chat_flutter: ^9.0.0
37-
stream_video_flutter: ^0.7.1
38-
stream_video_push_notification: ^0.7.1
39-
stream_video_screen_sharing: ^0.7.1
37+
stream_video_flutter: ^0.7.2
38+
stream_video_push_notification: ^0.7.2
39+
stream_video_screen_sharing: ^0.7.2
4040

4141
dependency_overrides:
4242
just_audio_web: ^0.4.13

packages/stream_video/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
## 0.7.2
2+
3+
🐞 Fixed
4+
* Resolved an issue where accepting a second call while already on a call would not open the call screen correctly.
5+
* **(Web)** Fixed web compilation issues.
6+
* **(Web)** Addressed an issue where `battery_plus` and `thermal` packages were erroneously called on web.
7+
* **(iOS)** Fixed an issue where Picture-in-Picture mode was not ended when the call ended.
8+
* **(iOS)** Resolved an issue where CallKit calls sometimes were not terminated when the Stream call ended.
9+
* **(iOS)** Fixed a missing app icon on the CallKit screen when the app was in a terminated state.
10+
11+
🔄 Changed
12+
* Deprecated the `handleVoipPushNotification()` method in the `StreamVideo` class. Use `handleRingingFlowNotifications()` instead.
13+
114
## 0.7.1
215

316
🐞 Fixed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// This file is generated. Do not manually edit.
22
/// Current package version.
33
const String streamSdkName = 'stream-flutter';
4-
const String streamVideoVersion = '0.7.1';
4+
const String streamVideoVersion = '0.7.2';
55
const String androidWebRTCVersion = 'libwebrtc-m125.6422.03';
66
const String iosWebRTCVersion = 'libwebrtc-m125.6422.06';

packages/stream_video/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: stream_video
22
description: The Official Low-level Client for Stream Video, a service for
33
building video calls, audio rooms, and live-streaming applications.
4-
version: 0.7.1
4+
version: 0.7.2
55
homepage: https://getstream.io/video/
66
repository: https://github.com/GetStream/stream-video-flutter
77
issue_tracker: https://github.com/GetStream/stream-video-flutter/issues

packages/stream_video_flutter/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
## 0.7.2
2+
3+
🐞 Fixed
4+
* Resolved an issue where accepting a second call while already on a call would not open the call screen correctly. [#840](https://github.com/GetStream/stream-video-flutter/pull/840) and [#834](https://github.com/GetStream/stream-video-flutter/pull/834)
5+
* **(Web)** Fixed web compilation issues. [#832](https://github.com/GetStream/stream-video-flutter/pull/832)
6+
* **(Web)** Addressed an issue where `battery_plus` and `thermal` packages were erroneously called on web. [#837](https://github.com/GetStream/stream-video-flutter/pull/837)
7+
* **(iOS)** Fixed an issue where Picture-in-Picture mode was not ended when the call ended. [#840](https://github.com/GetStream/stream-video-flutter/pull/840)
8+
* **(iOS)** Resolved an issue where CallKit calls sometimes were not terminated when the Stream call ended. [#840](https://github.com/GetStream/stream-video-flutter/pull/840)
9+
* **(iOS)** Fixed a missing app icon on the CallKit screen when the app was in a terminated state. [#841](https://github.com/GetStream/stream-video-flutter/pull/841)
10+
11+
🔄 Changed
12+
* Deprecated the `handleVoipPushNotification()` method in the `StreamVideo` class. Use `handleRingingFlowNotifications()` instead.
13+
114
## 0.7.1
215

316
🐞 Fixed

packages/stream_video_flutter/example/pubspec.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ dependencies:
2727
path_provider: ^2.1.0
2828
share_plus: ^10.0.2
2929
shared_preferences: ^2.2.0
30-
stream_video: ^0.7.1
31-
stream_video_flutter: ^0.7.1
32-
stream_video_push_notification: ^0.7.1
30+
stream_video: ^0.7.2
31+
stream_video_flutter: ^0.7.2
32+
stream_video_push_notification: ^0.7.2
3333
stream_webrtc_flutter: ^0.12.5+2
3434

3535
dependency_overrides:

packages/stream_video_flutter/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: stream_video_flutter
22
description: The Official UI package for Stream Video, a service for building
33
video calls, audio rooms, and live-streaming applications.
4-
version: 0.7.1
4+
version: 0.7.2
55
homepage: https://getstream.io/video/
66
repository: https://github.com/GetStream/stream-video-flutter
77
issue_tracker: https://github.com/GetStream/stream-video-flutter/issues
@@ -20,7 +20,7 @@ dependencies:
2020
permission_handler: ^11.3.1
2121
plugin_platform_interface: ^2.1.8
2222
rate_limiter: ^1.0.0
23-
stream_video: ^0.7.1
23+
stream_video: ^0.7.2
2424
stream_webrtc_flutter: ^0.12.5+2
2525
visibility_detector: ^0.4.0+2
2626

packages/stream_video_push_notification/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 0.7.2
2+
3+
🐞 Fixed
4+
* Resolved an issue where accepting a second call while already on a call would not open the call screen correctly.
5+
* **(iOS)** Resolved an issue where CallKit calls sometimes were not terminated when the Stream call ended.
6+
* **(iOS)** Fixed a missing app icon on the CallKit screen when the app was in a terminated state.
7+
18
## 0.7.1
29
* Sync version with `stream_video_flutter` 0.7.1
310

packages/stream_video_push_notification/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: stream_video_push_notification
22
description: Adds push notification support for Stream Video, a service for
33
building video calls, audio rooms, and live-streaming applications.
4-
version: 0.7.1
4+
version: 0.7.2
55
homepage: https://getstream.io/video/
66
repository: https://github.com/GetStream/stream-video-flutter
77
issue_tracker: https://github.com/GetStream/stream-video-flutter/issues
@@ -21,7 +21,7 @@ dependencies:
2121
meta: ^1.9.1
2222
plugin_platform_interface: ^2.1.8
2323
rxdart: ^0.28.0
24-
stream_video: ^0.7.1
24+
stream_video: ^0.7.2
2525
uuid: ^4.2.1
2626
shared_preferences: ^2.3.2
2727
stream_webrtc_flutter: ^0.12.5+2

packages/stream_video_screen_sharing/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 0.7.2
2+
* Sync version with `stream_video_flutter` 0.7.2
3+
14
## 0.7.1
25
* Sync version with `stream_video_flutter` 0.7.1
36

0 commit comments

Comments
 (0)