Skip to content

Commit 529c815

Browse files
Update workers release notes for 2025-03-03
1 parent 0c69911 commit 529c815

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/content/release-notes/workers.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ productLink: "/workers/"
55
productArea: Developer platform
66
productAreaLink: /workers/platform/changelog/platform/
77
entries:
8+
- publish_date: "2025-03-03"
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+
- Updated Ada to v3.1.0.
812
- publish_date: "2025-02-28"
913
description: |-
1014
- Updated v8 to version 13.4.

0 commit comments

Comments
 (0)