Skip to content

chore(repo): release v10.1.0#2783

Merged
xsahil03x merged 1 commit into
masterfrom
release/v10.1.0
Jun 23, 2026
Merged

chore(repo): release v10.1.0#2783
xsahil03x merged 1 commit into
masterfrom
release/v10.1.0

Conversation

@xsahil03x

@xsahil03x xsahil03x commented Jun 23, 2026

Copy link
Copy Markdown
Member

What's Changed

Full Changelog: v10.0.1...v10.1.0

Summary by CodeRabbit

  • New Features

    • Added localization strings for mentions (@channel, @here, role mentions).
    • Added command availability feedback in message composer.
  • Bug Fixes

    • Fixed race condition in value notifier disposal.
    • Fixed WebSocket reconnection storm with keep-alive handling.
  • Chores

    • Version bumped to 10.1.0 across all packages.
    • Updated package dependencies.

@coderabbitai

coderabbitai Bot commented Jun 23, 2026

Copy link
Copy Markdown
Contributor

Review Change Stack

📝 Walkthrough

Walkthrough

All five stream_chat* packages are bumped from version 10.0.1 to 10.1.0. Changelog ## Upcoming headers are relabeled ## 10.1.0. The PACKAGE_VERSION constant is updated. The stream_core_flutter dependency is migrated from a git-sourced reference to a pub registry constraint of ^0.4.0 in melos.yaml, stream_chat_flutter/pubspec.yaml, and docs/docs_screenshots/pubspec.yaml.

Changes

10.1.0 Release Version Bump

Layer / File(s) Summary
Package versions, PACKAGE_VERSION constant, and changelog headers
packages/stream_chat/lib/version.dart, packages/stream_chat/pubspec.yaml, packages/stream_chat/CHANGELOG.md, packages/stream_chat_flutter/pubspec.yaml, packages/stream_chat_flutter/CHANGELOG.md, packages/stream_chat_flutter_core/pubspec.yaml, packages/stream_chat_flutter_core/CHANGELOG.md, packages/stream_chat_localizations/pubspec.yaml, packages/stream_chat_localizations/CHANGELOG.md, packages/stream_chat_persistence/pubspec.yaml, packages/stream_chat_persistence/CHANGELOG.md, sample_app/pubspec.yaml
Package version fields are bumped to 10.1.0, the PACKAGE_VERSION runtime constant is updated, and all ## Upcoming changelog headers are relabeled ## 10.1.0.
Inter-package dependency constraints and stream_core_flutter migration
melos.yaml, packages/stream_chat_flutter/pubspec.yaml, docs/docs_screenshots/pubspec.yaml, packages/stream_chat_flutter_core/pubspec.yaml, packages/stream_chat_localizations/pubspec.yaml, packages/stream_chat_persistence/pubspec.yaml
Inter-package stream_chat* dependency constraints are bumped to ^10.1.0, and stream_core_flutter is switched from a pinned git dependency to a pub registry constraint of ^0.4.0.
Example apps and sample app dependency updates
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, sample_app/pubspec.yaml
All example package and sample app pubspec.yaml files have their stream_chat* dependency constraints updated to ^10.1.0.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

Possibly related PRs

  • GetStream/stream-chat-flutter#2671: Prior release version bump that modifies the same set of files — melos.yaml, package pubspec.yaml manifests, version.dart, and changelog headers — in the same pattern.
  • GetStream/stream-chat-flutter#2730: Another end-to-end version bump PR touching PACKAGE_VERSION, melos.yaml, and all pubspec.yaml/CHANGELOG.md entries in the same way.
  • GetStream/stream-chat-flutter#2705: Related to sample_app/pubspec.yaml version synchronization with the SDK's stream_chat version constant.

Suggested reviewers

  • renefloor

Poem

🐇 Hop, hop, hooray — the version is new!
From 10.0.1 we leap to 10.1.0 true.
The git ref is gone, pub registry's the key,
Changelogs stamped with a shiny 10.1.0 decree.
The bunny bumped versions with joy in each paw,
A clean little release — no bug, no flaw! 🎉

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title 'chore(repo): release v10.1.0' directly and clearly summarizes the main change—a version release of the repository to v10.1.0, which is confirmed across all files with version bumps from 10.0.1 to 10.1.0.
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/v10.1.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

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

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Actionable comments posted: 1

🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

Inline comments:
In `@packages/stream_chat_flutter/pubspec.yaml`:
- Around line 59-60: The stream_core_flutter dependency in pubspec.yaml is
specified with version constraint ^0.4.0, but the latest published version on
pub.dev is only 0.2.0, causing dependency resolution to fail. Locate the
stream_core_flutter dependency specification and update the version constraint
from ^0.4.0 to ^0.2.0 to match the available published version, or verify if a
newer version exists in an alternative package source before proceeding.
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: ab266add-bb70-4cda-b70d-5582c2ffb596

📥 Commits

Reviewing files that changed from the base of the PR and between aef5093 and 4529226.

📒 Files selected for processing (19)
  • docs/docs_screenshots/pubspec.yaml
  • melos.yaml
  • packages/stream_chat/CHANGELOG.md
  • packages/stream_chat/example/pubspec.yaml
  • packages/stream_chat/lib/version.dart
  • packages/stream_chat/pubspec.yaml
  • packages/stream_chat_flutter/CHANGELOG.md
  • packages/stream_chat_flutter/example/pubspec.yaml
  • packages/stream_chat_flutter/pubspec.yaml
  • packages/stream_chat_flutter_core/CHANGELOG.md
  • packages/stream_chat_flutter_core/example/pubspec.yaml
  • packages/stream_chat_flutter_core/pubspec.yaml
  • packages/stream_chat_localizations/CHANGELOG.md
  • packages/stream_chat_localizations/example/pubspec.yaml
  • packages/stream_chat_localizations/pubspec.yaml
  • packages/stream_chat_persistence/CHANGELOG.md
  • packages/stream_chat_persistence/example/pubspec.yaml
  • packages/stream_chat_persistence/pubspec.yaml
  • sample_app/pubspec.yaml

Comment thread packages/stream_chat_flutter/pubspec.yaml
@xsahil03x xsahil03x merged commit eb0a0ec into master Jun 23, 2026
24 checks passed
@xsahil03x xsahil03x deleted the release/v10.1.0 branch June 23, 2026 12:54
@codecov

codecov Bot commented Jun 23, 2026

Copy link
Copy Markdown

Codecov Report

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

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #2783   +/-   ##
=======================================
  Coverage   69.59%   69.59%           
=======================================
  Files         426      426           
  Lines       25676    25676           
=======================================
  Hits        17869    17869           
  Misses       7807     7807           

☔ View full report in Codecov by Harness.
📢 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.

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