Skip to content

chore(repo): release v10.3.0 - #2899

Merged
xsahil03x merged 3 commits into
masterfrom
release/v10.3.0
Aug 14, 2026
Merged

chore(repo): release v10.3.0#2899
xsahil03x merged 3 commits into
masterfrom
release/v10.3.0

Conversation

@xsahil03x

@xsahil03x xsahil03x commented Aug 14, 2026

Copy link
Copy Markdown
Member

What's Changed

New Contributors

Full Changelog: v10.2.0...v10.3.0

Summary by CodeRabbit

  • New Features

    • Added local unread-count tracking and event watcher counts.
    • Added clearer network error transport information and connection-error translations across supported locales.
    • Exposed additional filtering capabilities.
  • Bug Fixes

    • Improved channel sorting, initialization, reconnect handling, synchronization, reactions, threads, unread counts, and message filtering.
    • Corrected watcher state updates and disposal behavior.
    • Prevented truncated channels from being prioritized for eviction.
  • Release

    • Published version 10.3.0 across Stream Chat packages and examples.

xsahil03x and others added 3 commits August 14, 2026 16:20
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
…ll_policy

stream_chat is not a direct dependency of stream_chat_flutter, so the direct
import blocked `pub publish`. Matches the other 48 files in the package.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
…ions_test

translations_test.dart imports package:clock but the package never declared
it, tripping `pub publish` validation.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
@coderabbitai

coderabbitai Bot commented Aug 14, 2026

Copy link
Copy Markdown
Contributor

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: 30db6775-7646-4ec5-a3ed-04930c1d758d

📥 Commits

Reviewing files that changed from the base of the PR and between 3c6ad32 and 93daa37.

📒 Files selected for processing (20)
  • 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/lib/src/message_list_view/auto_scroll_policy.dart
  • 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

📝 Walkthrough

Walkthrough

The PR releases the Stream Chat packages as 10.3.0, updates package and example dependencies, replaces Git-based stream_core_flutter references with hosted version 0.5.0, adjusts one import, and updates release metadata.

Changes

10.3.0 Release Alignment

Layer / File(s) Summary
Package release metadata
packages/stream_chat/..., packages/stream_chat_flutter_core/..., packages/stream_chat_localizations/..., packages/stream_chat_persistence/...
Updates package versions, changelog headings, and the generated PACKAGE_VERSION constant to 10.3.0.
Flutter package dependency contracts
packages/stream_chat_flutter/..., 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/...
Updates package constraints to 10.3.0, uses hosted stream_core_flutter: ^0.5.0, and changes the auto-scroll import to stream_chat_flutter_core.
Workspace and consumer alignment
melos.yaml, docs/docs_screenshots/pubspec.yaml, sample_app/pubspec.yaml, packages/stream_chat_localizations/pubspec.yaml
Aligns workspace, documentation, and sample application dependencies with 10.3.0 and adds clock: ^1.1.2 as a development dependency.

Estimated code review effort: 2 (Simple) | ~10 minutes

Merge Risk: 🔵 Low · up to 93daa

This release updates package versions across the workspace; owner confirmation is still needed that the individual manifests were regenerated from the shared dependency configuration so packages and examples do not drift. The risk is bounded and the change is otherwise mergeable with that follow-up.

🚥 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 clearly identifies the repository release of version 10.3.0, which matches the main changes.
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.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch release/v10.3.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.

@xsahil03x
xsahil03x merged commit 34cd23c into master Aug 14, 2026
29 checks passed
@xsahil03x
xsahil03x deleted the release/v10.3.0 branch August 14, 2026 15:26
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