You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bump `workerd` to `1.20231016.0` and prevent `ProxyServer` eviction (#……717)
* Bump `workerd` and versions to `3.20231016.0`
* Update `workerd` configuration schema and type definitions
Also add an override for `capnpc-ts`'s TypeScript version to prevent
issues re-generating types in the future.
* Prevent `ProxyServer` Durable Object eviction
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.