Skip to content

Conversation

@Brazol
Copy link
Contributor

@Brazol Brazol commented Sep 17, 2025

Summary by CodeRabbit

  • New Features

    • Participant details now include source (e.g., WebRTC, RTMP) to aid filtering and sorting.
    • Livestream layouts prioritize RTMP sources by default.
    • Inbound video can be auto-paused by the SFU with user-facing notifications and visibility of paused tracks.
    • Hosts can remove participants from a call (permission required).
  • Bug Fixes

    • Improved iOS camera stability when quickly toggling with multitasking enabled.
  • Chores

    • Version and dependency updates across video, Flutter, push, screen sharing, and noise cancellation packages.
  • Documentation

    • Changelogs updated for the 0.10.4 release.

@Brazol Brazol requested a review from a team as a code owner September 17, 2025 08:19
@coderabbitai
Copy link

coderabbitai bot commented Sep 17, 2025

Walkthrough

Coordinated 0.10.4 release updates: bump package versions across multiple pubspecs, update melos bootstrap dependency constraints, add/adjust changelog entries to 0.10.4, and update the public streamVideoVersion constant to "0.10.4". No logic or control-flow changes beyond the constant value update.

Changes

Cohort / File(s) Summary
Global constant update
packages/stream_video/lib/globals.dart
Updated const String streamVideoVersion from '0.10.3' to '0.10.4' (affects default user agent and related header values).
Core package version bumps
packages/stream_video/pubspec.yaml
Bumped package version 0.10.3 → 0.10.4.
Flutter package version/dependency bumps
packages/stream_video_flutter/pubspec.yaml
Bumped package version 0.10.3 → 0.10.4 and stream_video dependency ^0.10.3 → ^0.10.4.
Noise cancellation package bumps
packages/stream_video_noise_cancellation/pubspec.yaml
Bumped package version 0.10.3 → 0.10.4 and stream_video dependency ^0.10.3 → ^0.10.4.
Push notification package bumps
packages/stream_video_push_notification/pubspec.yaml
Bumped package version 0.10.3 → 0.10.4 and stream_video dependency ^0.10.3 → ^0.10.4.
Screen sharing package bump
packages/stream_video_screen_sharing/pubspec.yaml
Bumped package version 0.10.3 → 0.10.4.
Dogfooding app dependencies
dogfooding/pubspec.yaml
Bumped stream_video_flutter, stream_video_push_notification, stream_video_screen_sharing, stream_video_noise_cancellation from ^0.10.3 → ^0.10.4; app version 1.10.3+1 → 1.10.4+1.
Melos bootstrap deps
melos.yaml
Updated bootstrap dependency constraints from ^0.10.3 → ^0.10.4 for stream_video, stream_video_flutter, stream_video_noise_cancellation, stream_video_push_notification, stream_video_screen_sharing.
Example app deps
packages/stream_video_flutter/example/pubspec.yaml
Bumped stream_video, stream_video_flutter, stream_video_push_notification from ^0.10.3 → ^0.10.4.
Changelog updates (version markers)
packages/stream_video/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
Added/updated 0.10.4 entries and headings; stream_video_flutter notes new APIs and behaviors introduced in 0.10.4.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~10 minutes

Possibly related PRs

Suggested reviewers

  • renefloor

Poem

Hop! New tags in tidy rows,
Version carrots 0.10.4 grows.
I nibble changelogs, crisp and bright,
Melos trails align just right.
A gentle bump, no code to bore—
Thump-thump! We ship once more. 🥕✨

Pre-merge checks and finishing touches

❌ Failed checks (1 warning)
Check name Status Explanation Resolution
Description Check ⚠️ Warning The pull request contains no author-provided description while the repository requires a template with sections for Goal, Implementation details, UI changes, Testing, and contributor/reviewer checklists, so the rationale, testing instructions, and checklist compliance cannot be verified from the current PR. Please populate the PR description using the repository template: state the Goal of this release, list implementation details and notable package/API changes, provide testing/verification steps (or why none are needed), attach any UI assets if relevant, complete the contributor checklist, link related issue(s), and note the Slack thread or code owner assignment for review.
✅ Passed checks (2 passed)
Check name Status Explanation
Title Check ✅ Passed The pull request title "chore(repo): Release v0.10.4" is concise, follows conventional-changelog style, and accurately summarizes the primary change in the changeset (package version bumps and release/changelog updates across the repo).
Docstring Coverage ✅ Passed No functions found in the changes. Docstring coverage check skipped.
✨ Finishing touches
🧪 Generate unit tests
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch release/v0.10.4

Tip

👮 Agentic pre-merge checks are now available in preview!

Pro plan users can now enable pre-merge checks in their settings to enforce checklists before merging PRs.

  • Built-in checks – Quickly apply ready-made checks to enforce title conventions, require pull request descriptions that follow templates, validate linked issues for compliance, and more.
  • Custom agentic checks – Define your own rules using CodeRabbit’s advanced agentic capabilities to enforce organization-specific policies and workflows. For example, you can instruct CodeRabbit’s agent to verify that API documentation is updated whenever API schema files are modified in a PR. Note: Upto 5 custom checks are currently allowed during the preview period. Pricing for this feature will be announced in a few weeks.

Please see the documentation for more information.

Example:

reviews:
  pre_merge_checks:
    custom_checks:
      - name: "Undocumented Breaking Changes"
        mode: "warning"
        instructions: |
          Pass/fail criteria: All breaking changes to public APIs, CLI flags, environment variables, configuration keys, database schemas, or HTTP/GraphQL endpoints must be documented in the "Breaking Change" section of the PR description and in CHANGELOG.md. Exclude purely internal or private changes (e.g., code not exported from package entry points or explicitly marked as internal).

Please share your feedback with us on this Discord post.


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 Sep 17, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 4.86%. Comparing base (3b75e53) to head (7992366).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@          Coverage Diff          @@
##            main   #1064   +/-   ##
=====================================
  Coverage   4.86%   4.86%           
=====================================
  Files        591     591           
  Lines      39914   39914           
=====================================
  Hits        1943    1943           
  Misses     37971   37971           

☔ 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.

Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 0

🧹 Nitpick comments (5)
packages/stream_video/CHANGELOG.md (1)

1-11: Changelog entry for 0.10.4 reads well.

Content matches the public API notes referenced elsewhere. If your changelog style includes dates, consider appending the release date to the header.

-## 0.10.4
+## 0.10.4 — 2025-09-17
packages/stream_video_screen_sharing/CHANGELOG.md (1)

1-3: Version sync note added.

All good. Optional: add release date for consistency with other changelogs if applicable.

packages/stream_video_noise_cancellation/CHANGELOG.md (1)

1-3: Version sync note added.

Looks good. Optional: include the release date in the header to match your style.

packages/stream_video_flutter/CHANGELOG.md (1)

1-14: 0.10.4 changelog entry is clear and actionable.

Minor ask: since subscriberVideoPause defaults to enabled and kickUser() requires permission, consider adding a short “Notes” sub-bullet on rollout implications (permission gating, potential UX change when video pauses).

melos.yaml (1)

26-30: Approve — stream_video deps bumped to ^0.10.4 (verified); add repo-wide guard

No '^0.10.3' matches found; pubspecs show 0.10.4 versions. Add a lightweight CI/pre-commit check to detect mixed stream_video version constraints repo-wide.

📜 Review details

Configuration used: CodeRabbit UI

Review profile: CHILL

Plan: Pro

Disabled knowledge base sources:

  • Linear integration is disabled by default for public repositories

You can enable these sources in your CodeRabbit configuration.

📥 Commits

Reviewing files that changed from the base of the PR and between 3b75e53 and 7992366.

📒 Files selected for processing (14)
  • dogfooding/pubspec.yaml (2 hunks)
  • melos.yaml (1 hunks)
  • packages/stream_video/CHANGELOG.md (1 hunks)
  • packages/stream_video/lib/globals.dart (1 hunks)
  • packages/stream_video/pubspec.yaml (1 hunks)
  • packages/stream_video_flutter/CHANGELOG.md (1 hunks)
  • packages/stream_video_flutter/example/pubspec.yaml (1 hunks)
  • packages/stream_video_flutter/pubspec.yaml (2 hunks)
  • packages/stream_video_noise_cancellation/CHANGELOG.md (1 hunks)
  • packages/stream_video_noise_cancellation/pubspec.yaml (2 hunks)
  • packages/stream_video_push_notification/CHANGELOG.md (1 hunks)
  • packages/stream_video_push_notification/pubspec.yaml (2 hunks)
  • packages/stream_video_screen_sharing/CHANGELOG.md (1 hunks)
  • packages/stream_video_screen_sharing/pubspec.yaml (1 hunks)
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (6)
  • GitHub Check: build
  • GitHub Check: analyze
  • GitHub Check: stream_video_flutter
  • GitHub Check: stream_video_noise_cancellation
  • GitHub Check: stream_video_push_notification
  • GitHub Check: stream_video
🔇 Additional comments (9)
packages/stream_video_push_notification/CHANGELOG.md (1)

1-3: Push notification package changelog updated.

Entry aligns with the coordinated 0.10.4 release. No further action from my side.

packages/stream_video_screen_sharing/pubspec.yaml (1)

5-5: Screen sharing package version bumped.

All set for the release cut.

packages/stream_video/pubspec.yaml (1)

4-4: Core package version bumped to 0.10.4 — confirmed.

packages/stream_video/lib/globals.dart: const String streamVideoVersion = '0.10.4'.

packages/stream_video_push_notification/pubspec.yaml (1)

4-4: Version bump and dependency alignment look good. All checks passed: no ^0.10.3 constraints found; all package pubspecs and streamVideoVersion set to 0.10.4; melos bootstrap and dogfooding deps reference ^0.10.4.

packages/stream_video_flutter/example/pubspec.yaml (1)

30-32: Approve — example deps set to ^0.10.4; confirm Firebase parity.
No ^0.10.3 remains; stream_video, stream_video_flutter, stream_video_push_notification are ^0.10.4 (packages/stream_video_flutter/example/pubspec.yaml: lines 30–32). Verify example's firebase_* constraints align with other packages' firebase plugin versions to avoid dependency resolution conflicts.

packages/stream_video/lib/globals.dart (1)

4-4: streamVideoVersion updated; UA/header will reflect 0.10.4.

No functional risk. Verified: the only remaining "0.10.3" occurrence is packages/stream_video/CHANGELOG.md (expected). Ensure any server-side analytics accept 'stream-video-flutter-v0.10.4'.

packages/stream_video_flutter/pubspec.yaml (1)

4-4: Approve — pubspec set to 0.10.4.

Quick sweep: only 0.10.3 occurrences are historical CHANGELOG entries in packages/stream_video_flutter/CHANGELOG.md, packages/stream_video_push_notification/CHANGELOG.md, packages/stream_video_screen_sharing/CHANGELOG.md, packages/stream_video_noise_cancellation/CHANGELOG.md, and packages/stream_video/CHANGELOG.md — examples/docs do not reference ^0.10.3.

packages/stream_video_noise_cancellation/pubspec.yaml (1)

3-3: Approve: version bump to 0.10.4 — no stale 0.10.3 constraints found

pubspec.yaml is at 0.10.4; no occurrences of '^0.10.3' or 'version: 0.10.3' in packages/stream_video_noise_cancellation; only CHANGELOG.md mentions 0.10.3 (expected).

dogfooding/pubspec.yaml (1)

2-2: Approve bump; run melos dry-run locally

dogfooding/pubspec.yaml updated to version 1.10.4+1; stream_video_* deps set to ^0.10.4 and dependency_overrides point to local ../packages/* — acceptable for monorepo. Attempted melos run lint:pub in the sandbox but melos is not installed (command not found); run that locally or in CI to catch publish/metadata issues.

@Brazol Brazol merged commit e40e742 into main Sep 17, 2025
13 of 15 checks passed
@Brazol Brazol deleted the release/v0.10.4 branch September 17, 2025 11:31
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.

3 participants