Skip to content

Commit 49f15d7

Browse files
authored
[Workers] Update Workers changelog with SQLite changes (#18923)
1 parent 445be34 commit 49f15d7

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

src/content/changelogs/workers.yaml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ entries:
99
description: |-
1010
- **Cloudflare GitHub App Permissions Update**
1111
- Cloudflare is requesting updated permissions for the [Cloudflare GitHub App](https://github.com/apps/cloudflare-workers-and-pages) to enable features like automatically creating a repository on your GitHub account and deploying the new repository for you when getting started with a template. This feature is coming out soon to support a better onboarding experience.
12-
- **Requested permissions:**
12+
- **Requested permissions:**
1313
- [Repository Administration](https://docs.github.com/en/rest/authentication/permissions-required-for-github-apps?apiVersion=2022-11-28#repository-permissions-for-administration) (read/write) to create repositories.
1414
- [Contents](https://docs.github.com/en/rest/authentication/permissions-required-for-github-apps?apiVersion=2022-11-28#repository-permissions-for-contents) (read/write) to push code to the created repositories.
1515
- **Who is impacted:**
@@ -20,6 +20,12 @@ entries:
2020
- publish_date: "2024-11-18"
2121
description: |-
2222
- Updated v8 to version 13.1.
23+
- publish_date: "2024-11-12"
24+
description: |-
25+
- Fixes exception seen when trying to call deleteAll() during a SQLite-backed Durable Object's alarm handler.
26+
- publish_date: "2024-11-08"
27+
description: |-
28+
- Update SQLite to version 3.47.
2329
- publish_date: "2024-10-21"
2430
description: |-
2531
- Fixed encoding of WebSocket pong messages when talking to remote servers. Previously, when a Worker made a WebSocket connection to an external server, the server may have prematurely closed the WebSocket for failure to respond correctly to pings. Client-side connections were not affected.

0 commit comments

Comments
 (0)