Skip to content

Commit b97a1ff

Browse files
authored
Merge branch 'main' into wrangler-r2-info-json
2 parents 82c1dfc + 36113c2 commit b97a1ff

File tree

87 files changed

+1301
-750
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

87 files changed

+1301
-750
lines changed

.changeset/cool-peas-march.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"wrangler": patch
3+
---
4+
5+
expose `Unstable_Binding` type

.changeset/dirty-roses-itch.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
"wrangler": patch
3+
---
4+
5+
Switch container registry to `registry.cloudflare.com` from `registry.cloudchamber.cfdata.org`.
6+
Also adds the env var `CLOUDFLARE_CONTAINER_REGISTRY` to override this

.changeset/eight-spoons-build.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"create-cloudflare": minor
3+
---
4+
5+
Dummy release after hotfix

.changeset/five-chefs-kneel.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@cloudflare/vitest-pool-workers": patch
3+
---
4+
5+
Add `type: module` in package.json
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
"miniflare": patch
3+
"wrangler": patch
4+
---
5+
6+
Strip the `CF-Connecting-IP` header from outgoing fetches

.changeset/forty-things-beam.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"wrangler": patch
3+
---
4+
5+
Point to the right location for docs on telemetry

.changeset/nine-facts-kneel.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
"@cloudflare/vite-plugin": patch
3+
---
4+
5+
fix: avoid crashing on unknown service bindings at startup
6+
7+
With Dev Registry support, the plugin no longer throws an assertion error during startup when a service binding references a named entrypoint from an unknown worker. Instead, an appropriate runtime error will be returned if the worker cannot be resolved.

.changeset/odd-queens-enjoy.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
"@cloudflare/vite-plugin": patch
3+
---
4+
5+
Enable HTML handling for HTML files in the public directory.
6+
7+
It is generally encouraged to use [HTML files as entry points](https://vite.dev/guide/features#html) in Vite so that their dependencies are bundled. However, if you have plain HTML files that should simply be copied to the root of the output directory as-is, you can place these in the [public directory](https://vite.dev/guide/assets#the-public-directory) and they will now work as expected in dev.

.changeset/sharp-phones-hope.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"wrangler": patch
3+
---
4+
5+
drop unused `WRANGLER_UNENV_RESOLVE_PATHS` env var

.changeset/some-cloths-move.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
"wrangler": patch
3+
---
4+
5+
add warning about env not specified to potentially risky wrangler commands
6+
7+
add a warning suggesting users to specify their target environment (via `-e` or `--env`)
8+
when their wrangler config file contains some environments and they are calling one
9+
of the following commands:
10+
11+
- wrangler deploy
12+
- wrangler versions upload
13+
- wrangler versions deploy
14+
- wrangler versions secret bulk
15+
- wrangler versions secret put
16+
- wrangler versions secret delete
17+
- wrangler secret bulk
18+
- wrangler secret put
19+
- wrangler secret delete
20+
- wrangler triggers deploy (TODO: manually test)
21+
22+
this is a measure we're putting in place to try to prevent developers from accidentally applying
23+
changes to an incorrect (potentially even production) environment

0 commit comments

Comments
 (0)