Skip to content

Commit 7a56086

Browse files
jcleevy-tonOxyjun
authored
[Workers] Add "internal error id" entry to Workers and DO changelogs (#19923)
* [Workers] Add "internal error id" entry to Workers and DO changelogs * Update src/content/changelogs/durable-objects.yaml Co-authored-by: Vy Ton <[email protected]> * Update src/content/changelogs/workers.yaml Co-authored-by: Vy Ton <[email protected]> * Update src/content/changelogs/workers.yaml * Update src/content/changelogs/durable-objects.yaml * Update src/content/changelogs/durable-objects.yaml * Update src/content/changelogs/durable-objects.yaml --------- Co-authored-by: Vy Ton <[email protected]> Co-authored-by: Jun Lee <[email protected]>
1 parent d8837ba commit 7a56086

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

src/content/changelogs/durable-objects.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ productLink: "/durable-objects/"
55
productArea: Developer platform
66
productAreaLink: /workers/platform/changelog/platform/
77
entries:
8+
- publish_date: "2025-02-11"
9+
description: |-
10+
- When Durable Objects generate an "internal error" exception in response to certain failures, the exception message may provide a reference ID that customers can include in support communication for easier error identification. For example, an exception with the new message might look like: `internal error; reference = 0123456789abcdefghijklmn`.
811
- publish_date: "2024-10-07"
912
title: Alarms re-enabled in (beta) SQLite-backed Durable Object classes
1013
description: |-

src/content/changelogs/workers.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ productLink: "/workers/"
55
productArea: Developer platform
66
productAreaLink: /workers/platform/changelog/platform/
77
entries:
8+
- publish_date: "2025-02-11"
9+
description: |-
10+
- When Workers generate an "internal error" exception in response to certain failures, the exception message may provide a reference ID that customers can include in support communication for easier error identification. For example, an exception with the new message might look like: `internal error; reference = 0123456789abcdefghijklmn`.
811
- publish_date: "2025-01-31"
912
description: |-
1013
- Updated v8 to version 13.3.

0 commit comments

Comments
 (0)