Skip to content

chore(repo): release v9.25.0#2730

Merged
xsahil03x merged 1 commit into
masterfrom
release/v9.25.0
Jun 5, 2026
Merged

chore(repo): release v9.25.0#2730
xsahil03x merged 1 commit into
masterfrom
release/v9.25.0

Conversation

@xsahil03x
Copy link
Copy Markdown
Member

@xsahil03x xsahil03x commented Jun 5, 2026

What's Changed

New Contributors

Full Changelog: v9.24.0...v9.25.0

Summary by CodeRabbit

  • New Features

    • Added StreamChannel.value and StreamStateScope<T> utilities
    • Improved local cache date storage precision with ISO-8601 format support
  • Bug Fixes

    • Fixed missing team field persistence for channel entities
  • Chores

    • Released version 9.25.0 across all Stream Chat packages with minor bug fixes and improvements

@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented Jun 5, 2026

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

Run ID: b69beb1c-ee7d-4001-9785-65f8ab1df30a

📥 Commits

Reviewing files that changed from the base of the PR and between a2dc959 and 754248e.

📒 Files selected for processing (18)
  • 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

📝 Walkthrough

Walkthrough

This pull request performs a coordinated version bump of the stream-chat packages from 9.24.0 to 9.25.0 across the monorepo. All package manifests, generated version constants, changelogs, and example dependencies are updated to reflect the new release version.

Changes

Version 9.25.0 Release

Layer / File(s) Summary
Core stream_chat package version bump
packages/stream_chat/pubspec.yaml, packages/stream_chat/lib/version.dart, packages/stream_chat/CHANGELOG.md, packages/stream_chat/example/pubspec.yaml
Update stream_chat to 9.25.0 by bumping the pubspec version, updating the generated PACKAGE_VERSION constant (used in the x-stream-client header), adding a changelog entry documenting minor bug fixes and improvements, and updating the example app dependency.
Flutter UI packages version bump
packages/stream_chat_flutter/pubspec.yaml, packages/stream_chat_flutter/CHANGELOG.md, packages/stream_chat_flutter/example/pubspec.yaml, packages/stream_chat_flutter_core/pubspec.yaml, packages/stream_chat_flutter_core/CHANGELOG.md, packages/stream_chat_flutter_core/example/pubspec.yaml
Update stream_chat_flutter and stream_chat_flutter_core to 9.25.0: bump package versions and update inter-package dependency constraints, add detailed changelog entries for StreamChannel.value and StreamStateScope features plus bug fixes and performance improvements, and update example dependencies.
Support packages version bump
packages/stream_chat_localizations/pubspec.yaml, packages/stream_chat_localizations/CHANGELOG.md, packages/stream_chat_localizations/example/pubspec.yaml, packages/stream_chat_persistence/pubspec.yaml, packages/stream_chat_persistence/CHANGELOG.md, packages/stream_chat_persistence/example/pubspec.yaml
Update stream_chat_localizations and stream_chat_persistence to 9.25.0: bump versions, update dependencies on stream_chat and stream_chat_flutter, add changelog entries documenting team field persistence fixes and local cache date storage changes from integer seconds to ISO-8601 strings, and update example dependencies.
Sample app and monorepo configuration
sample_app/pubspec.yaml, melos.yaml
Update sample_app package to 9.25.0 and bump stream_chat_flutter, stream_chat_localizations, and stream_chat_persistence dependencies; update melos.yaml monorepo configuration to constrain all stream-chat packages to 9.25.0.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~4 minutes

Possibly related PRs

Suggested reviewers

  • VelikovPetar
  • martinmitrevski

Poem

🐰 A version bump hops with glee,
From nine-two-four to nine-two-five so free,
Changelogs dancing, dependencies aligned,
Every package in harmony combined,
Minor fixes bloom, the release is signed! 🌿

🚥 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 v9.25.0' accurately reflects the main purpose of the pull request, which is to release version 9.25.0 across the entire repository.
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/v9.25.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 and usage tips.

@codecov
Copy link
Copy Markdown

codecov Bot commented Jun 5, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 65.96%. Comparing base (a2dc959) to head (754248e).

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #2730   +/-   ##
=======================================
  Coverage   65.96%   65.96%           
=======================================
  Files         425      425           
  Lines       26926    26926           
=======================================
  Hits        17761    17761           
  Misses       9165     9165           

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

@xsahil03x xsahil03x merged commit e19b1ce into master Jun 5, 2026
26 checks passed
@xsahil03x xsahil03x deleted the release/v9.25.0 branch June 5, 2026 15:15
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