Skip to content

chore(repo): Release v1.3.1#1192

Merged
Brazol merged 1 commit intomainfrom
release/v1.3.1
Mar 18, 2026
Merged

chore(repo): Release v1.3.1#1192
Brazol merged 1 commit intomainfrom
release/v1.3.1

Conversation

@Brazol
Copy link
Contributor

@Brazol Brazol commented Mar 17, 2026

Summary by CodeRabbit

  • Bug Fixes

    • Fixed iOS audio session handling on call leave.
    • Improved SFU join, recovery, and migration logic to reduce failed joins and reconnect loops.
    • Fixed race condition in Call.join when another connection is in progress.
    • Ensured coordinator WebSocket connects before consuming incoming calls during cold start.
  • Chores

    • Version bumped to 1.3.1 across all packages with dependency updates.

@Brazol Brazol requested a review from a team as a code owner March 17, 2026 18:28
@coderabbitai
Copy link

coderabbitai bot commented Mar 17, 2026

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 7889d8f2-d01b-477f-a418-e9047dd38773

📥 Commits

Reviewing files that changed from the base of the PR and between 7e0a27d and 5e1e72b.

📒 Files selected for processing (22)
  • dogfooding/pubspec.yaml
  • melos.yaml
  • packages/stream_video/CHANGELOG.md
  • packages/stream_video/lib/globals.dart
  • packages/stream_video/pubspec.yaml
  • packages/stream_video_filters/CHANGELOG.md
  • packages/stream_video_filters/ios/stream_video_filters.podspec
  • packages/stream_video_filters/pubspec.yaml
  • packages/stream_video_flutter/CHANGELOG.md
  • packages/stream_video_flutter/example/pubspec.yaml
  • packages/stream_video_flutter/ios/stream_video_flutter.podspec
  • packages/stream_video_flutter/pubspec.yaml
  • packages/stream_video_noise_cancellation/CHANGELOG.md
  • packages/stream_video_noise_cancellation/example/pubspec.yaml
  • packages/stream_video_noise_cancellation/ios/stream_video_noise_cancellation.podspec
  • packages/stream_video_noise_cancellation/pubspec.yaml
  • packages/stream_video_push_notification/CHANGELOG.md
  • packages/stream_video_push_notification/ios/stream_video_push_notification.podspec
  • packages/stream_video_push_notification/pubspec.yaml
  • packages/stream_video_screen_sharing/CHANGELOG.md
  • packages/stream_video_screen_sharing/ios/stream_video_screen_sharing.podspec
  • packages/stream_video_screen_sharing/pubspec.yaml

📝 Walkthrough

Walkthrough

A coordinated version release from 1.3.0 to 1.3.1 across multiple Stream Video Dart/Flutter packages, including pubspec updates, CHANGELOG entries documenting bug fixes and improvements, iOS Podspec synchronization, and a version constant bump in globals.dart.

Changes

Cohort / File(s) Summary
Main Package Version Bumps
packages/stream_video/pubspec.yaml, packages/stream_video_filters/pubspec.yaml, packages/stream_video_flutter/pubspec.yaml, packages/stream_video_noise_cancellation/pubspec.yaml, packages/stream_video_push_notification/pubspec.yaml, packages/stream_video_screen_sharing/pubspec.yaml
Version updated from 1.3.0 to 1.3.1 across all packages; stream_video dependency bumped to ^1.3.1 in dependent packages.
Version Constant
packages/stream_video/lib/globals.dart
streamVideoVersion constant updated from '1.3.0' to '1.3.1', affecting derived streamDefaultUserAgent string.
iOS Platform Configuration
packages/stream_video_filters/ios/stream_video_filters.podspec, packages/stream_video_flutter/ios/stream_video_flutter.podspec, packages/stream_video_noise_cancellation/ios/stream_video_noise_cancellation.podspec, packages/stream_video_push_notification/ios/stream_video_push_notification.podspec, packages/stream_video_screen_sharing/ios/stream_video_screen_sharing.podspec
Podspec version fields synchronized from 0.9.6 to 1.3.1 across all iOS packages.
Release Documentation
packages/stream_video/CHANGELOG.md, packages/stream_video_filters/CHANGELOG.md, packages/stream_video_flutter/CHANGELOG.md, packages/stream_video_noise_cancellation/CHANGELOG.md, packages/stream_video_push_notification/CHANGELOG.md, packages/stream_video_screen_sharing/CHANGELOG.md
Version 1.3.1 entries added documenting bug fixes: iOS audio session handling, SFU join/recovery logic, race condition handling, and WebSocket initialization improvements.
Example & Dogfooding Dependencies
dogfooding/pubspec.yaml, packages/stream_video_flutter/example/pubspec.yaml, packages/stream_video_noise_cancellation/example/pubspec.yaml
Dependency versions bumped from ^1.3.0 to ^1.3.1 for stream_video and related packages.
Monorepo Configuration
melos.yaml
Four package dependencies updated from ^1.3.0 to ^1.3.1 (stream_video_flutter, stream_video_noise_cancellation, stream_video_push_notification, stream_video_screen_sharing).

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~12 minutes

Possibly related PRs

Suggested reviewers

  • renefloor
  • xsahil03x

Poem

🐰 A hop, a skip, a version tune,
From one-point-three to one-point-one,
iOS pods and pubspecs bright,
Hopping through the monorepo night!
Cross the packages we do spring,
Release version brings us spring! 🌱

🚥 Pre-merge checks | ✅ 2 | ❌ 1

❌ Failed checks (1 warning)

Check name Status Explanation Resolution
Description check ⚠️ Warning No pull request description was provided; all required sections (Goal, Implementation details, Testing, Checklist) are missing. Add a comprehensive description covering the goal of this release, implementation details of version bumps, testing approach, and complete the contributor and reviewer checklists.
✅ Passed checks (2 passed)
Check name Status Explanation
Title check ✅ Passed The title 'chore(repo): Release v1.3.1' clearly and specifically describes the main change—releasing version 1.3.1 across the repository packages.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch release/v1.3.1
📝 Coding Plan
  • Generate coding plan for human review comments

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@codecov
Copy link

codecov bot commented Mar 17, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 6.42%. Comparing base (7e0a27d) to head (5e1e72b).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@          Coverage Diff          @@
##            main   #1192   +/-   ##
=====================================
  Coverage   6.42%   6.42%           
=====================================
  Files        615     615           
  Lines      43409   43409           
=====================================
  Hits        2788    2788           
  Misses     40621   40621           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@Brazol Brazol merged commit 58cd024 into main Mar 18, 2026
11 of 16 checks passed
@Brazol Brazol deleted the release/v1.3.1 branch March 18, 2026 08:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants