Web: bump fula_client to 0.6.10 (per-chunk upload retry) + re-sync web/pkg#52
Merged
Conversation
…b/pkg fula_client 0.6.10 (fula-api #42) adds per-chunk retry to the chunked content upload on wasm + native -- the proper fix for large-file upload failures on the web (#50). The web-only Dart stopgap (#51) stays as belt-and-suspenders. - pubspec.yaml / pubspec.lock: fula_client ^0.6.10. - web/pkg/: re-synced via tools/sync-wasm-pkg.ps1 to the v0.6.10 flutter-wasm-pkg.zip release asset (VERSION + fula_flutter.js + fula_flutter_bg.wasm) so the committed wasm matches the pinned SDK and the deploy gate passes. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
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.
Bumps
fula_clientto 0.6.10 (functionland/fula-api#42) — the SDK now retries each content chunk PUT on transient errors (wasm + native), the proper fix for large-file upload failures on the web (#50). The web-only Dart stopgap (#51) stays as belt-and-suspenders.Changes
pubspec.yaml/pubspec.lock:fula_client ^0.6.10.web/pkg/: re-synced viatools/sync-wasm-pkg.ps1to the v0.6.10flutter-wasm-pkg.ziprelease asset (VERSION+fula_flutter.js+fula_flutter_bg.wasm), so the committed wasm matches the pinned SDK and the deploy gate passes.Validation
flutter build web --releasegreen against 0.6.10.cargo check --target wasm32clean, full fula-client suite green, and a 3 MiB real-server round-trip E2E passed (fula-api Web: in-app Add to Shelf — link/note/file/photo/audio (Phase 1) #42).After deploy
Verify a real large (multi-chunk) upload on files.fx.land succeeds (that's the runtime gate the unit/compile checks can't prove).
🤖 Generated with Claude Code