Skip to content

Commit 951baa5

Browse files
Version Packages (#10164)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 8c38b65 commit 951baa5

File tree

14 files changed

+73
-76
lines changed

14 files changed

+73
-76
lines changed

.changeset/deep-lizards-move.md

Lines changed: 0 additions & 35 deletions
This file was deleted.

.changeset/full-areas-lick.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

.changeset/hip-sites-camp.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/long-hairs-feel.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/rare-peaches-change.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/silly-things-walk.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changeset/smooth-shirts-add.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/violet-walls-tie.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/miniflare/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# miniflare
22

3+
## 3.20250718.1
4+
5+
### Minor Changes
6+
7+
- [#10015](https://github.com/cloudflare/workers-sdk/pull/10015) [`b5d9bb0`](https://github.com/cloudflare/workers-sdk/commit/b5d9bb026ebfb4c732c3c4999aa5ac0757f1a1b2) Thanks [@dario-piotrowicz](https://github.com/dario-piotrowicz)! - add `structuredWorkerdLogs` option
8+
9+
add a new top-level option named `structuredWorkerdLogs` that makes workerd print to stdout structured logs (stringified jsons of the following shape: `{ timestamp: number, level: string, message: string }`) instead of printing logs to stdout and stderr
10+
11+
### Patch Changes
12+
13+
- [#10216](https://github.com/cloudflare/workers-sdk/pull/10216) [`76d3002`](https://github.com/cloudflare/workers-sdk/commit/76d3002bf7e03f4b5ee255c9fd0eaa81f092311d) Thanks [@devin-ai-integration](https://github.com/apps/devin-ai-integration)! - Add macOS version validation to prevent EPIPE errors on unsupported macOS versions (below 13.5). Miniflare and C3 fail hard while Wrangler shows warnings but continues execution.
14+
315
## 3.20250718.0
416

517
### Patch Changes

packages/miniflare/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "miniflare",
3-
"version": "3.20250718.0",
3+
"version": "3.20250718.1",
44
"description": "Fun, full-featured, fully-local simulator for Cloudflare Workers",
55
"keywords": [
66
"cloudflare",

0 commit comments

Comments
 (0)