Skip to content

Commit 6c686cc

Browse files
committed
Update edgeworker release notes for this week's releases.
1 parent 4f9bcd0 commit 6c686cc

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/content/release-notes/workers.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ productLink: "/workers/"
55
productArea: Developer platform
66
productAreaLink: /workers/platform/changelog/platform/
77
entries:
8+
- publish_date: "2025-02-28"
9+
description: |-
10+
- The new `queue_consumer_no_wait_for_wait_until` compatibility flag changes behaviour for queue consumers, changing their behavior such that (A) `waitUntil` promises do not need to complete before a queue consumer invocation can be considered complete, and (B) `waitUntil` promises failing do not cause the invocation as a whole to fail. Neither of these have been the case previously, allowing long-running or errant `waitUntil` tasks to (usually unintentionally) slow down or prevent successful message consumption.
11+
- V8 updated to version 13.4.
12+
- When using `nodejs_compat`, the new `nodejs_compat_populate_process_env` compatibility flag will cause `process.env` to be automatically populated with text bindings configured for the worker.
813
- publish_date: "2025-02-26"
914
description: |-
1015
- [Workers Builds](/workers/ci-cd/builds/) now supports building projects that use **pnpm 10** as the package manager. If your build previously failed due to this unsupported version, retry your build. No config changes needed.

0 commit comments

Comments
 (0)