Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions src/content/changelogs/workers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,15 @@ productLink: "/workers/"
productArea: Developer platform
productAreaLink: /workers/platform/changelog/platform/
entries:
- publish_date: "2025-01-31"
description: |-
- Updated v8 to version 13.3.
- publish_date: "2025-01-15"
description: |-
- The runtime will no longer reuse isolates across worker versions even if the code happens to be identical. This "optimization" was deemed more confusing than it is worth.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This one feels a bit too internally-focused to add. If there's a reason the end user should care about this, I'm happy to keep it, but feels like an implementation detail.

But, not a blocker IMO, so if there's a good reason why people would care, feel free to merge.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@kentonv is this fix something that is observable to external developers? Happy to keep the message, just want to make sure it's relevant to customers.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, this is totally observable to external developers. We've seen a fair number of instances of workers that have bugs when env changes without reloading the isolate, and we've made efforts to inform people that this can happen. Anyone who previously learned that may be interested to know that it is no longer a concern.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sounds good, thank you for elaborating!

- publish_date: "2025-01-14"
description: |-
- Updated v8 to version 13.2.
- publish_date: "2024-12-19"
description: |-
- **Cloudflare GitHub App Permissions Update**
Expand Down