Skip to content

Commit

Permalink
Release v0.8.1 (#870)
Browse files Browse the repository at this point in the history
* Release v0.8.1

* changelog fix
  • Loading branch information
Brazol authored Mar 4, 2025
1 parent 8f41582 commit f445ff3
Show file tree
Hide file tree
Showing 11 changed files with 24 additions and 18 deletions.
8 changes: 4 additions & 4 deletions dogfooding/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: flutter_dogfooding
version: 1.8.0+1
version: 1.8.1+1
publish_to: none
description: Flutter Dogfooding App to showcase Video SDK.

Expand Down Expand Up @@ -34,9 +34,9 @@ dependencies:
share_plus: ^10.0.2
shared_preferences: ^2.3.2
stream_chat_flutter: ^9.4.0
stream_video_flutter: ^0.8.0
stream_video_push_notification: ^0.8.0
stream_video_screen_sharing: ^0.8.0
stream_video_flutter: ^0.8.1
stream_video_push_notification: ^0.8.1
stream_video_screen_sharing: ^0.8.1

dependency_overrides:
just_audio_web: ^0.4.13
Expand Down
4 changes: 2 additions & 2 deletions packages/stream_video/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Unreleased
## 0.8.1

✅ Added
* Introduced the `onCallDisconnected` callback in `StreamCallContainer`, enabling customization of the default behavior, which invokes `Navigator.pop` upon call disconnection.
Expand All @@ -10,7 +10,7 @@

✅ Added
- Introduced `disposeAfterResolvingRinging()` and `consumeAndAcceptActiveCall()` methods in `StreamVideo` to simplify the ringing flow implementation.
- Refer to the updated [Incoming Call Documentation](https://getstream.io/video/docs/flutter/incoming-calls/overview/) or the [Ringing Tutorial](https://getstream.io/video/sdk/flutter/tutorial/ringing/) for more details.
- Refer to the updated [Incoming Call Documentation](https://getstream.io/video/docs/flutter/advanced/incoming-calls/overview/) or the [Ringing Tutorial](https://getstream.io/video/sdk/flutter/tutorial/ringing/) for more details.

🔄 Changed
- Deprecated the `backgroundVoipCallHandler` parameter in `StreamVideoPushNotificationManager`, as it is no longer required for iOS ringing to function in a terminated state.
Expand Down
2 changes: 1 addition & 1 deletion packages/stream_video/lib/globals.dart
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import 'package:meta/meta.dart';

const String streamSdkName = 'stream-flutter';
const String streamVideoVersion = '0.8.0';
const String streamVideoVersion = '0.8.1';
const String androidWebRTCVersion = 'libwebrtc-m125.6422.03';
const String iosWebRTCVersion = 'libwebrtc-m125.6422.06';

Expand Down
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.8.0
version: 0.8.1
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
4 changes: 2 additions & 2 deletions packages/stream_video_flutter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Unreleased
## 0.8.1

✅ Added
* Introduced the `onCallDisconnected` callback in `StreamCallContainer`, enabling customization of the default behavior, which invokes `Navigator.pop` upon call disconnection.
Expand All @@ -11,7 +11,7 @@

✅ Added
* Introduced `disposeAfterResolvingRinging()` and `consumeAndAcceptActiveCall()` methods in `StreamVideo` to simplify the ringing flow implementation.
- Refer to the updated [Incoming Call Documentation](https://getstream.io/video/docs/flutter/incoming-calls/overview/) or the [Ringing Tutorial](https://getstream.io/video/sdk/flutter/tutorial/ringing/) for more details.
- Refer to the updated [Incoming Call Documentation](https://getstream.io/video/docs/flutter/advanced/incoming-calls/overview/) or the [Ringing Tutorial](https://getstream.io/video/sdk/flutter/tutorial/ringing/) for more details.

🔄 Changed
* Deprecated the `backgroundVoipCallHandler` parameter in `StreamVideoPushNotificationManager`, as it is no longer required for iOS ringing to function in a terminated state.
Expand Down
6 changes: 3 additions & 3 deletions packages/stream_video_flutter/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ dependencies:
path_provider: ^2.1.0
share_plus: ^10.0.2
shared_preferences: ^2.2.0
stream_video: ^0.8.0
stream_video_flutter: ^0.8.0
stream_video_push_notification: ^0.8.0
stream_video: ^0.8.1
stream_video_flutter: ^0.8.1
stream_video_push_notification: ^0.8.1
stream_webrtc_flutter: ^0.12.9+1

dependency_overrides:
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.8.0
version: 0.8.1
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 @@ -20,7 +20,7 @@ dependencies:
permission_handler: ^11.3.1
plugin_platform_interface: ^2.1.8
rate_limiter: ^1.0.0
stream_video: ^0.8.0
stream_video: ^0.8.1
stream_webrtc_flutter: ^0.12.9+1
visibility_detector: ^0.4.0+2

Expand Down
3 changes: 3 additions & 0 deletions packages/stream_video_push_notification/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 0.8.1
* Sync version with `stream_video_flutter` 0.8.1

## 0.8.0

* Updated minimum Flutter version to 3.27.4
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.8.0
version: 0.8.1
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.8
rxdart: ^0.28.0
stream_video: ^0.8.0
stream_video: ^0.8.1
uuid: ^4.2.1
shared_preferences: ^2.3.2
stream_webrtc_flutter: ^0.12.9+1
Expand Down
3 changes: 3 additions & 0 deletions packages/stream_video_screen_sharing/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 0.8.1
* Sync version with `stream_video_flutter` 0.8.1

## 0.8.0
* Sync version with `stream_video_flutter` 0.8.0

Expand Down
2 changes: 1 addition & 1 deletion packages/stream_video_screen_sharing/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: stream_video_screen_sharing
description: "Official Screen Sharing Plugin for Stream Video Flutter."
version: 0.8.0
version: 0.8.1
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

0 comments on commit f445ff3

Please sign in to comment.