Skip to content

feat: rename ChannelPaginatorsOrchestrator to ChannelManager - #3258

Merged
MartinCupela merged 6 commits into
release-v15from
feat/channel-orchestrator-to-channel-manager
Aug 11, 2026
Merged

feat: rename ChannelPaginatorsOrchestrator to ChannelManager#3258
MartinCupela merged 6 commits into
release-v15from
feat/channel-orchestrator-to-channel-manager

Conversation

@MartinCupela

@MartinCupela MartinCupela commented Aug 5, 2026

Copy link
Copy Markdown
Contributor

🎯 Goal

depends on GetStream/stream-chat-js#1813

Tracks the stream-chat rename of ChannelPaginatorsOrchestrator to
ChannelManager. No behavioral change on the React side.

BREAKING CHANGE: the prop and the ChatContext field
channelPaginatorsOrchestrator are renamed to channelManager, and the types
ChannelPaginatorsOrchestrator / ChannelPaginatorsOrchestratorState are now
ChannelManager / ChannelManagerState. Every useChatContext() consumer reading
the old field, and any test that builds a partial ChatContext value, has to be
updated. No deprecated prop or type aliases are exported.

@coderabbitai

coderabbitai Bot commented Aug 5, 2026

Copy link
Copy Markdown

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: 368bd77d-868b-470d-8d0b-74b223742647

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review

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.

@codecov

codecov Bot commented Aug 5, 2026

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 89.47368% with 2 lines in your changes missing coverage. Please review.
⚠️ Please upload report for BASE (release-v15@59b7636). Learn more about missing BASE report.

Files with missing lines Patch % Lines
...MemberDetailView/ChannelMemberActions.defaults.tsx 0.00% 2 Missing ⚠️
Additional details and impacted files
@@              Coverage Diff               @@
##             release-v15    #3258   +/-   ##
==============================================
  Coverage               ?   84.15%           
==============================================
  Files                  ?      523           
  Lines                  ?    15900           
  Branches               ?     5047           
==============================================
  Hits                   ?    13380           
  Misses                 ?     2520           
  Partials               ?        0           

☔ 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.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Chat no longer constructs a ChannelManager or a default paginator; it exposes
`client.channelManager` on ChatContext and leaves list registration to the
application.

BREAKING CHANGE: the `channelManager` prop is removed and no `channels:default`
paginator is created. Register lists with
`client.channelManager.insertPaginator({ paginator })`.
The paginator outlives the component now, so querying only on mount left a list
reset by a disconnect permanently empty. Drive the query off the reactive
"never queried" state instead; a loaded-but-empty page still does not auto-query.
Both examples register their paginators on the client-owned manager instead of
passing a ChannelManager to <Chat>. The vite example sets its ownership priority
there too and drops its custom mute handler, now a default in the LLC, and the
remaining `orchestrator` naming follows the rename.
@MartinCupela
MartinCupela merged commit be2c8e1 into release-v15 Aug 11, 2026
9 checks passed
@MartinCupela
MartinCupela deleted the feat/channel-orchestrator-to-channel-manager branch August 11, 2026 11:10
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