feat(workers): integrate native build bundle deployment - #18
Merged
Merged
Conversation
…components--xapi-to chore(main): release 0.1.20
fix(sandbox): enforce hard wait deadlines during polling
…-components--xapi-to chore(main): release 0.1.21
Enforce the OAuth binding timeout across polling intervals, in-flight requests, and retry backoff. Surface permanent request failures immediately and add regression coverage for deadline behavior.
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.
Framework builds can contain generated chunks and multipart metadata that the directory loader rejects or cannot infer. Accept Wrangler's
deploy --dry-run --outfile *.bundleoutput in the project deployment flow, preserving entrypoint, module names, MIME types, binary bytes and mapped observability. Validate compatibility settings and managed resource declarations before artifact upload; unsupported metadata fails explicitly. Static Assets continue through the native Assets session.Validation: frozen install, typecheck, build, 441 tests and npm pack dry-run passed. A real Kanby vinext build produced 104 modules and 40 assets; an independent Node multipart decoder verified every module/asset byte, and the backend encoder produced the same artifact SHA-256. This is local build/transport validation, not a completed cloud deployment. Current transport and metadata boundaries are documented in the bundled Workers guide. Requires backend PR #125's native chunk/observability update before rollout.