Skip to content

Commit

Permalink
Bump miniflare to 3.20231010.0 (#4155)
Browse files Browse the repository at this point in the history
* Bump miniflare version

* Soft-wrap changesets
  • Loading branch information
penalosa authored Oct 11, 2023
1 parent 64c3ec1 commit bfc9a3e
Show file tree
Hide file tree
Showing 6 changed files with 39 additions and 47 deletions.
13 changes: 3 additions & 10 deletions .changeset/serious-beans-hug.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,8 @@

Support TailEvent messages in Tail sessions

When tailing a tail worker, messages previously had a null event
property. Following https://github.com/cloudflare/workerd/pull/1248,
these events have a valid event, specifying which scripts produced
events that caused your tail worker to run.
When tailing a tail worker, messages previously had a null event property. Following https://github.com/cloudflare/workerd/pull/1248, these events have a valid event, specifying which scripts produced events that caused your tail worker to run.

As part of rolling this out, we're filtering out tail events in the
internal tail infrastructure, so we control when these new messages are
forward to tail sessions, and can merge this freely.
As part of rolling this out, we're filtering out tail events in the internal tail infrastructure, so we control when these new messages are forward to tail sessions, and can merge this freely.

One idiosyncracy to note, however, is that tail workers always report an
"OK" status, even if they run out of memory or throw. That is being
tracked and worked on separately.
One idiosyncracy to note, however, is that tail workers always report an "OK" status, even if they run out of memory or throw. That is being tracked and worked on separately.
3 changes: 1 addition & 2 deletions .changeset/warm-queens-taste.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,4 @@

feature: Support Queue consumer events in tail

So that it's less confusing when tailing a worker that consumes events from a
Queue.
So that it's less confusing when tailing a worker that consumes events from a Queue.
2 changes: 1 addition & 1 deletion fixtures/pages-ws-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
"devDependencies": {
"@cloudflare/workers-tsconfig": "workspace:*",
"miniflare": "3.20231002.1",
"miniflare": "3.20231010.0",
"wrangler": "workspace:*",
"ws": "^8.8.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/pages-shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"test:ci": "vitest run"
},
"dependencies": {
"miniflare": "3.20231002.1"
"miniflare": "3.20231010.0"
},
"devDependencies": {
"@cloudflare/workers-tsconfig": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/wrangler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
"blake3-wasm": "^2.1.5",
"chokidar": "^3.5.3",
"esbuild": "0.17.19",
"miniflare": "3.20231002.1",
"miniflare": "3.20231010.0",
"nanoid": "^3.3.3",
"path-to-regexp": "^6.2.0",
"selfsigned": "^2.0.1",
Expand Down
64 changes: 32 additions & 32 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit bfc9a3e

Please sign in to comment.