发布

  • Bump `workerd` to `1.20231016.0` and prevent `ProxyServer` eviction (#717)

    frostbyte_neo 发布于 2023-11-01 14:27:07 +00:00

    • 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.

    下载附件