Commit 9abcfd8
committed
chore: retire legacy v3 dev websocket execution + legacy self-hosting docs
The v3 (engine V1) is end-of-lifed and enforced off in prod. Remove the dead
legacy execution behind the deprecated dev websocket while KEEPING the
user-facing deprecation message so old `trigger dev` CLIs are still told to
upgrade:
- app/v3/handleWebsockets.server.ts: the /ws websocket is only used by the
legacy v3 dev CLI (v4 uses a different transport). Authenticate, then close
with V3_DEV_DEPRECATION_MESSAGE. Drops the AuthenticatedSocketConnection /
DevQueueConsumer legacy path that can no longer run.
- Delete app/v3/authenticatedSocketConnection.server.ts (its only consumer).
Docs: delete the intentionally-legacy 'Docker (legacy)' self-hosting page and
redirect /open-source-self-hosting (+ the /v3 alias) to /self-hosting/overview;
repoint the two inbound links.
Scoped deliberately: MarQS and the rest of the v3-engine removal are left for a
follow-up - MarQS is entangled with live v2 queue/metrics/cleanup code and
needs a per-file reviewed pass, not a bulk delete.1 parent a6bd370 commit 9abcfd8
6 files changed
Lines changed: 18 additions & 774 deletions
Lines changed: 0 additions & 181 deletions
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
| 6 | + | |
10 | 7 | | |
11 | 8 | | |
12 | 9 | | |
13 | | - | |
14 | | - | |
15 | 10 | | |
16 | 11 | | |
17 | 12 | | |
18 | 13 | | |
19 | 14 | | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | 15 | | |
32 | 16 | | |
33 | 17 | | |
| |||
59 | 43 | | |
60 | 44 | | |
61 | 45 | | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | | - | |
71 | | - | |
72 | | - | |
73 | | - | |
74 | | - | |
75 | | - | |
76 | | - | |
77 | | - | |
78 | | - | |
79 | | - | |
80 | | - | |
81 | | - | |
82 | | - | |
83 | | - | |
84 | | - | |
85 | | - | |
86 | | - | |
87 | | - | |
88 | | - | |
89 | | - | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
90 | 54 | | |
91 | | - | |
92 | | - | |
| 55 | + | |
93 | 56 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
286 | 286 | | |
287 | 287 | | |
288 | 288 | | |
289 | | - | |
290 | | - | |
| 289 | + | |
291 | 290 | | |
292 | 291 | | |
293 | 292 | | |
| |||
735 | 734 | | |
736 | 735 | | |
737 | 736 | | |
| 737 | + | |
| 738 | + | |
| 739 | + | |
| 740 | + | |
738 | 741 | | |
739 | 742 | | |
740 | | - | |
| 743 | + | |
741 | 744 | | |
742 | 745 | | |
743 | 746 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
0 commit comments