[v1.9.1] - Release 1.9.1#473
Open
CandelR wants to merge 23 commits into
Open
Conversation
- Update error messages related to file size limits in translations. - Introduce FileSizeExceededError class for handling file size errors. - Add FileSizeExceededModal component for user notifications. - Modify upload logic to check against maximum upload file size. - Integrate file size checks in folder upload and share upload processes. - Update storage slice to manage max upload file size state. - Ensure UI reflects file size exceeded conditions.
- Bump @internxt/sdk 1.13.2 → 1.16.4 to consume the typed `maxUploadFileSize` field on `getFileVersionLimits()`, replacing the local `as {
maxUploadFileSize?: number }` casts in StorageService and useShareUpload.
- Bump axios ^1.15.2 → ^1.16.1 to match the SDK's transitive axios, deduping the install and removing the `InternalAxiosRequestConfig` type
mismatch in the rate-limit interceptor wiring.
- Adjust call sites for SDK breaking changes:
- `uploadMultipartFile` gained an `AbortSignal` parameter before `parts`; thread the existing abort signal in NetworkFacade, pass
`undefined` in shareUploadService.
- `Payments.createSession` was removed; delete the unused wrapper and import in PaymentService.
…d updating notifications
…or oversized files
…mits [PB-6329]: Enforce max upload file size across upload flows
…k failures Users on older app binaries experienced checkForUpdateAsync rejections because runtimeVersion was tied to package.json version, causing mismatches when no OTA update existed for their runtime version
…anges [PB-6326]: bump @internxt/sdk to 1.16.4 and axios to 1.16.1
TamaraFinogina
previously approved these changes
May 29, 2026
…rary and paths for create thumbnails in thumbnail.generation.ts
[PB-6429] remove doLogin
Contributor
Author
[_]: remove unused expo-updates OTA flow to stop checkForUpdateAsync 400 errors
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.




No description provided.