Skip to content

Commit f2d06f8

Browse files
authored
Release v0.3.5 (#631)
1 parent 0a30882 commit f2d06f8

File tree

8 files changed

+36
-9
lines changed

8 files changed

+36
-9
lines changed

packages/stream_video/CHANGELOG.md

+11-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
1-
## Unreleased
1+
## 0.3.5
2+
✅ Added
3+
24
* Added `keepConnectionsAliveWhenInBackground` to `StreamVideoOptions` to allow keeping websocket connections and event subscribtions open when app is in the background (false by default).
5+
* Added support for Picture in Picture feature to Android - check out our [documentation](https://getstream.io/video/docs/flutter/advanced/picture_in_picture/) for more info
6+
* Added usage statictics reporting
7+
8+
🐞 Fixed
9+
10+
* Fixed handling of default audio output device setting from Stream dashboard
11+
* Fixed handling of default camera/microphone state setting from Stream dashboard
12+
* Fixed an issue where call could sometimes loose participants state
313

414
## 0.3.4
515
* Sync version with `stream_video_flutter` 0.3.4
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// This file is generated. Do not manually edit.
22
/// Current package version.
3-
const String streamVideoVersion = '0.3.4';
3+
const String streamVideoVersion = '0.3.5';
44
const String androidWebRTCVersion = 'libwebrtc-m114.5735.05';
55
const String iosWebRTCVersion = 'libwebrtc-m114.5735.08';

packages/stream_video/pubspec.yaml

+1-1
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.3.4
4+
version: 0.3.5
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

+14
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## 0.3.5
2+
✅ Added
3+
4+
* Added `keepConnectionsAliveWhenInBackground` to `StreamVideoOptions` to allow keeping websocket connections and event subscribtions open when app is in the background (false by default).
5+
* Added support for Picture in Picture feature to Android - check out our [documentation](https://getstream.io/video/docs/flutter/advanced/picture_in_picture/) for more info
6+
* Added usage statictics reporting
7+
8+
🐞 Fixed
9+
10+
* Fixed handling of default audio output device setting from Stream dashboard
11+
* Fixed handling of default camera/microphone state setting from Stream dashboard
12+
* Fixed an issue where call could sometimes loose participants state
13+
* Fixed an issue in `LobbyView` where camera/microphone state selected would not be correctly applied into the call
14+
115
## 0.3.4
216

317
* Fixed the size of the LeaveCall aciton button in `CallAppBar`

packages/stream_video_flutter/example/pubspec.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ dependencies:
2424
intl: ^0.19.0
2525
path_provider: ^2.1.0
2626
share_plus: ^7.1.0
27-
stream_video: ^0.3.4
28-
stream_video_flutter: ^0.3.4
27+
stream_video: ^0.3.5
28+
stream_video_flutter: ^0.3.5
2929

3030
dev_dependencies:
3131
build_runner: ^2.4.6

packages/stream_video_flutter/pubspec.yaml

+2-2
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.3.4
4+
version: 0.3.5
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
@@ -19,7 +19,7 @@ dependencies:
1919
flutter_webrtc: ^0.9.47
2020
plugin_platform_interface: ^2.1.7
2121
rate_limiter: ^1.0.0
22-
stream_video: ^0.3.4
22+
stream_video: ^0.3.5
2323
visibility_detector: ^0.4.0+2
2424

2525
dev_dependencies:

packages/stream_video_push_notification/CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 0.3.5
2+
* Sync version with `stream_video_flutter` 0.3.5
3+
14
## 0.3.4
25
* Sync version with `stream_video_flutter` 0.3.4
36

packages/stream_video_push_notification/pubspec.yaml

+2-2
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.3.4
4+
version: 0.3.5
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.6
2323
rxdart: ^0.27.7
24-
stream_video: ^0.3.4
24+
stream_video: ^0.3.5
2525
uuid: ^4.2.1
2626

2727
dev_dependencies:

0 commit comments

Comments
 (0)