-
Notifications
You must be signed in to change notification settings - Fork 10.4k
[Workers] Update Workers changelog incl. V8 13.2, 13.3 #19711
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Deploying cloudflare-docs with
|
| Latest commit: |
0900044
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://0bea504a.cloudflare-docs-7ou.pages.dev |
| Branch Preview URL: | https://felix-020325-workers-changel.cloudflare-docs-7ou.pages.dev |
|
@mikenomitch you should have context here, can you take a look? |
| - 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. |
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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!
|
|
Summary
Externally visible Workers Runtime changes through 1/31, including ones that were missed previously.
Preview with changes: https://felix-020325-workers-changel.cloudflare-docs-7ou.pages.dev/workers/platform/changelog/
Documentation checklist