Skip to content

Commit

Permalink
Release v0.4.0 (#670)
Browse files Browse the repository at this point in the history
  • Loading branch information
Brazol committed May 8, 2024
1 parent 35e444b commit b4640ca
Show file tree
Hide file tree
Showing 8 changed files with 37 additions and 8 deletions.
12 changes: 12 additions & 0 deletions packages/stream_video/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## 0.4.0

🚧 Breaking changes
* Updated minimum supported dart SDK version to `3.3.0` (which requires min Flutter SDK `3.19.0`)

* Updated `flutter_webrtc` to 0.10.4

🐞 Fixed
* Fixed an issue where subscriber offer events might be missed causing missing video/audio tracks for call participants.
* Fixed speakerphone/earpiece switching on iOS.
* User is now diconnected immedietaly when leaving the call.

## 0.3.9
* Reverted `flutter_webrtc` dependency version back to `0.9.47` to fix the compilation issues for web in Flutter 3.19.

Expand Down
2 changes: 1 addition & 1 deletion packages/stream_video/lib/version.g.dart
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// This file is generated. Do not manually edit.
/// Current package version.
const String streamVideoVersion = '0.3.9';
const String streamVideoVersion = '0.4.0';
const String androidWebRTCVersion = 'libwebrtc-m114.5735.10';
const String iosWebRTCVersion = 'libwebrtc-m114.5735.10';
2 changes: 1 addition & 1 deletion packages/stream_video/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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: 0.3.9
version: 0.4.0
homepage: https://getstream.io/video/
repository: https://github.com/GetStream/stream-video-flutter
issue_tracker: https://github.com/GetStream/stream-video-flutter/issues
Expand Down
12 changes: 12 additions & 0 deletions packages/stream_video_flutter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## 0.4.0

🚧 Breaking changes
* Updated minimum supported dart SDK version to `3.3.0` (which requires min Flutter SDK `3.19.0`)

* Updated `flutter_webrtc` to 0.10.4

🐞 Fixed
* Fixed an issue where subscriber offer events might be missed causing missing video/audio tracks for call participants.
* Fixed speakerphone/earpiece switching on iOS.
* User is now diconnected immedietaly when leaving the call.

## 0.3.9
* Reverted `flutter_webrtc` dependency version back to `0.9.47` to fix the compilation issues for web in Flutter 3.19.

Expand Down
4 changes: 2 additions & 2 deletions packages/stream_video_flutter/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ dependencies:
intl: ^0.19.0
path_provider: ^2.1.0
share_plus: ^7.1.0
stream_video: ^0.3.9
stream_video_flutter: ^0.3.9
stream_video: ^0.4.0
stream_video_flutter: ^0.4.0

dev_dependencies:
build_runner: ^2.4.6
Expand Down
4 changes: 2 additions & 2 deletions packages/stream_video_flutter/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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: 0.3.9
version: 0.4.0
homepage: https://getstream.io/video/
repository: https://github.com/GetStream/stream-video-flutter
issue_tracker: https://github.com/GetStream/stream-video-flutter/issues
Expand All @@ -19,7 +19,7 @@ dependencies:
flutter_webrtc: ^0.10.4
plugin_platform_interface: ^2.1.7
rate_limiter: ^1.0.0
stream_video: ^0.3.9
stream_video: ^0.4.0
visibility_detector: ^0.4.0+2

dev_dependencies:
Expand Down
5 changes: 5 additions & 0 deletions packages/stream_video_push_notification/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 0.4.0

🚧 Breaking changes
* Updated minimum supported dart SDK version to `3.3.0` (which requires min Flutter SDK `3.19.0`)

## 0.3.9
* Sync version with `stream_video_flutter` 0.3.9

Expand Down
4 changes: 2 additions & 2 deletions packages/stream_video_push_notification/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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: 0.3.9
version: 0.4.0
homepage: https://getstream.io/video/
repository: https://github.com/GetStream/stream-video-flutter
issue_tracker: https://github.com/GetStream/stream-video-flutter/issues
Expand All @@ -21,7 +21,7 @@ dependencies:
meta: ^1.9.1
plugin_platform_interface: ^2.1.6
rxdart: ^0.27.7
stream_video: ^0.3.9
stream_video: ^0.4.0
uuid: ^4.2.1

dev_dependencies:
Expand Down

0 comments on commit b4640ca

Please sign in to comment.