Skip to content
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

[Miniflare 3] Bump workerd to 1.20231016.0 and prevent ProxyServer eviction #717

Merged
merged 3 commits into from
Oct 17, 2023

Conversation

mrbbot
Copy link
Contributor

@mrbbot mrbbot commented Oct 17, 2023

Hey! 👋 This PR bumps workerd to this week's latest release, and also ensures the magic ProxyServer's singleton object doesn't get evicted.

Also add an override for `capnpc-ts`'s TypeScript version to prevent
issues re-generating types in the future.
cloudflare/workerd#1138 introduced Durable Object's eviction behaviour
to `workerd`. We really don't want the `ProxyServer`'s singleton
object to be evicted, as this would invalidate proxy stubs' heap
addresses. This change makes sure the `preventEviction` flag is set.
@changeset-bot
Copy link

changeset-bot bot commented Oct 17, 2023

⚠️ No Changeset found

Latest commit: adf8ec8

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@mrbbot mrbbot requested a review from a team October 17, 2023 11:16
@mrbbot mrbbot merged commit 4248f72 into tre Oct 17, 2023
9 checks passed
@mrbbot mrbbot deleted the bcoll/miniflare-3.20231016.0 branch October 17, 2023 14:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants