Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/afraid-sloths-begin.md

This file was deleted.

17 changes: 0 additions & 17 deletions .changeset/all-kiwis-create.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/big-goats-rescue.md

This file was deleted.

11 changes: 0 additions & 11 deletions .changeset/c3-frameworks-update-10948.md

This file was deleted.

11 changes: 0 additions & 11 deletions .changeset/c3-frameworks-update-10949.md

This file was deleted.

11 changes: 0 additions & 11 deletions .changeset/c3-frameworks-update-10950.md

This file was deleted.

11 changes: 0 additions & 11 deletions .changeset/c3-frameworks-update-10951.md

This file was deleted.

11 changes: 0 additions & 11 deletions .changeset/c3-frameworks-update-10952.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/common-beans-wink.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/common-colts-clap.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/cruel-shirts-eat.md

This file was deleted.

11 changes: 0 additions & 11 deletions .changeset/dependabot-update-10963.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/eight-onions-care.md

This file was deleted.

13 changes: 0 additions & 13 deletions .changeset/fancy-comics-clap.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fancy-spoons-chew.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/fine-ends-create.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/five-worms-cut.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/free-wombats-invent.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/gentle-teams-cut.md

This file was deleted.

23 changes: 0 additions & 23 deletions .changeset/green-dancers-sin.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/honest-worms-repeat.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/pretty-paths-stare.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sad-mirrors-mix.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/salty-plums-worry.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/silver-pears-wait.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/slick-meals-grab.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/spicy-moose-march.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/stupid-ads-enter.md

This file was deleted.

24 changes: 24 additions & 0 deletions packages/containers-shared/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# @cloudflare/containers-shared

## 0.2.13

### Patch Changes

- [#11007](https://github.com/cloudflare/workers-sdk/pull/11007) [`cf16deb`](https://github.com/cloudflare/workers-sdk/commit/cf16debb668a1ffb69cba9171048c5a295dde6c6) Thanks [@gpanders](https://github.com/gpanders)! - Correctly handle image names that contain a slash

- [#11000](https://github.com/cloudflare/workers-sdk/pull/11000) [`a6de9db`](https://github.com/cloudflare/workers-sdk/commit/a6de9db65185ba40e8a7fcecc5d9e79287c04d2f) Thanks [@jonboulle](https://github.com/jonboulle)! - always load container image into local store during build

BuildKit supports different [build drivers](https://docs.docker.com/build/builders/drivers/). When using the more modern `docker-container` driver (which is now the default on some systems, e.g. a standard Docker installation on Fedora Linux), it will not automatically load the built image into the local image store. Since wrangler expects the image to be there (e.g. when calling `getImageRepoTags`), it will thus fail, e.g.:

```
⎔ Preparing container image(s)...
[+] Building 0.3s (8/8) FINISHED docker-container:default
[...]
WARNING: No output specified with docker-container driver. Build result will only remain in the build cache. To push result image into registry use --push or to load image into docker use --load
✘ [ERROR] failed inspecting image locally: Error response from daemon: failed to find image cloudflare-dev/sandbox:f86e40e4: docker.io/cloudflare-dev/sandbox:f86e40e4: No such image
```

Explicitly setting the `--load` flag (equivalent to `-o type=docker`) during the build fixes this and should make the build a bit more portable without requiring users to change their default build driver configuration.

## 0.2.12

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/containers-shared/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cloudflare/containers-shared",
"version": "0.2.12",
"version": "0.2.13",
"private": true,
"description": "Package that contains shared container functionality for Cloudflare Workers SDK.",
"homepage": "https://github.com/cloudflare/workers-sdk/tree/main/packages/containers-shared#readme",
Expand Down
54 changes: 54 additions & 0 deletions packages/create-cloudflare/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,59 @@
# create-cloudflare

## 2.53.0

### Minor Changes

- [#10989](https://github.com/cloudflare/workers-sdk/pull/10989) [`da37501`](https://github.com/cloudflare/workers-sdk/commit/da37501a6375c599a4deeac9a5d1445aca1bdf6c) Thanks [@dom96](https://github.com/dom96)! - Fixes generation of 'name' in Python uv.lock template

- [#10943](https://github.com/cloudflare/workers-sdk/pull/10943) [`9d843fe`](https://github.com/cloudflare/workers-sdk/commit/9d843fe1f6a329f43d54e95fb15d9d9546efa600) Thanks [@valfz](https://github.com/valfz)! - fixed creating index.js with wrong extension when Vue project is created with JavaScript

- [#10990](https://github.com/cloudflare/workers-sdk/pull/10990) [`c07036b`](https://github.com/cloudflare/workers-sdk/commit/c07036b7740dbeb9d48d71221755d71374725b46) Thanks [@dom96](https://github.com/dom96)! - Python templates' package.json scripts now use pywrangler

### Patch Changes

- [#10948](https://github.com/cloudflare/workers-sdk/pull/10948) [`04c5dc7`](https://github.com/cloudflare/workers-sdk/commit/04c5dc7b611bea475eb82a9d683011a76a52f6b7) Thanks [@dependabot](https://github.com/apps/dependabot)! - chore: update dependencies of "create-cloudflare" package

The following dependency versions have been updated:

| Dependency | From | To |
| ----------- | ------ | ------ |
| create-qwik | 1.16.1 | 1.17.0 |

- [#10949](https://github.com/cloudflare/workers-sdk/pull/10949) [`44dc255`](https://github.com/cloudflare/workers-sdk/commit/44dc25554fe1b2f3bd1b18f76753190e93e533a3) Thanks [@dependabot](https://github.com/apps/dependabot)! - chore: update dependencies of "create-cloudflare" package

The following dependency versions have been updated:

| Dependency | From | To |
| --------------- | ------ | ------ |
| @angular/create | 20.3.4 | 20.3.6 |

- [#10950](https://github.com/cloudflare/workers-sdk/pull/10950) [`39dbb39`](https://github.com/cloudflare/workers-sdk/commit/39dbb397ef07f629018a8bbd0f9b33831445c6ca) Thanks [@dependabot](https://github.com/apps/dependabot)! - chore: update dependencies of "create-cloudflare" package

The following dependency versions have been updated:

| Dependency | From | To |
| ---------- | ----- | ----- |
| sv | 0.9.7 | 0.9.8 |

- [#10951](https://github.com/cloudflare/workers-sdk/pull/10951) [`46c31e1`](https://github.com/cloudflare/workers-sdk/commit/46c31e18e17f21a019e65beb58b482020290d24c) Thanks [@dependabot](https://github.com/apps/dependabot)! - chore: update dependencies of "create-cloudflare" package

The following dependency versions have been updated:

| Dependency | From | To |
| ---------- | ------ | ------ |
| nuxi | 3.28.0 | 3.29.3 |

- [#10952](https://github.com/cloudflare/workers-sdk/pull/10952) [`dcda100`](https://github.com/cloudflare/workers-sdk/commit/dcda100ccdf703cd5b002f3b48da64dfdd6fd5c9) Thanks [@dependabot](https://github.com/apps/dependabot)! - chore: update dependencies of "create-cloudflare" package

The following dependency versions have been updated:

| Dependency | From | To |
| ------------------- | ----- | ----- |
| create-react-router | 7.9.3 | 7.9.4 |

- [#10914](https://github.com/cloudflare/workers-sdk/pull/10914) [`890a606`](https://github.com/cloudflare/workers-sdk/commit/890a606a196e62e1f56f3982e71c3d97246b9a34) Thanks [@devin-ai-integration](https://github.com/apps/devin-ai-integration)! - Fix git commit failures when global pre-commit hooks are configured. When initializing projects, create-cloudflare now uses git commit --no-verify to bypass any globally configured git hooks that might fail and block project initialization.

## 2.52.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/create-cloudflare/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-cloudflare",
"version": "2.52.3",
"version": "2.53.0",
"description": "A CLI for creating and deploying new applications to Cloudflare.",
"keywords": [
"cloudflare",
Expand Down
18 changes: 18 additions & 0 deletions packages/miniflare/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# miniflare

## 4.20251011.0

### Minor Changes

- [#10867](https://github.com/cloudflare/workers-sdk/pull/10867) [`dd5f769`](https://github.com/cloudflare/workers-sdk/commit/dd5f769104e65241ef6af00a2e37ea9ba2b9114f) Thanks [@austin-mc](https://github.com/austin-mc)! - Add media binding support

- [#10768](https://github.com/cloudflare/workers-sdk/pull/10768) [`8211bc9`](https://github.com/cloudflare/workers-sdk/commit/8211bc90f83ccabb0385b03b2349269b8d8ff9e9) Thanks [@dario-piotrowicz](https://github.com/dario-piotrowicz)! - Add `handleStructuredLogs` option that allows consumers of the workerd structured logs to print such logs without additional boilerplate

### Patch Changes

- [#10963](https://github.com/cloudflare/workers-sdk/pull/10963) [`36d7054`](https://github.com/cloudflare/workers-sdk/commit/36d70543eade502d1803f3c14ae4cd728ceac6af) Thanks [@dependabot](https://github.com/apps/dependabot)! - chore: update dependencies of "miniflare" package

The following dependency versions have been updated:

| Dependency | From | To |
| ---------- | ------------ | ------------ |
| workerd | 1.20251008.0 | 1.20251011.0 |

## 4.20251008.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/miniflare/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "miniflare",
"version": "4.20251008.0",
"version": "4.20251011.0",
"description": "Fun, full-featured, fully-local simulator for Cloudflare Workers",
"keywords": [
"cloudflare",
Expand Down
Loading
Loading