Skip to content

Conversation

@Brazol
Copy link
Contributor

@Brazol Brazol commented Dec 23, 2025

Summary by CodeRabbit

  • Chores
    • Bumped version to 1.2.1 across stream_video and related packages (stream_video_filters, stream_video_flutter, stream_video_noise_cancellation, stream_video_push_notification, stream_video_screen_sharing).
    • Updated dependencies to maintain version consistency across the package ecosystem.

✏️ Tip: You can customize this high-level summary in your review settings.

@Brazol Brazol requested a review from a team as a code owner December 23, 2025 21:37
@coderabbitai
Copy link

coderabbitai bot commented Dec 23, 2025

📝 Walkthrough

Walkthrough

This pull request performs a coordinated version bump from 1.2.0 to 1.2.1 across the Stream Video package ecosystem. Version numbers are updated in package manifests, the streamVideoVersion constant, CHANGELOG files, and dependency constraints across dogfooding, base, and complementary packages.

Changes

Cohort / File(s) Summary
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 field incremented from 1.2.0 to 1.2.1 in all package manifest files.
Dependency constraint updates
dogfooding/pubspec.yaml, melos.yaml, packages/stream_video_filters/pubspec.yaml, packages/stream_video_flutter/pubspec.yaml, packages/stream_video_flutter/example/pubspec.yaml, packages/stream_video_noise_cancellation/pubspec.yaml, packages/stream_video_push_notification/pubspec.yaml
Stream_video\* package dependencies updated from ^1.2.0 to ^1.2.1 constraint across dogfooding, build configuration, and example projects.
Version constant update
packages/stream_video/lib/globals.dart
streamVideoVersion constant bumped from '1.2.0' to '1.2.1'.
Changelog entries
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
New version heading or synchronization note added for 1.2.1 release; "Upcoming" sections converted to versioned entries.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~15 minutes

Possibly related PRs

Suggested reviewers

  • renefloor
  • xsahil03x

Poem

🐰 Hop-hop, the versions align so clear,
From 1.2.0 to 1.2.1 this year!
Each package dances, each changelog sings,
A synchronized bump on swift rabbit wings.

Pre-merge checks and finishing touches

❌ Failed checks (1 warning)
Check name Status Explanation Resolution
Description check ⚠️ Warning The pull request description is completely empty. The repository requires a structured description following the provided template with Goal, Implementation details, Testing, and Contributor Checklist sections. Add a comprehensive pull request description following the template, including the Goal (explaining why 1.2.1 is being released), Implementation details (version bumps across packages), and completed Contributor Checklist items.
✅ Passed checks (2 passed)
Check name Status Explanation
Title check ✅ Passed The title 'chore(repo): Release 1.2.1' clearly and concisely describes the main change: a version release bump to 1.2.1 across the repository.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch release/v1.2.1

📜 Recent review details

Configuration used: defaults

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 7bc9eac and 3860bfe.

📒 Files selected for processing (16)
  • 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/pubspec.yaml
  • packages/stream_video_flutter/CHANGELOG.md
  • packages/stream_video_flutter/example/pubspec.yaml
  • packages/stream_video_flutter/pubspec.yaml
  • packages/stream_video_noise_cancellation/CHANGELOG.md
  • packages/stream_video_noise_cancellation/pubspec.yaml
  • packages/stream_video_push_notification/CHANGELOG.md
  • packages/stream_video_push_notification/pubspec.yaml
  • packages/stream_video_screen_sharing/CHANGELOG.md
  • packages/stream_video_screen_sharing/pubspec.yaml
⏰ 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). (8)
  • GitHub Check: analyze
  • GitHub Check: build
  • GitHub Check: analyze_legacy_version
  • GitHub Check: stream_video_noise_cancellation
  • GitHub Check: stream_video
  • GitHub Check: stream_video_flutter
  • GitHub Check: stream_video_push_notification
  • GitHub Check: iOS Build (Dogfooding)
🔇 Additional comments (17)
packages/stream_video_noise_cancellation/CHANGELOG.md (1)

1-2: LGTM!

The changelog entry is correctly formatted and positioned, following the established convention for this file. The version sync message is clear and consistent with previous entries.

packages/stream_video_flutter/CHANGELOG.md (1)

1-1: LGTM! Version header correctly updated to 1.2.1.

The changelog entry includes meaningful release notes with added features and bug fixes.

packages/stream_video_push_notification/CHANGELOG.md (1)

1-4: LGTM! Version 1.2.1 entry added correctly.

The changelog documents a specific iOS/macOS fix for VoIP push handling.

packages/stream_video_filters/CHANGELOG.md (1)

1-3: LGTM! Version synchronized to 1.2.1.

Standard version sync entry for coordinated monorepo release.

packages/stream_video_screen_sharing/CHANGELOG.md (1)

1-3: LGTM! Version synchronized to 1.2.1.

Standard version sync entry for coordinated monorepo release.

packages/stream_video/CHANGELOG.md (1)

1-3: LGTM! Version synchronized to 1.2.1.

Standard version sync entry for coordinated monorepo release.

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

7-7: LGTM! Version constant correctly updated to 1.2.1.

This update will propagate to user agent headers and client identification strings.

packages/stream_video_noise_cancellation/pubspec.yaml (2)

4-4: LGTM! Package version updated to 1.2.1.

Correctly aligned with the coordinated release.


17-17: LGTM! Dependency version correctly updated to ^1.2.1.

The stream_video dependency is properly aligned with the new release version.

melos.yaml (1)

26-30: LGTM! Dependencies consistently updated to ^1.2.1.

All six stream_video package dependencies (including stream_video_filters) are correctly bumped to 1.2.1 in their pubspec.yaml files and properly aligned with the melos.yaml constraint.

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

31-33: LGTM! Dependency constraints properly updated.

The dependency version constraints are correctly updated to ^1.2.1, aligning with the coordinated version bump across the Stream Video package ecosystem.

packages/stream_video_screen_sharing/pubspec.yaml (1)

5-5: LGTM! Version correctly bumped to 1.2.1.

packages/stream_video/pubspec.yaml (1)

4-4: LGTM! Base package version correctly bumped to 1.2.1.

packages/stream_video_push_notification/pubspec.yaml (1)

4-4: LGTM! Version and dependencies correctly synchronized.

Both the package version and its dependencies on stream_video and stream_video_flutter are properly updated to 1.2.1.

Also applies to: 24-25

packages/stream_video_flutter/pubspec.yaml (1)

4-4: LGTM! Version and dependency constraint correctly updated.

The package version and its stream_video dependency constraint are properly synchronized to 1.2.1.

Also applies to: 27-27

packages/stream_video_filters/pubspec.yaml (1)

4-4: LGTM! Version and dependency properly aligned.

Both the package version and stream_video dependency constraint are correctly updated to 1.2.1.

Also applies to: 17-17

dogfooding/pubspec.yaml (1)

2-2: Dependencies and versioning are correctly aligned with the 1.2.1 release.

The dogfooding app properly constrains all stream_video_* dependencies (stream_video_filters, stream_video_flutter, stream_video_noise_cancellation, stream_video_push_notification, stream_video_screen_sharing) to ^1.2.1, and the dependency overrides correctly reference local monorepo paths. All packages in the monorepo are consistently versioned at 1.2.1.


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 Dec 23, 2025

Codecov Report

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

Additional details and impacted files
@@          Coverage Diff          @@
##            main   #1141   +/-   ##
=====================================
  Coverage   6.31%   6.31%           
=====================================
  Files        595     595           
  Lines      41104   41104           
=====================================
  Hits        2595    2595           
  Misses     38509   38509           

☔ 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 e1dd4f3 into main Dec 24, 2025
16 checks passed
@Brazol Brazol deleted the release/v1.2.1 branch December 24, 2025 07:30
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