close
Skip to content

feat: move to new upload API - #3272

Merged
szuperaz merged 3 commits into
release-v15from
fix-upload-file
Aug 20, 2026
Merged

feat: move to new upload API#3272
szuperaz merged 3 commits into
release-v15from
fix-upload-file

Conversation

@szuperaz

Copy link
Copy Markdown
Contributor

🎯 Goal

Relevant stream-chat-js PR: GetStream/stream-chat-js#1832

🛠 Implementation details

Provide a description of the implementation

🎨 UI Changes

Add relevant screenshots

@coderabbitai

coderabbitai Bot commented Aug 18, 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: f4ec5056-a76f-4ace-94eb-8c60d2599998

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.

@szuperaz szuperaz changed the title Fix upload file feat: move to new upload API Aug 18, 2026
@szuperaz
szuperaz had a problem deploying to Vite Example Development (Preview) August 19, 2026 15:36 — with Image GitHub Actions Error
@szuperaz
szuperaz had a problem deploying to Vite Example Public (Preview) August 19, 2026 15:36 — with Image GitHub Actions Failure
@codecov

codecov Bot commented Aug 19, 2026

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 0% with 4 lines in your changes missing coverage. Please review.
⚠️ Please upload report for BASE (release-v15@55e76dc). Learn more about missing BASE report.

Files with missing lines Patch % Lines
src/components/Channel/utils.ts 0.00% 4 Missing ⚠️
Additional details and impacted files
@@              Coverage Diff               @@
##             release-v15    #3272   +/-   ##
==============================================
  Coverage               ?   84.39%           
==============================================
  Files                  ?      526           
  Lines                  ?    15940           
  Branches               ?     5109           
==============================================
  Hits                   ?    13452           
  Misses                 ?     2488           
  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.

@szuperaz
szuperaz had a problem deploying to Vite Example Public (Preview) August 20, 2026 13:12 — with Image GitHub Actions Failure
@szuperaz
szuperaz merged commit 04a31b1 into release-v15 Aug 20, 2026
10 of 14 checks passed
@szuperaz
szuperaz deleted the fix-upload-file branch August 20, 2026 14:17
oliverlaz added a commit that referenced this pull request Aug 20, 2026
Brings in the new upload API (#3272), the web counterpart of the React Native SDK's #3778. That
clears the last four type errors on this branch, all of which it had inherited rather than caused:
core v10 no longer exports `APIErrorResponse` or `EventAPIResponse`, and `channel.sendImage` is
gone.

Conflict resolution: four `stream-chat` version strings, `release-v15` at `10.0.0-rc.4` against
this branch's `10.0.0-rc.5`. Kept rc.5 -- it is the first published core carrying the
`stream-chat/i18n` subpath, so rc.4 would not resolve the subpath this branch imports. `yarn.lock`
regenerated rather than hand-merged; `moment` and `moment-timezone` leave the tree with the bump,
and `dayjs` is deduped to a single 1.11.23.

Gates now clean for the first time on this branch: `tsc -p tsconfig.lib.json` 0 errors (was 4),
233 suites / 2729 tests passing (was 43 failing), lint 0, build 0.
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.

3 participants