-
Notifications
You must be signed in to change notification settings - Fork 830
Comparing changes
Open a pull request
base repository: cloudflare/workers-sdk
base: miniflare@3.20240129.1
head repository: cloudflare/workers-sdk
compare: miniflare@3.20240129.2
Commits on Feb 7, 2024
-
[C3] Add
getBindingsProxy
support to qwik template (#4927)* Split package.json update into multiple phases * Add getBindingsProxy to qwik template * Add support for testing dev scripts in c3 e2e tests * Refactor framework e2e verification helpers * Add support for verifying build script in framework e2es * Refactor e2e helpers * Refactor workers e2e tests to re-align with frameworks tests * Refactor RunnerConfig in e2e tests * Fixing cli e2e tests * changeset * remove leftover test value * Fix issue with npm tests & fix e2e logging * Addressing PR feedback
Configuration menu - View commit details
-
Copy full SHA for 49696ab - Browse repository at this point
Copy the full SHA 49696abView commit details -
Configuration menu - View commit details
-
Copy full SHA for e5cdd7f - Browse repository at this point
Copy the full SHA e5cdd7fView commit details -
Configuration menu - View commit details
-
Copy full SHA for ff45782 - Browse repository at this point
Copy the full SHA ff45782View commit details -
Configuration menu - View commit details
-
Copy full SHA for 75bd08a - Browse repository at this point
Copy the full SHA 75bd08aView commit details -
fix: make the entrypoint optional for the
types
command (#4931)--------- Co-authored-by: MrBBot <bcoll@cloudflare.com>
Configuration menu - View commit details
-
Copy full SHA for 321c7ed - Browse repository at this point
Copy the full SHA 321c7edView commit details -
add a
cf
field to thegetBindingsProxy
result (#4926)--------- Co-authored-by: James Culveyhouse <jculveyhouse@cloudflare.com>
Configuration menu - View commit details
-
Copy full SHA for a14bd1d - Browse repository at this point
Copy the full SHA a14bd1dView commit details -
Improve DX with
node:*
modules (#4499)* Turn node build failures into warnings * Allow files to suppress warnings for specific modules * Remove comment-based allow-listing * Add changeset * Update .changeset/chatty-balloons-impress.md Co-authored-by: James M Snell <jasnell@gmail.com> * Pass through `defineNavigatorUserAgent` * Add tests * lockfile * Linting * fix tests --------- Co-authored-by: James M Snell <jasnell@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for cf9c029 - Browse repository at this point
Copy the full SHA cf9c029View commit details -
improve(r2): Update Sippy endpoint request payloads to match new sche…
…ma (#4928) * fix(r2): update Sippy API request payloads * improve(r2): rename sippy flags for clarity * improve(r2): stricter existence in Sippy
Configuration menu - View commit details
-
Copy full SHA for 4a735c4 - Browse repository at this point
Copy the full SHA 4a735c4View commit details
Commits on Feb 8, 2024
-
[C3] Bump create-qwik from 1.4.3 to 1.4.4 in /packages/create-cloudfl…
…are/src/frameworks (#4935) * [C3] Bump create-qwik in /packages/create-cloudflare/src/frameworks Bumps [create-qwik](https://github.com/BuilderIO/qwik/tree/HEAD/packages/create-qwik) from 1.4.3 to 1.4.4. - [Release notes](https://github.com/BuilderIO/qwik/releases) - [Commits](https://github.com/BuilderIO/qwik/commits/v1.4.4/packages/create-qwik) --- updated-dependencies: - dependency-name: create-qwik dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * [C3] Update frameworks cli dependencies --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Wrangler automated PR updater <wrangler@cloudflare.com>
Configuration menu - View commit details
-
Copy full SHA for 0699506 - Browse repository at this point
Copy the full SHA 0699506View commit details -
Configuration menu - View commit details
-
Copy full SHA for d96bc7d - Browse repository at this point
Copy the full SHA d96bc7dView commit details -
Extend error handling of proxy request errors in ProxyWorker (#4867)
* ignore stale proxy errors * attempt to recover from ProxyWorker fetch errors by requeuing the request (only if it is GET or HEAD) * add test * add changeset * refactor to flatten nested if-else blocks * requeue request for retry at front of queue * sort batch of requests in queue by order of arrival * Revert "sort batch of requests in queue by order of arrival" This reverts commit 3329f19. * Revert "requeue request for retry at front of queue" This reverts commit f0377b7. * prioritise requests being retried over requests being proxied for the first time * better comments * update changeset to match recommeded format
Configuration menu - View commit details
-
Copy full SHA for d637bd5 - Browse repository at this point
Copy the full SHA d637bd5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4eb4d7f - Browse repository at this point
Copy the full SHA 4eb4d7fView commit details -
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for a71afaf - Browse repository at this point
Copy the full SHA a71afafView commit details
Commits on Feb 9, 2024
-
[D1] fix batch splitting to handle CASE as compound statement starts (#…
…4951) * fix: add CASE to compound statement starts * chore: add changeset * chore: cleanup and add tests * chore: improve test coverage * chore: delete leftover file * chore: add missed commit * Update packages/wrangler/src/d1/splitter.ts Co-authored-by: Max Rozen <3822106+rozenmd@users.noreply.github.com> --------- Co-authored-by: Max Rozen <3822106+rozenmd@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for ffafe8a - Browse repository at this point
Copy the full SHA ffafe8aView commit details -
[C3] Bump @angular/create from 17.1.2 to 17.1.3 in /packages/create-c…
…loudflare/src/frameworks (#4963) * [C3] Bump @angular/create in /packages/create-cloudflare/src/frameworks Bumps [@angular/create](https://github.com/angular/angular-cli) from 17.1.2 to 17.1.3. - [Release notes](https://github.com/angular/angular-cli/releases) - [Changelog](https://github.com/angular/angular-cli/blob/main/CHANGELOG.md) - [Commits](angular/angular-cli@17.1.2...17.1.3) --- updated-dependencies: - dependency-name: "@angular/create" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * [C3] Update frameworks cli dependencies --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Wrangler automated PR updater <wrangler@cloudflare.com>
Configuration menu - View commit details
-
Copy full SHA for b3110c3 - Browse repository at this point
Copy the full SHA b3110c3View commit details -
fix: ensure worker reloads when importing
node:*
modules (#4962)* fix: ensure worker reloads when importing `node:*` modules * fix: ensure conflicting compatibility flags reported as user error * fix: add type arguments to `seen` and `warnedPackaged`
Configuration menu - View commit details
-
Copy full SHA for d658517 - Browse repository at this point
Copy the full SHA d658517View commit details -
Configuration menu - View commit details
-
Copy full SHA for 96c8cfb - Browse repository at this point
Copy the full SHA 96c8cfbView commit details -
fix: ensure we do not rewrite external Origin headers in wrangler dev (…
…#4950) fix: ensure we do not rewrite external Origin headers in wrangler dev In #4812 we tried to fix the Origin headers to match the Host header but were overzealous and rewrote Origin headers for external origins (outside of the proxy server's origin). This is now fixed, and moreover we rewrite any headers that refer to the proxy server on the request with the configured host and vice versa on the response. This should ensure that CORS is not broken in browsers when a different host is being simulated based on routes in the Wrangler configuration.
Configuration menu - View commit details
-
Copy full SHA for 05360e4 - Browse repository at this point
Copy the full SHA 05360e4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1cd18e0 - Browse repository at this point
Copy the full SHA 1cd18e0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 224a254 - Browse repository at this point
Copy the full SHA 224a254View commit details -
Configuration menu - View commit details
-
Copy full SHA for e2c77cd - Browse repository at this point
Copy the full SHA e2c77cdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1c75c30 - Browse repository at this point
Copy the full SHA 1c75c30View commit details -
Configuration menu - View commit details
-
Copy full SHA for e6eaa60 - Browse repository at this point
Copy the full SHA e6eaa60View commit details -
Configuration menu - View commit details
-
Copy full SHA for a7f76e3 - Browse repository at this point
Copy the full SHA a7f76e3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 22f8ae3 - Browse repository at this point
Copy the full SHA 22f8ae3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 78b04b3 - Browse repository at this point
Copy the full SHA 78b04b3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 37011c8 - Browse repository at this point
Copy the full SHA 37011c8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2092b65 - Browse repository at this point
Copy the full SHA 2092b65View commit details -
Configuration menu - View commit details
-
Copy full SHA for d3975da - Browse repository at this point
Copy the full SHA d3975daView commit details -
Configuration menu - View commit details
-
Copy full SHA for 74cfd96 - Browse repository at this point
Copy the full SHA 74cfd96View commit details -
Merge pull request #1 from cloudflare/avery/remove-condition
Remove condition and class - export a single function
Configuration menu - View commit details
-
Copy full SHA for 3100713 - Browse repository at this point
Copy the full SHA 3100713View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4e32404 - Browse repository at this point
Copy the full SHA 4e32404View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2748963 - Browse repository at this point
Copy the full SHA 2748963View commit details -
Configuration menu - View commit details
-
Copy full SHA for 94d3250 - Browse repository at this point
Copy the full SHA 94d3250View commit details -
Configuration menu - View commit details
-
Copy full SHA for c8bbe96 - Browse repository at this point
Copy the full SHA c8bbe96View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9f31c32 - Browse repository at this point
Copy the full SHA 9f31c32View commit details -
Configuration menu - View commit details
-
Copy full SHA for 72aeebb - Browse repository at this point
Copy the full SHA 72aeebbView commit details -
Merge pull request #2 from cloudflare/victoria/path
set up default and optional path handler
Configuration menu - View commit details
-
Copy full SHA for df30acb - Browse repository at this point
Copy the full SHA df30acbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5de4be1 - Browse repository at this point
Copy the full SHA 5de4be1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2d42645 - Browse repository at this point
Copy the full SHA 2d42645View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7d5932c - Browse repository at this point
Copy the full SHA 7d5932cView commit details -
Configuration menu - View commit details
-
Copy full SHA for a843c5f - Browse repository at this point
Copy the full SHA a843c5fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 634a791 - Browse repository at this point
Copy the full SHA 634a791View commit details -
Configuration menu - View commit details
-
Copy full SHA for 285c744 - Browse repository at this point
Copy the full SHA 285c744View commit details -
Configuration menu - View commit details
-
Copy full SHA for f1af037 - Browse repository at this point
Copy the full SHA f1af037View commit details -
Configuration menu - View commit details
-
Copy full SHA for 12d17e5 - Browse repository at this point
Copy the full SHA 12d17e5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 831093b - Browse repository at this point
Copy the full SHA 831093bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2150293 - Browse repository at this point
Copy the full SHA 2150293View commit details -
Configuration menu - View commit details
-
Copy full SHA for ff138f2 - Browse repository at this point
Copy the full SHA ff138f2View commit details -
Configuration menu - View commit details
-
Copy full SHA for adbd636 - Browse repository at this point
Copy the full SHA adbd636View commit details
There are no files selected for viewing