Skip to content

Commit 1ffe69f

Browse files
authored
Release v0.3.3 (#602)
1 parent 8287d9e commit 1ffe69f

File tree

8 files changed

+24
-14
lines changed

8 files changed

+24
-14
lines changed

dogfooding/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ dependencies:
2929
share_plus: ^7.1.0
3030
shared_preferences: ^2.2.0
3131
stream_chat_flutter: ^8.0.0-beta.1
32-
stream_video_flutter: ^0.3.2
33-
stream_video_push_notification: ^0.3.2
32+
stream_video_flutter: ^0.3.3
33+
stream_video_push_notification: ^0.3.3
3434
uni_links: ^0.5.1
3535

3636
dev_dependencies:
Lines changed: 1 addition & 1 deletion
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.2';
3+
const String streamVideoVersion = '0.3.3';
44
const String androidWebRTCVersion = 'libwebrtc-m114.5735.05';
55
const String iosWebRTCVersion = 'libwebrtc-m114.5735.08';

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.3.2
4+
version: 0.3.3
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: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Upcomming
1+
## 0.3.3
22

33
🚧 UI changes to SDK components
44

@@ -9,12 +9,18 @@
99
- Participants button removed from `CallAppBar` together with `onParticipantsInfoTap` and `participantsInfoBuilder` properties
1010
- Layout Mode button removed from `CallAppBar` together with `onLayoutModeChanged` property. You can use new `ToggleLayoutOption` instead in custom layout anywhere
1111
* `ToggleLayoutOption` added
12-
* Components related to participants menu item from `CallAppBar` are removeed: `CallParticipantsInfoItem`, `StreamCallParticipantsInfoMenu` and `CallParticipantsInfoOptions`
12+
* Components related to participants menu item from `CallAppBar` are removed: `CallParticipantsInfoItem`, `StreamCallParticipantsInfoMenu` and `CallParticipantsInfoOptions`
1313
* `StreamCallParticipantsInfoMenuTheme` is removed
1414

15-
Removed
15+
Other changes:
16+
* Added `StreamCallType` class that replaces depricated String `type` parameter
17+
* Exapanded `CallStats` class with more structured WebRTC statistics as `stats` field
18+
* Changed `raw` statistics in `CallStats` to be of a Map<Stirng, dynamic> type
19+
* Added `publisherStats`, `subsciberStats` and `latencyHistory` to the `CallState` that hold some of the processed statistcs
1620

17-
-
21+
Bug fixes
22+
* Fixes incoming call behavior when both CallKit and Stream incoming screen component is used
23+
* Fixes the issue on Android that caused missed call notification when ringing with reused call id
1824

1925
## 0.3.2
2026

packages/stream_video_flutter/example/pubspec.yaml

Lines changed: 2 additions & 2 deletions
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.2
28-
stream_video_flutter: ^0.3.2
27+
stream_video: ^0.3.3
28+
stream_video_flutter: ^0.3.3
2929

3030
dev_dependencies:
3131
build_runner: ^2.4.6

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.3.2
4+
version: 0.3.3
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.2
22+
stream_video: ^0.3.3
2323
visibility_detector: ^0.4.0+2
2424

2525
dev_dependencies:

packages/stream_video_push_notification/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.3.3
2+
3+
* Added `StreamCallType` class that replaces depricated String `type` parameter
4+
15
## 0.3.2
26

37
🐞 Fixed

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.3.2
4+
version: 0.3.3
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.2
24+
stream_video: ^0.3.3
2525
uuid: ^4.2.1
2626

2727
dev_dependencies:

0 commit comments

Comments
 (0)