Skip to content

v10.0.0-rc.6

Pre-release
Pre-release

Choose a tag to compare

@stream-ci-bot stream-ci-bot released this 21 Aug 14:40
· 4 commits to release-v10 since this release

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.brand is 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

  • i18n: reject from init() and drop the Streami18n brand static (#1839) (67bb1c7)

Features

  • remove hand-written types and API wrappers (#1836) (dc49a78)