This repository was archived by the owner on Mar 13, 2025. It is now read-only.
Commit 4248f72
authored
* 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.
1 parent 554add8 commit 4248f72
File tree
9 files changed
+256
-84
lines changed- packages/miniflare
- src
- plugins/core
- runtime/config
- workers/core
9 files changed
+256
-84
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
63 | 68 | | |
64 | 69 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
| 38 | + | |
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
551 | 551 | | |
552 | 552 | | |
553 | 553 | | |
| 554 | + | |
| 555 | + | |
| 556 | + | |
| 557 | + | |
| 558 | + | |
| 559 | + | |
554 | 560 | | |
555 | 561 | | |
556 | 562 | | |
| |||
0 commit comments