Releases: GetStream/stream-chat-js
Releases · GetStream/stream-chat-js
Release list
v10.0.0-rc.10
v9.52.1
v10.0.0-rc.9
v9.52.0
v10.0.0-rc.8
v10.0.0-rc.7
10.0.0-rc.7 (2026-08-21)
⚠ BREAKING CHANGES
client.instanceConfigurationServiceis replaced byclient.config,
and the exported classInstanceConfigurationServiceis renamed to
InstanceConfigurationRegistry.client.setInstanceConfigurationFunction()is removed. Register
setup functions withclient.config.setSetupFunction(key, fn).
client.setMessageComposerSetupFunction()is unchanged.- the per-class setup types are replaced by generic ones keyed by
instance. Removed:ChannelSetupFunction,ChannelSetupState,
ChannelTearDownFunction,MessageComposerSetupFunction,MessageComposerSetupState,
MessageComposerTearDownFunction,StreamChatSetupFunction,StreamChatSetupState,
StreamChatTearDownFunction,ThreadSetupFunction,ThreadSetupState,
ThreadTearDownFunction,SetInstanceConfigurationFunctions,
SetInstanceConfigurationServiceStatesandSetupFnOf. UseInstanceSetupFunction,
InstanceSetupState,InstanceSetupTearDownFunctionandInstanceSetupKey. ChannelInstanceConfigis renamed toChannelConfigand
ThreadInstanceConfigtoThreadConfig.Channel.getConfig()is removed. Read the server's channel-type
configuration fromchannel.serverConfig, or the resolved configuration from
channel.config.client.configsis renamed toclient.channelServerConfigsand
client.configsStoretoclient.channelServerConfigsStore. Keys are still cids, so
lookups translate directly. Preferchannel.serverConfig.channel.config.commandsis renamed to
channel.config.availableCommands. The server owns the list, so it is read-only and
absent from the declarative configuration tree.applyCommandValidatorOverrideis no longer exported. Command
validation is configured through the composer's configuration.MessageComposerConfiggains a requiredpolls;
AttachmentManagerConfiggains requiredenabledandcustomCdn;
LocationComposerConfiggains a requiredminShareDurationMs. A config object
built literally must supply them.linkPreviews.enablednow defaults totrue, where it defaulted to
false. It is ANDed with the channel type'surl_enrichment, sotruemeans "no
opinion, let the server decide"; the old default double-gated the feature and kept it
off even where the server had enabled it.- server flags gate the features they describe, ANDed with the
registered value rather than the client value winning:typingEventswith
typing_events,readEventswithread_events,attachmentswithuploads,
pollswithpolls,locationwithshared_locations, andlinkPreviewswith
url_enrichment. Code that set a flag totrueand assumed it took effect may now
find the feature off. - setters no longer discard a write when the server is masking the
field. Previously the setter compared against the effective value, so the write was
dropped and the earlier request was honoured once the server relented. Affects
linkPreviewsManager.enabled,textComposer.enabled,textComposer.maxLengthOnEdit,
textComposer.maxLengthOnSendandattachmentManager.maxNumberOfFilesPerMessage.
Features
v10.0.0-rc.6
10.0.0-rc.6 (2026-08-21)
⚠ BREAKING CHANGES
- remove hand-written types and API wrappers (#1836)
- i18n:
Streami18n.init()now rejects when i18next fails to
initialize, where it previously logged and resolved. Callers that ignore
the returned promise will see an unhandled rejection. The instance
remains usable in its degraded English form either way.
Streami18n.brandis removed; nothing in either UI SDK read it, and a
custom integration that recognized instances through it should compare
against its own marker or accept the instance it was handed.
Bug Fixes
Features
v10.0.0-rc.5
10.0.0-rc.5 (2026-08-20)
⚠ BREAKING CHANGES
- i18n: share the translation runtime as stream-chat/i18n (#1830)
Features
- i18n: share the translation runtime as stream-chat/i18n (#1830) (40cf062), closes GetStream/stream-chat-react#3271 GetStream/stream-chat-react-native#3777
v10.0.0-rc.4
v10.0.0-rc.3
10.0.0-rc.3 (2026-08-19)
Bug Fixes
- drop server-side remnants, add WS interface (#1819) (39c0c53)
- handle offline db syncing errors more gracefully (#1818) (5b77c05)
- post-merge/OAPI-reconciliation adjustments (#1812) (5073c67)
- regenerate api layer (fix generated filter types) (#1827) (e540d88)
- signal api (#1828) (9032b1a)
- types: add missing API response fields reported by scheduled type tests (#1817) (e957c9d)
Features
- destructive reconciliation (#1822) (3c46fbf)
- port search improvements (#1829) (7276299), closes #1823
- regenerate from latest open api spec (#1821) (22344ca)
- regenerate open api spec + improve tooling (#1824) (a3198e7)
- search: adapt debounce to query length and cancel superseded requests (#1823) (1ca8bf7)