Skip to content

chore(repo): Release v1.3.3#1225

Merged
Brazol merged 1 commit intomainfrom
release/v1.3.3
Apr 28, 2026
Merged

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

Conversation

@Brazol
Copy link
Copy Markdown
Contributor

@Brazol Brazol commented Apr 28, 2026

Summary by CodeRabbit

Release Notes – Version 1.3.3

  • New Features

    • Automatic server-side pinning for participants joining with pinned status
    • Added support for high-scale livestream publishing configuration
  • Bug Fixes

    • Fixed crash when handling empty language responses in transcription settings
  • Changed

    • Improved disconnect and reject reason propagation for better error visibility

@Brazol Brazol requested a review from a team as a code owner April 28, 2026 10:40
@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Apr 28, 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: a745aa88-beb6-4a10-bbf7-48fa18928cd1

📥 Commits

Reviewing files that changed from the base of the PR and between 7b13a90 and a25433f.

📒 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

The PR increments the Stream Video Flutter suite version from 1.3.2 to 1.3.3 across multiple packages, updating pubspec.yaml files, podspec files, dependency constraints in melos.yaml, the internal version constant, and changelog entries.

Changes

Cohort / File(s) Summary
Root Configuration
dogfooding/pubspec.yaml, melos.yaml
Bumped app version to 2.3.3+1 and updated stream_video_* dependency constraints from ^1.3.2 to ^1.3.3 in both files.
stream_video Package
packages/stream_video/pubspec.yaml, packages/stream_video/CHANGELOG.md, packages/stream_video/lib/globals.dart
Incremented package version to 1.3.3, updated streamVideoVersion constant, and reorganized changelog with a "Changed" section for disconnect/reject reason propagation improvements.
stream_video_filters Package
packages/stream_video_filters/pubspec.yaml, packages/stream_video_filters/CHANGELOG.md, packages/stream_video_filters/ios/stream_video_filters.podspec
Bumped package version to 1.3.3, updated stream_video dependency constraint, and added changelog entry for version synchronization.
stream_video_flutter Package
packages/stream_video_flutter/pubspec.yaml, packages/stream_video_flutter/CHANGELOG.md, packages/stream_video_flutter/ios/stream_video_flutter.podspec, packages/stream_video_flutter/example/pubspec.yaml
Incremented package version to 1.3.3, updated stream_video dependency, updated example app dependencies, added changelog entries for crash fix in TranscriptionSettingsResponse.fromJson, automatic server-side pinning, and new Call.join() parameter.
stream_video_noise_cancellation Package
packages/stream_video_noise_cancellation/pubspec.yaml, packages/stream_video_noise_cancellation/CHANGELOG.md, packages/stream_video_noise_cancellation/ios/stream_video_noise_cancellation.podspec, packages/stream_video_noise_cancellation/example/pubspec.yaml
Bumped package version to 1.3.3, updated stream_video dependency constraint, added changelog entry, and updated example app dependencies.
stream_video_push_notification Package
packages/stream_video_push_notification/pubspec.yaml, packages/stream_video_push_notification/CHANGELOG.md, packages/stream_video_push_notification/ios/stream_video_push_notification.podspec
Incremented package version to 1.3.3, updated stream_video and stream_video_flutter dependency constraints, and added changelog entry.
stream_video_screen_sharing Package
packages/stream_video_screen_sharing/pubspec.yaml, packages/stream_video_screen_sharing/CHANGELOG.md, packages/stream_video_screen_sharing/ios/stream_video_screen_sharing.podspec
Bumped package version to 1.3.3 and added changelog entry for version synchronization.

Estimated Code Review Effort

🎯 2 (Simple) | ⏱️ ~5 minutes

Possibly Related PRs

Suggested Reviewers

  • xsahil03x
  • renefloor

Poem

🐰 Hop hop, the versions all align,
From 1.3.2 to 1.3.3 so fine,
Pubspecs and pods in perfect sync,
The changelog fills, quick as a blink!
This rabbit celebrates release day,
With consistent bumps in every way! 🎉

🚥 Pre-merge checks | ✅ 4 | ❌ 1

❌ Failed checks (1 warning)

Check name Status Explanation Resolution
Description check ⚠️ Warning The pull request has no description provided. The template requires sections like Goal, Implementation details, Testing, and a Contributor Checklist, all of which are completely missing. Add a comprehensive description following the template, including the release goal, implementation details, testing explanation, and complete the contributor checklist sections.
✅ Passed checks (4 passed)
Check name Status Explanation
Title check ✅ Passed The title 'chore(repo): Release v1.3.3' directly and clearly summarizes the main change in the changeset: a version bump release across all packages and manifests from 1.3.2 to 1.3.3.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ 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.3

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
Copy Markdown

codecov Bot commented Apr 28, 2026

Codecov Report

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

Additional details and impacted files
@@          Coverage Diff          @@
##            main   #1225   +/-   ##
=====================================
  Coverage   5.82%   5.82%           
=====================================
  Files        676     676           
  Lines      49394   49394           
=====================================
  Hits        2878    2878           
  Misses     46516   46516           

☔ 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 fef326f into main Apr 28, 2026
13 of 16 checks passed
@Brazol Brazol deleted the release/v1.3.3 branch April 28, 2026 11:17
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