Skip to content

Conversation

xsahil03x
Copy link
Member

@xsahil03x xsahil03x commented Aug 13, 2025

What's Changed

Full Changelog: v9.15.0...v9.16.0

Summary by CodeRabbit

  • Chores
    • Upgraded Stream Chat packages to version 9.16.0 across the project and example apps, aligning dependencies for chat, Flutter, core, localizations, and persistence modules.
    • Synchronized package versions to ensure compatibility across all components, including the sample app.
  • Documentation
    • Updated changelog entries to reflect the 9.16.0 release across relevant packages.

No functional or API changes; this release focuses on version alignment and documentation updates.

Copy link
Contributor

coderabbitai bot commented Aug 13, 2025

Walkthrough

This PR updates Stream Chat package versions to 9.16.0 across the monorepo: bumps dependency constraints in pubspecs (including examples and sample app), updates changelog headers to 9.16.0, and sets PACKAGE_VERSION to '9.16.0'. No code, API, or control-flow changes.

Changes

Cohort / File(s) Summary
Monorepo config
melos.yaml
Bumped Stream Chat-related dependency pins from ^9.15.0 to ^9.16.0.
Version constant
packages/stream_chat/lib/version.dart
Updated PACKAGE_VERSION from '9.15.0' to '9.16.0'.
Package pubspec version bumps
packages/stream_chat/pubspec.yaml, packages/stream_chat_flutter/pubspec.yaml, packages/stream_chat_flutter_core/pubspec.yaml, packages/stream_chat_localizations/pubspec.yaml, packages/stream_chat_persistence/pubspec.yaml
Set package versions to 9.16.0 and aligned internal dependency constraints to ^9.16.0 where applicable.
Example pubspec version bumps
packages/stream_chat/example/pubspec.yaml, packages/stream_chat_flutter/example/pubspec.yaml, packages/stream_chat_flutter_core/example/pubspec.yaml, packages/stream_chat_localizations/example/pubspec.yaml, packages/stream_chat_persistence/example/pubspec.yaml
Updated example app dependencies from ^9.15.0 to ^9.16.0.
Sample app manifest
sample_app/pubspec.yaml
Bumped stream_chat_flutter, stream_chat_localizations, stream_chat_persistence to ^9.16.0.
Changelog headers
packages/stream_chat/CHANGELOG.md, packages/stream_chat_flutter/CHANGELOG.md, packages/stream_chat_flutter_core/CHANGELOG.md, packages/stream_chat_localizations/CHANGELOG.md, packages/stream_chat_persistence/CHANGELOG.md
Renamed "Upcoming" or added entries to "9.16.0"; doc-only updates.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~7 minutes

Possibly related PRs

Suggested reviewers

  • Brazol
  • renefloor

Poem

Thump-thump! I stamp a fresh tag line—
9.16.0, so crisp, so fine.
Changelogs trimmed, versions aligned,
No code to tweak, all clocks in time.
A hop, a bump, release we go—
Carrot confetti for 9.16.0! 🥕✨

✨ Finishing Touches
🧪 Generate unit tests
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch release/v9.16.0

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
🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.

Support

Need help? Create a ticket on our support page for assistance with any issues or questions.

CodeRabbit Commands (Invoked using PR/Issue comments)

Type @coderabbitai help to get the list of available commands.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Status, Documentation and Community

  • Visit our Status Page to check the current availability of CodeRabbit.
  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

Copy link
Contributor

@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 (1)
packages/stream_chat/CHANGELOG.md (1)

7-8: Typo: “an User” → “a User

Minor grammatical fix in the 9.16.0 notes.

Apply this diff:

-- Fixed `OwnUser` specific fields getting lost when creating a new `OwnUser` instance from
-  an `User` instance.
+- Fixed `OwnUser` specific fields getting lost when creating a new `OwnUser` instance from
+  a `User` instance.
📜 Review details

Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 21206e8 and 3803168.

📒 Files selected for processing (18)
  • melos.yaml (1 hunks)
  • packages/stream_chat/CHANGELOG.md (1 hunks)
  • packages/stream_chat/example/pubspec.yaml (1 hunks)
  • packages/stream_chat/lib/version.dart (1 hunks)
  • packages/stream_chat/pubspec.yaml (1 hunks)
  • packages/stream_chat_flutter/CHANGELOG.md (1 hunks)
  • packages/stream_chat_flutter/example/pubspec.yaml (1 hunks)
  • packages/stream_chat_flutter/pubspec.yaml (2 hunks)
  • packages/stream_chat_flutter_core/CHANGELOG.md (1 hunks)
  • packages/stream_chat_flutter_core/example/pubspec.yaml (1 hunks)
  • packages/stream_chat_flutter_core/pubspec.yaml (2 hunks)
  • packages/stream_chat_localizations/CHANGELOG.md (1 hunks)
  • packages/stream_chat_localizations/example/pubspec.yaml (1 hunks)
  • packages/stream_chat_localizations/pubspec.yaml (2 hunks)
  • packages/stream_chat_persistence/CHANGELOG.md (1 hunks)
  • packages/stream_chat_persistence/example/pubspec.yaml (1 hunks)
  • packages/stream_chat_persistence/pubspec.yaml (2 hunks)
  • sample_app/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). (11)
  • GitHub Check: build (ios)
  • GitHub Check: format
  • GitHub Check: build (android)
  • GitHub Check: analyze
  • GitHub Check: stream_chat
  • GitHub Check: test
  • GitHub Check: stream_chat_flutter
  • GitHub Check: stream_chat_flutter_core
  • GitHub Check: analyze_legacy_versions
  • GitHub Check: stream_chat_localizations
  • GitHub Check: stream_chat_persistence
🔇 Additional comments (21)
packages/stream_chat/CHANGELOG.md (1)

1-1: Changelog header bump to 9.16.0 looks correct

Release entry is well-formed and aligned with the PR objective.

packages/stream_chat_flutter_core/pubspec.yaml (2)

4-4: Version bump to 9.16.0 is consistent with the release

No issues spotted.


34-34: Monorepo‐wide bump to 9.16.0 verified

  • No lingering “^9.15.0” constraints found.
  • packages/stream_chat/lib/version.dart’s PACKAGE_VERSION is correctly set to '9.16.0'.
  • All core packages in their pubspec.yaml files (stream_chat, stream_chat_flutter, stream_chat_flutter_core, stream_chat_localizations, stream_chat_persistence) are at version 9.16.0.
  • The mismatches in sample_app/lib/widgets/stream_version.dart and tools/generate_version.dart are expected (they don’t declare a static PACKAGE_VERSION) and can be ignored.

Merging approved.

packages/stream_chat/pubspec.yaml (1)

4-4: Core package version set to 9.16.0

Matches the coordinated release—no further changes needed here.

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

27-27: Example dependency bumped to ^9.16.0

Update is correct and consistent with the release train.

packages/stream_chat_flutter/CHANGELOG.md (1)

1-13: Changelog header and notes for 9.16.0 look good

Doc-only changes align with the release and contain clear “Fixed” and “Added” sections.

packages/stream_chat_flutter_core/CHANGELOG.md (1)

1-1: Changelog header updated to 9.16.0 — looks good.

Doc-only change aligns with the release. No API or behavior implications here.

packages/stream_chat_localizations/CHANGELOG.md (1)

1-4: Added 9.16.0 entry — consistent and correct.

Dependency note and link look accurate and aligned with the repo-wide bump.

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

27-28: Example dependencies bumped to ^9.16.0 — OK.

Matches the release version across the monorepo.

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

26-26: Example dependency bumped to ^9.16.0 — OK.

Consistent with the core package release.

packages/stream_chat_localizations/pubspec.yaml (2)

3-3: Version and dependency constraints bumped to 9.16.0 — OK.

Changelog entry exists and aligns with this bump.

Also applies to: 29-29


3-3: No lingering 9.15.x references in code – only historical entries in CHANGELOGs

All pubspec.yaml files, version.dart, and melos.yaml have been updated to 9.16.0. The only occurrences of “9.15.0” are in older changelog sections, which is the intended behavior for preserving release history. No further changes are required.

melos.yaml (1)

82-86: All Stream Chat dependencies aligned to ^9.16.0
Ran a repo-wide search for any remaining ^9.15.x references in pubspecs, melos.yaml, and version files (excluding CHANGELOGs and pubspec.lock) and found none.

packages/stream_chat/lib/version.dart (1)

12-12: LGTM: PACKAGE_VERSION updated to 9.16.0

The version constant matches the release. The melos hook (version:update) will keep this in sync going forward.

packages/stream_chat_persistence/CHANGELOG.md (1)

1-4: LGTM: Added 9.16.0 entry referencing stream_chat 9.16.0

Changelog entry is clear and consistent with the repo-wide bump.

packages/stream_chat_flutter/pubspec.yaml (1)

4-4: LGTM: Package version and core dependency bumped to 9.16.0

Version set to 9.16.0 and stream_chat_flutter_core aligned to ^9.16.0. This matches melos.yaml and the rest of the monorepo updates.

Also applies to: 58-58

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

28-30: LGTM: Example app dependencies aligned to ^9.16.0

Example pulls stream_chat_flutter, stream_chat_localizations, and stream_chat_persistence at ^9.16.0 as expected.

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

26-27: Version bumps to ^9.16.0 look consistent with the release plan.

Aligned with the monorepo-wide upgrade. No issues spotted.

sample_app/pubspec.yaml (1)

37-39: ✅ Stream Chat dependencies and package versions consistently updated to 9.16.0
All pubspec.yaml dependency constraints across the repo are at ^9.16.0, and each package’s own version: field is set to 9.16.0. No further stragglers detected—ready to merge.

packages/stream_chat_persistence/pubspec.yaml (2)

4-4: Package version set to 9.16.0 — matches the release.

Assuming CHANGELOG and tags are aligned (as indicated), this is good to go.


33-33: stream_chat dependency updated to ^9.16.0 — in lockstep with the core.

This maintains compatibility with the monorepo’s coordinated release.

Copy link

codecov bot commented Aug 13, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 63.81%. Comparing base (21206e8) to head (3803168).
⚠️ Report is 1 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #2353   +/-   ##
=======================================
  Coverage   63.81%   63.81%           
=======================================
  Files         412      412           
  Lines       25824    25824           
=======================================
  Hits        16480    16480           
  Misses       9344     9344           

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

@xsahil03x xsahil03x merged commit 7846b38 into master Aug 13, 2025
26 of 28 checks passed
@xsahil03x xsahil03x deleted the release/v9.16.0 branch August 13, 2025 12:04
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