@powerhousedao/switchboard 5.0.9 → 5.1.0-dev.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +1108 -46
- package/README.md +0 -1
- package/entrypoint.sh +1 -1
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,14 +1,4 @@
|
|
|
1
|
-
## 5.0.
|
|
2
|
-
|
|
3
|
-
### 🩹 Fixes
|
|
4
|
-
|
|
5
|
-
- **switchboard:** use prisma 5.17 on schema push ([17412eb12](https://github.com/powerhouse-inc/powerhouse/commit/17412eb12))
|
|
6
|
-
|
|
7
|
-
### ❤️ Thank You
|
|
8
|
-
|
|
9
|
-
- Frank
|
|
10
|
-
|
|
11
|
-
## 5.0.8 (2025-11-19)
|
|
1
|
+
## 5.1.0-dev.0 (2025-11-20)
|
|
12
2
|
|
|
13
3
|
### 🚀 Features
|
|
14
4
|
|
|
@@ -38,13 +28,10 @@
|
|
|
38
28
|
|
|
39
29
|
### 🩹 Fixes
|
|
40
30
|
|
|
41
|
-
- **
|
|
42
|
-
- **
|
|
43
|
-
- **reactor-api:** downgraded prisma ([8032bb96c](https://github.com/powerhouse-inc/powerhouse/commit/8032bb96c))
|
|
31
|
+
- **reactor-api:** downgraded prisma ([9a8a5cefd](https://github.com/powerhouse-inc/powerhouse/commit/9a8a5cefd))
|
|
32
|
+
- **switchboard, ph-cli, document-drive:** --skip-generate on prisma db push ([a37f816a4](https://github.com/powerhouse-inc/powerhouse/commit/a37f816a4))
|
|
44
33
|
- build fix for reactor-local and switchboard ([f99c45b34](https://github.com/powerhouse-inc/powerhouse/commit/f99c45b34))
|
|
45
34
|
- ensure version.ts is generated before TypeScript compilation in CI ([dd49fdd4f](https://github.com/powerhouse-inc/powerhouse/commit/dd49fdd4f))
|
|
46
|
-
- added missing dependencies ([ffda3cfcc](https://github.com/powerhouse-inc/powerhouse/commit/ffda3cfcc))
|
|
47
|
-
- updated lockfile ([73f7c8503](https://github.com/powerhouse-inc/powerhouse/commit/73f7c8503))
|
|
48
35
|
- **ph-cli:** added missing runtime dependencies ([da1b66e73](https://github.com/powerhouse-inc/powerhouse/commit/da1b66e73))
|
|
49
36
|
- **builder-tools:** use alias for self-reference import on ts instead of loading from dist ([b23b772c0](https://github.com/powerhouse-inc/powerhouse/commit/b23b772c0))
|
|
50
37
|
- **reactor-api,switchboard:** load local package by default and resolve self reference import on ts files ([2b2d29ba6](https://github.com/powerhouse-inc/powerhouse/commit/2b2d29ba6))
|
|
@@ -54,9 +41,7 @@
|
|
|
54
41
|
- try again with a pnpm upgrade ([ec081f743](https://github.com/powerhouse-inc/powerhouse/commit/ec081f743))
|
|
55
42
|
- trying a completely fresh lockfile ([c9888939a](https://github.com/powerhouse-inc/powerhouse/commit/c9888939a))
|
|
56
43
|
- broke the build, fixing with reactorbuilder ([2c4ade4e6](https://github.com/powerhouse-inc/powerhouse/commit/2c4ade4e6))
|
|
57
|
-
- **switchboard:** use POSIX-compliant syntax ([21262f7ce](https://github.com/powerhouse-inc/powerhouse/commit/21262f7ce))
|
|
58
44
|
- **switchboard:** use POSIX-compliant syntax ([ee0f56d1b](https://github.com/powerhouse-inc/powerhouse/commit/ee0f56d1b))
|
|
59
|
-
- prisma openssl not found ([6ee25731c](https://github.com/powerhouse-inc/powerhouse/commit/6ee25731c))
|
|
60
45
|
- prisma openssl not found ([535ace02c](https://github.com/powerhouse-inc/powerhouse/commit/535ace02c))
|
|
61
46
|
- **monorepo:** fix lockfile and test filter ([#2069](https://github.com/powerhouse-inc/powerhouse/pull/2069))
|
|
62
47
|
- update atlas packages ([fa174d00e](https://github.com/powerhouse-inc/powerhouse/commit/fa174d00e))
|
|
@@ -73,27 +58,165 @@
|
|
|
73
58
|
- Ryan Wolhuter @ryanwolhuter
|
|
74
59
|
- ryanwolhuter @ryanwolhuter
|
|
75
60
|
|
|
76
|
-
##
|
|
61
|
+
## 4.1.0-dev.128 (2025-11-20)
|
|
62
|
+
|
|
63
|
+
This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
|
|
64
|
+
|
|
65
|
+
## 4.1.0-dev.127 (2025-11-19)
|
|
66
|
+
|
|
67
|
+
### 🩹 Fixes
|
|
68
|
+
|
|
69
|
+
- **reactor-api:** downgraded prisma ([9a8a5cefd](https://github.com/powerhouse-inc/powerhouse/commit/9a8a5cefd))
|
|
70
|
+
|
|
71
|
+
### ❤️ Thank You
|
|
72
|
+
|
|
73
|
+
- Frank
|
|
74
|
+
|
|
75
|
+
## 4.1.0-dev.126 (2025-11-19)
|
|
76
|
+
|
|
77
|
+
### 🩹 Fixes
|
|
78
|
+
|
|
79
|
+
- **switchboard, ph-cli, document-drive:** --skip-generate on prisma db push ([a37f816a4](https://github.com/powerhouse-inc/powerhouse/commit/a37f816a4))
|
|
80
|
+
|
|
81
|
+
### ❤️ Thank You
|
|
82
|
+
|
|
83
|
+
- acaldas @acaldas
|
|
84
|
+
|
|
85
|
+
## 4.1.0-dev.125 (2025-11-19)
|
|
86
|
+
|
|
87
|
+
This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
|
|
88
|
+
|
|
89
|
+
## 4.1.0-dev.124 (2025-11-18)
|
|
90
|
+
|
|
91
|
+
### 🚀 Features
|
|
92
|
+
|
|
93
|
+
- first pass web-sockets in subgraphs ([41b0aff7a](https://github.com/powerhouse-inc/powerhouse/commit/41b0aff7a))
|
|
94
|
+
- reactor gql subscriptions ([522d502ba](https://github.com/powerhouse-inc/powerhouse/commit/522d502ba))
|
|
95
|
+
- first pass web-sockets in subgraphs ([cf39dd0dc](https://github.com/powerhouse-inc/powerhouse/commit/cf39dd0dc))
|
|
96
|
+
- reactor gql subscriptions ([cb23eb953](https://github.com/powerhouse-inc/powerhouse/commit/cb23eb953))
|
|
97
|
+
|
|
98
|
+
### ❤️ Thank You
|
|
99
|
+
|
|
100
|
+
- Benjamin Jordan (@thegoldenmule)
|
|
101
|
+
|
|
102
|
+
## 4.1.0-dev.123 (2025-11-18)
|
|
103
|
+
|
|
104
|
+
This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
|
|
105
|
+
|
|
106
|
+
## 4.1.0-dev.122 (2025-11-18)
|
|
107
|
+
|
|
108
|
+
### 🩹 Fixes
|
|
109
|
+
|
|
110
|
+
- build fix for reactor-local and switchboard ([f99c45b34](https://github.com/powerhouse-inc/powerhouse/commit/f99c45b34))
|
|
111
|
+
|
|
112
|
+
### ❤️ Thank You
|
|
113
|
+
|
|
114
|
+
- Benjamin Jordan (@thegoldenmule)
|
|
115
|
+
|
|
116
|
+
## 4.1.0-dev.121 (2025-11-17)
|
|
117
|
+
|
|
118
|
+
This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
|
|
119
|
+
|
|
120
|
+
## 4.1.0-dev.120 (2025-11-17)
|
|
121
|
+
|
|
122
|
+
### 🩹 Fixes
|
|
123
|
+
|
|
124
|
+
- ensure version.ts is generated before TypeScript compilation in CI ([dd49fdd4f](https://github.com/powerhouse-inc/powerhouse/commit/dd49fdd4f))
|
|
125
|
+
|
|
126
|
+
### ❤️ Thank You
|
|
127
|
+
|
|
128
|
+
- Guillermo Puente @gpuente
|
|
129
|
+
|
|
130
|
+
## 4.1.0-dev.119 (2025-11-15)
|
|
131
|
+
|
|
132
|
+
### 🚀 Features
|
|
133
|
+
|
|
134
|
+
- spammy benchmarks ([bea3671a1](https://github.com/powerhouse-inc/powerhouse/commit/bea3671a1))
|
|
135
|
+
|
|
136
|
+
### ❤️ Thank You
|
|
137
|
+
|
|
138
|
+
- Benjamin Jordan (@thegoldenmule)
|
|
139
|
+
|
|
140
|
+
## 4.1.0-dev.118 (2025-11-14)
|
|
141
|
+
|
|
142
|
+
This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
|
|
143
|
+
|
|
144
|
+
## 4.1.0-dev.117 (2025-11-13)
|
|
145
|
+
|
|
146
|
+
This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
|
|
147
|
+
|
|
148
|
+
## 4.1.0-dev.116 (2025-11-13)
|
|
149
|
+
|
|
150
|
+
### 🩹 Fixes
|
|
151
|
+
|
|
152
|
+
- **ph-cli:** added missing runtime dependencies ([da1b66e73](https://github.com/powerhouse-inc/powerhouse/commit/da1b66e73))
|
|
153
|
+
|
|
154
|
+
### ❤️ Thank You
|
|
155
|
+
|
|
156
|
+
- acaldas @acaldas
|
|
157
|
+
|
|
158
|
+
## 4.1.0-dev.115 (2025-11-13)
|
|
159
|
+
|
|
160
|
+
### 🚀 Features
|
|
161
|
+
|
|
162
|
+
- **ph-cli:** ph migrate command ([#2099](https://github.com/powerhouse-inc/powerhouse/pull/2099))
|
|
163
|
+
|
|
164
|
+
### 🩹 Fixes
|
|
165
|
+
|
|
166
|
+
- **builder-tools:** use alias for self-reference import on ts instead of loading from dist ([b23b772c0](https://github.com/powerhouse-inc/powerhouse/commit/b23b772c0))
|
|
167
|
+
- **reactor-api,switchboard:** load local package by default and resolve self reference import on ts files ([2b2d29ba6](https://github.com/powerhouse-inc/powerhouse/commit/2b2d29ba6))
|
|
168
|
+
|
|
169
|
+
### ❤️ Thank You
|
|
170
|
+
|
|
171
|
+
- acaldas @acaldas
|
|
172
|
+
- Ryan Wolhuter @ryanwolhuter
|
|
173
|
+
|
|
174
|
+
## 4.1.0-dev.114 (2025-11-13)
|
|
175
|
+
|
|
176
|
+
This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
|
|
177
|
+
|
|
178
|
+
## 4.1.0-dev.113 (2025-11-12)
|
|
77
179
|
|
|
78
180
|
This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
|
|
79
181
|
|
|
80
|
-
##
|
|
182
|
+
## 4.1.0-dev.112 (2025-11-12)
|
|
81
183
|
|
|
82
184
|
This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
|
|
83
185
|
|
|
84
|
-
##
|
|
186
|
+
## 4.1.0-dev.111 (2025-11-12)
|
|
85
187
|
|
|
86
188
|
This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
|
|
87
189
|
|
|
88
|
-
##
|
|
190
|
+
## 4.1.0-dev.110 (2025-11-11)
|
|
191
|
+
|
|
192
|
+
### 🚀 Features
|
|
193
|
+
|
|
194
|
+
- **connect,common,builder-tools:** optimize connect bundle chunks ([#2093](https://github.com/powerhouse-inc/powerhouse/pull/2093))
|
|
195
|
+
|
|
196
|
+
### ❤️ Thank You
|
|
197
|
+
|
|
198
|
+
- Ryan Wolhuter @ryanwolhuter
|
|
199
|
+
|
|
200
|
+
## 4.1.0-dev.109 (2025-11-10)
|
|
89
201
|
|
|
90
202
|
This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
|
|
91
203
|
|
|
92
|
-
##
|
|
204
|
+
## 4.1.0-dev.108 (2025-11-10)
|
|
93
205
|
|
|
94
206
|
This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
|
|
95
207
|
|
|
96
|
-
##
|
|
208
|
+
## 4.1.0-dev.107 (2025-11-10)
|
|
209
|
+
|
|
210
|
+
### 🚀 Features
|
|
211
|
+
|
|
212
|
+
- **monorepo:** exit with error code if circular import found ([3ca6d3512](https://github.com/powerhouse-inc/powerhouse/commit/3ca6d3512))
|
|
213
|
+
- **connect:** do not use redundant dev deps ([2a847e944](https://github.com/powerhouse-inc/powerhouse/commit/2a847e944))
|
|
214
|
+
- **connect,builder-tools:** improve chunking ([c089c7678](https://github.com/powerhouse-inc/powerhouse/commit/c089c7678))
|
|
215
|
+
- **codegen,design-system:** update path for import connect components ([f8f387023](https://github.com/powerhouse-inc/powerhouse/commit/f8f387023))
|
|
216
|
+
- **monorepo:** add circular imports check in ci ([d6e46a869](https://github.com/powerhouse-inc/powerhouse/commit/d6e46a869))
|
|
217
|
+
- **design-system:** resolve remaining circular imports ([b82cc2e3c](https://github.com/powerhouse-inc/powerhouse/commit/b82cc2e3c))
|
|
218
|
+
- **document-drive:** fix circular imports ([f2db50c23](https://github.com/powerhouse-inc/powerhouse/commit/f2db50c23))
|
|
219
|
+
- **monorepo:** add check circular imports scripts ([d633b37c2](https://github.com/powerhouse-inc/powerhouse/commit/d633b37c2))
|
|
97
220
|
|
|
98
221
|
### 🩹 Fixes
|
|
99
222
|
|
|
@@ -104,88 +227,1027 @@ This was a version bump only for @powerhousedao/switchboard to align it with oth
|
|
|
104
227
|
### ❤️ Thank You
|
|
105
228
|
|
|
106
229
|
- Frank
|
|
230
|
+
- ryanwolhuter @ryanwolhuter
|
|
231
|
+
|
|
232
|
+
## 4.1.0-dev.106 (2025-11-10)
|
|
233
|
+
|
|
234
|
+
This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
|
|
235
|
+
|
|
236
|
+
## 4.1.0-dev.105 (2025-11-08)
|
|
237
|
+
|
|
238
|
+
This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
|
|
239
|
+
|
|
240
|
+
## 4.1.0-dev.104 (2025-11-07)
|
|
241
|
+
|
|
242
|
+
### 🚀 Features
|
|
243
|
+
|
|
244
|
+
- **ph-cli:** remove reactor-local command ([029e5db7d](https://github.com/powerhouse-inc/powerhouse/commit/029e5db7d))
|
|
245
|
+
|
|
246
|
+
### ❤️ Thank You
|
|
247
|
+
|
|
248
|
+
- acaldas @acaldas
|
|
107
249
|
|
|
108
|
-
##
|
|
250
|
+
## 4.1.0-dev.103 (2025-11-06)
|
|
251
|
+
|
|
252
|
+
### 🚀 Features
|
|
253
|
+
|
|
254
|
+
- **connect:** remove circular imports ([a1632d41e](https://github.com/powerhouse-inc/powerhouse/commit/a1632d41e))
|
|
109
255
|
|
|
110
256
|
### 🩹 Fixes
|
|
111
257
|
|
|
112
|
-
-
|
|
258
|
+
- **codegen:** move read-pkg to runtime dependency ([939f01045](https://github.com/powerhouse-inc/powerhouse/commit/939f01045))
|
|
259
|
+
- **codegen:** run prettier programmatically ([23f948c4d](https://github.com/powerhouse-inc/powerhouse/commit/23f948c4d))
|
|
260
|
+
|
|
261
|
+
### ❤️ Thank You
|
|
262
|
+
|
|
263
|
+
- acaldas @acaldas
|
|
264
|
+
|
|
265
|
+
## 4.1.0-dev.102 (2025-11-06)
|
|
266
|
+
|
|
267
|
+
### 🚀 Features
|
|
268
|
+
|
|
269
|
+
- switching to tinybench for benchmarks ([5b915e025](https://github.com/powerhouse-inc/powerhouse/commit/5b915e025))
|
|
270
|
+
|
|
271
|
+
### 🩹 Fixes
|
|
272
|
+
|
|
273
|
+
- **switchboard:** removed duplicated document models in client initializer ([30b9dbeb3](https://github.com/powerhouse-inc/powerhouse/commit/30b9dbeb3))
|
|
274
|
+
- try again with a pnpm upgrade ([ec081f743](https://github.com/powerhouse-inc/powerhouse/commit/ec081f743))
|
|
275
|
+
- trying a completely fresh lockfile ([c9888939a](https://github.com/powerhouse-inc/powerhouse/commit/c9888939a))
|
|
276
|
+
- broke the build, fixing with reactorbuilder ([2c4ade4e6](https://github.com/powerhouse-inc/powerhouse/commit/2c4ade4e6))
|
|
277
|
+
- update atlas packages ([fa174d00e](https://github.com/powerhouse-inc/powerhouse/commit/fa174d00e))
|
|
278
|
+
|
|
279
|
+
### ❤️ Thank You
|
|
280
|
+
|
|
281
|
+
- Benjamin Jordan (@thegoldenmule)
|
|
282
|
+
- Guillermo Puente @gpuente
|
|
283
|
+
|
|
284
|
+
## 4.1.0-dev.101 (2025-11-05)
|
|
285
|
+
|
|
286
|
+
### 🚀 Features
|
|
287
|
+
|
|
288
|
+
- **codegen, vetra:** update codegen templates ([#2056](https://github.com/powerhouse-inc/powerhouse/pull/2056))
|
|
289
|
+
- pre-load local packages when building driveServer ([#2064](https://github.com/powerhouse-inc/powerhouse/pull/2064))
|
|
290
|
+
|
|
291
|
+
### 🩹 Fixes
|
|
292
|
+
|
|
293
|
+
- **switchboard:** use POSIX-compliant syntax ([ee0f56d1b](https://github.com/powerhouse-inc/powerhouse/commit/ee0f56d1b))
|
|
113
294
|
|
|
114
295
|
### ❤️ Thank You
|
|
115
296
|
|
|
116
297
|
- Frank
|
|
298
|
+
- Guillermo Puente Sandoval @gpuente
|
|
299
|
+
- Ryan Wolhuter @ryanwolhuter
|
|
117
300
|
|
|
118
|
-
|
|
301
|
+
## 4.1.0-dev.100 (2025-11-04)
|
|
119
302
|
|
|
120
|
-
|
|
303
|
+
### 🚀 Features
|
|
304
|
+
|
|
305
|
+
- create default vetra package document when ph vetra is started for a remote drive ([#2066](https://github.com/powerhouse-inc/powerhouse/pull/2066))
|
|
306
|
+
- added some broken tests that are in progress ([c92e1f057](https://github.com/powerhouse-inc/powerhouse/commit/c92e1f057))
|
|
307
|
+
|
|
308
|
+
### 🩹 Fixes
|
|
121
309
|
|
|
122
|
-
|
|
310
|
+
- prisma openssl not found ([535ace02c](https://github.com/powerhouse-inc/powerhouse/commit/535ace02c))
|
|
311
|
+
- **monorepo:** fix lockfile and test filter ([#2069](https://github.com/powerhouse-inc/powerhouse/pull/2069))
|
|
312
|
+
- publish docker prod workflow ([ab7c4e6cb](https://github.com/powerhouse-inc/powerhouse/commit/ab7c4e6cb))
|
|
313
|
+
|
|
314
|
+
### ❤️ Thank You
|
|
315
|
+
|
|
316
|
+
- Benjamin Jordan (@thegoldenmule)
|
|
317
|
+
- Frank
|
|
318
|
+
- Guillermo Puente Sandoval @gpuente
|
|
319
|
+
- Ryan Wolhuter @ryanwolhuter
|
|
320
|
+
|
|
321
|
+
## 4.1.0-dev.99 (2025-10-31)
|
|
123
322
|
|
|
124
323
|
This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
|
|
125
324
|
|
|
126
|
-
## 4.0.
|
|
325
|
+
## 4.1.0-dev.98 (2025-10-31)
|
|
127
326
|
|
|
128
327
|
This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
|
|
129
328
|
|
|
130
|
-
## 4.0.
|
|
329
|
+
## 4.1.0-dev.97 (2025-10-30)
|
|
131
330
|
|
|
132
331
|
This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
|
|
133
332
|
|
|
134
|
-
## 4.0.
|
|
333
|
+
## 4.1.0-dev.96 (2025-10-30)
|
|
135
334
|
|
|
136
335
|
This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
|
|
137
336
|
|
|
138
|
-
## 4.0.
|
|
337
|
+
## 4.1.0-dev.95 (2025-10-30)
|
|
338
|
+
|
|
339
|
+
### 🚀 Features
|
|
340
|
+
|
|
341
|
+
- enabled ph init --remote-drives and ph checkout commands ([#2057](https://github.com/powerhouse-inc/powerhouse/pull/2057))
|
|
342
|
+
|
|
343
|
+
### 🩹 Fixes
|
|
344
|
+
|
|
345
|
+
- implement bidirectional sync and local-first architecture for remote drives in vetra ([#2053](https://github.com/powerhouse-inc/powerhouse/pull/2053))
|
|
346
|
+
|
|
347
|
+
### ❤️ Thank You
|
|
348
|
+
|
|
349
|
+
- Guillermo Puente Sandoval @gpuente
|
|
350
|
+
|
|
351
|
+
## 4.1.0-dev.94 (2025-10-29)
|
|
139
352
|
|
|
140
353
|
This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
|
|
141
354
|
|
|
142
|
-
## 4.0.
|
|
355
|
+
## 4.1.0-dev.93 (2025-10-29)
|
|
143
356
|
|
|
144
357
|
### 🚀 Features
|
|
145
358
|
|
|
146
|
-
-
|
|
359
|
+
- first swing at a project to import these recorded operations ([41b139237](https://github.com/powerhouse-inc/powerhouse/commit/41b139237))
|
|
360
|
+
|
|
361
|
+
### 🩹 Fixes
|
|
362
|
+
|
|
363
|
+
- package link issues ([3415df513](https://github.com/powerhouse-inc/powerhouse/commit/3415df513))
|
|
147
364
|
|
|
148
365
|
### ❤️ Thank You
|
|
149
366
|
|
|
150
|
-
-
|
|
367
|
+
- Benjamin Jordan (@thegoldenmule)
|
|
151
368
|
|
|
152
|
-
|
|
369
|
+
## 4.1.0-dev.92 (2025-10-28)
|
|
153
370
|
|
|
154
371
|
This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
|
|
155
372
|
|
|
156
|
-
## 4.
|
|
373
|
+
## 4.1.0-dev.91 (2025-10-28)
|
|
157
374
|
|
|
158
375
|
This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
|
|
159
376
|
|
|
160
|
-
## 4.
|
|
377
|
+
## 4.1.0-dev.90 (2025-10-27)
|
|
378
|
+
|
|
379
|
+
### 🚀 Features
|
|
380
|
+
|
|
381
|
+
- **reactor-api:** updated apollo server to v5 ([66dffda7b](https://github.com/powerhouse-inc/powerhouse/commit/66dffda7b))
|
|
161
382
|
|
|
162
383
|
### 🩹 Fixes
|
|
163
384
|
|
|
164
|
-
-
|
|
165
|
-
- add release notes on correct branch ([a2d60a537](https://github.com/powerhouse-inc/powerhouse/commit/a2d60a537))
|
|
385
|
+
- **switchboard:** fallback to filesystem storage if postgres db is unavailable ([97e40bbf5](https://github.com/powerhouse-inc/powerhouse/commit/97e40bbf5))
|
|
166
386
|
|
|
167
387
|
### ❤️ Thank You
|
|
168
388
|
|
|
169
|
-
-
|
|
389
|
+
- acaldas
|
|
390
|
+
|
|
391
|
+
## 4.1.0-dev.89 (2025-10-24)
|
|
392
|
+
|
|
393
|
+
### 🩹 Fixes
|
|
394
|
+
|
|
395
|
+
- used fixed versions for codemirror dep ([183e487db](https://github.com/powerhouse-inc/powerhouse/commit/183e487db))
|
|
396
|
+
|
|
397
|
+
### ❤️ Thank You
|
|
398
|
+
|
|
399
|
+
- Guillermo Puente @gpuente
|
|
400
|
+
|
|
401
|
+
## 4.1.0-dev.88 (2025-10-24)
|
|
402
|
+
|
|
403
|
+
This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
|
|
170
404
|
|
|
171
|
-
## 4.
|
|
405
|
+
## 4.1.0-dev.87 (2025-10-24)
|
|
172
406
|
|
|
173
407
|
This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
|
|
174
408
|
|
|
175
|
-
## 4.
|
|
409
|
+
## 4.1.0-dev.86 (2025-10-23)
|
|
176
410
|
|
|
177
411
|
### 🩹 Fixes
|
|
178
412
|
|
|
179
|
-
- **
|
|
413
|
+
- **vetra:** added codegen debounce test and reduced logging ([bc360b8e0](https://github.com/powerhouse-inc/powerhouse/commit/bc360b8e0))
|
|
180
414
|
|
|
181
415
|
### ❤️ Thank You
|
|
182
416
|
|
|
183
417
|
- acaldas @acaldas
|
|
184
418
|
|
|
185
|
-
## 4.
|
|
419
|
+
## 4.1.0-dev.85 (2025-10-22)
|
|
420
|
+
|
|
421
|
+
This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
|
|
422
|
+
|
|
423
|
+
## 4.1.0-dev.84 (2025-10-22)
|
|
424
|
+
|
|
425
|
+
This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
|
|
426
|
+
|
|
427
|
+
## 4.1.0-dev.83 (2025-10-22)
|
|
428
|
+
|
|
429
|
+
### 🚀 Features
|
|
430
|
+
|
|
431
|
+
- add automated tests for vetra features ([#1962](https://github.com/powerhouse-inc/powerhouse/pull/1962))
|
|
432
|
+
|
|
433
|
+
### ❤️ Thank You
|
|
434
|
+
|
|
435
|
+
- Guillermo Puente Sandoval @gpuente
|
|
436
|
+
|
|
437
|
+
## 4.1.0-dev.82 (2025-10-21)
|
|
186
438
|
|
|
187
439
|
This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
|
|
188
440
|
|
|
441
|
+
## 4.1.0-dev.81 (2025-10-21)
|
|
442
|
+
|
|
443
|
+
### 🚀 Features
|
|
444
|
+
|
|
445
|
+
- **reactor-browser:** remove catch all wildcard ([f09931a88](https://github.com/powerhouse-inc/powerhouse/commit/f09931a88))
|
|
446
|
+
- **reactor-browser,connect:** use new window function factory ([7886c284f](https://github.com/powerhouse-inc/powerhouse/commit/7886c284f))
|
|
447
|
+
|
|
448
|
+
### ❤️ Thank You
|
|
449
|
+
|
|
450
|
+
- ryanwolhuter @ryanwolhuter
|
|
451
|
+
|
|
452
|
+
## 4.1.0-dev.80 (2025-10-21)
|
|
453
|
+
|
|
454
|
+
This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
|
|
455
|
+
|
|
456
|
+
## 4.1.0-dev.79 (2025-10-20)
|
|
457
|
+
|
|
458
|
+
This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
|
|
459
|
+
|
|
460
|
+
## 4.1.0-dev.78 (2025-10-20)
|
|
461
|
+
|
|
462
|
+
This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
|
|
463
|
+
|
|
464
|
+
## 4.1.0-dev.77 (2025-10-20)
|
|
465
|
+
|
|
466
|
+
### 🩹 Fixes
|
|
467
|
+
|
|
468
|
+
- add missing @openfeature/core peer dependency ([2c4a904b0](https://github.com/powerhouse-inc/powerhouse/commit/2c4a904b0))
|
|
469
|
+
|
|
470
|
+
### ❤️ Thank You
|
|
471
|
+
|
|
472
|
+
- acaldas @acaldas
|
|
473
|
+
|
|
474
|
+
## 4.1.0-dev.76 (2025-10-18)
|
|
475
|
+
|
|
476
|
+
This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
|
|
477
|
+
|
|
478
|
+
## 4.1.0-dev.75 (2025-10-17)
|
|
479
|
+
|
|
480
|
+
This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
|
|
481
|
+
|
|
482
|
+
## 4.1.0-dev.74 (2025-10-15)
|
|
483
|
+
|
|
484
|
+
### 🩹 Fixes
|
|
485
|
+
|
|
486
|
+
- **codegen:** update graphql dependency in package.json ([257f368ac](https://github.com/powerhouse-inc/powerhouse/commit/257f368ac))
|
|
487
|
+
- merge fixes ([e5eda5985](https://github.com/powerhouse-inc/powerhouse/commit/e5eda5985))
|
|
488
|
+
|
|
489
|
+
### ❤️ Thank You
|
|
490
|
+
|
|
491
|
+
- Benjamin Jordan (@thegoldenmule)
|
|
492
|
+
- Guillermo Puente @gpuente
|
|
493
|
+
|
|
494
|
+
## 4.1.0-dev.73 (2025-10-15)
|
|
495
|
+
|
|
496
|
+
### 🚀 Features
|
|
497
|
+
|
|
498
|
+
- **renown:** added login button ([f109c7305](https://github.com/powerhouse-inc/powerhouse/commit/f109c7305))
|
|
499
|
+
|
|
500
|
+
### ❤️ Thank You
|
|
501
|
+
|
|
502
|
+
- Frank
|
|
503
|
+
|
|
504
|
+
## 4.1.0-dev.72 (2025-10-15)
|
|
505
|
+
|
|
506
|
+
This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
|
|
507
|
+
|
|
508
|
+
## 4.1.0-dev.71 (2025-10-15)
|
|
509
|
+
|
|
510
|
+
### 🩹 Fixes
|
|
511
|
+
|
|
512
|
+
- **codegen:** update analytics processor imports to use in processor templates ([#1954](https://github.com/powerhouse-inc/powerhouse/pull/1954))
|
|
513
|
+
|
|
514
|
+
### ❤️ Thank You
|
|
515
|
+
|
|
516
|
+
- Guillermo Puente Sandoval @gpuente
|
|
517
|
+
|
|
518
|
+
## 4.1.0-dev.70 (2025-10-14)
|
|
519
|
+
|
|
520
|
+
This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
|
|
521
|
+
|
|
522
|
+
## 4.1.0-dev.69 (2025-10-11)
|
|
523
|
+
|
|
524
|
+
This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
|
|
525
|
+
|
|
526
|
+
## 4.1.0-dev.68 (2025-10-11)
|
|
527
|
+
|
|
528
|
+
### 🚀 Features
|
|
529
|
+
|
|
530
|
+
- **vetra:** added read model to fetch vetra packages ([abb6d3742](https://github.com/powerhouse-inc/powerhouse/commit/abb6d3742))
|
|
531
|
+
|
|
532
|
+
### ❤️ Thank You
|
|
533
|
+
|
|
534
|
+
- Frank
|
|
535
|
+
|
|
536
|
+
## 4.1.0-dev.67 (2025-10-10)
|
|
537
|
+
|
|
538
|
+
### 🚀 Features
|
|
539
|
+
|
|
540
|
+
- **vetra:** add open button to Package Information section ([#1930](https://github.com/powerhouse-inc/powerhouse/pull/1930))
|
|
541
|
+
|
|
542
|
+
### ❤️ Thank You
|
|
543
|
+
|
|
544
|
+
- Guillermo Puente Sandoval @gpuente
|
|
545
|
+
|
|
546
|
+
## 4.1.0-dev.66 (2025-10-09)
|
|
547
|
+
|
|
548
|
+
This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
|
|
549
|
+
|
|
550
|
+
## 4.1.0-dev.65 (2025-10-09)
|
|
551
|
+
|
|
552
|
+
This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
|
|
553
|
+
|
|
554
|
+
## 4.1.0-dev.64 (2025-10-09)
|
|
555
|
+
|
|
556
|
+
This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
|
|
557
|
+
|
|
558
|
+
## 4.1.0-dev.63 (2025-10-09)
|
|
559
|
+
|
|
560
|
+
### 🚀 Features
|
|
561
|
+
|
|
562
|
+
- update @electric-sql/pglite version ([fa3529328](https://github.com/powerhouse-inc/powerhouse/commit/fa3529328))
|
|
563
|
+
|
|
564
|
+
### ❤️ Thank You
|
|
565
|
+
|
|
566
|
+
- acaldas @acaldas
|
|
567
|
+
|
|
568
|
+
## 4.1.0-dev.62 (2025-10-08)
|
|
569
|
+
|
|
570
|
+
This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
|
|
571
|
+
|
|
572
|
+
## 4.1.0-dev.61 (2025-10-08)
|
|
573
|
+
|
|
574
|
+
This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
|
|
575
|
+
|
|
576
|
+
## 4.1.0-dev.60 (2025-10-08)
|
|
577
|
+
|
|
578
|
+
### 🚀 Features
|
|
579
|
+
|
|
580
|
+
- **vetra:** added read model to fetch vetra packages ([23c55364d](https://github.com/powerhouse-inc/powerhouse/commit/23c55364d))
|
|
581
|
+
- **monorepo:** use latest versions of react related deps ([#1905](https://github.com/powerhouse-inc/powerhouse/pull/1905))
|
|
582
|
+
- **monorepo:** remove global storybook installs ([#1903](https://github.com/powerhouse-inc/powerhouse/pull/1903))
|
|
583
|
+
- **monorepo:** update to react 19 ([#1902](https://github.com/powerhouse-inc/powerhouse/pull/1902))
|
|
584
|
+
- **vetra:** enabled HMR in dev mode ([8cf19757e](https://github.com/powerhouse-inc/powerhouse/commit/8cf19757e))
|
|
585
|
+
- **vetra:** new connect build setup on vetra ([8dd11a849](https://github.com/powerhouse-inc/powerhouse/commit/8dd11a849))
|
|
586
|
+
- **monorepo:** revert package versions ([8a1a02628](https://github.com/powerhouse-inc/powerhouse/commit/8a1a02628))
|
|
587
|
+
- **monorepo:** update eslint config ([ac97af97d](https://github.com/powerhouse-inc/powerhouse/commit/ac97af97d))
|
|
588
|
+
- adding feature flags to reactor-mcp ([fe4f2f683](https://github.com/powerhouse-inc/powerhouse/commit/fe4f2f683))
|
|
589
|
+
- stubbing out feature flag + reactor setup in connect and deleting unused code in reactor-browser ([793bbd7af](https://github.com/powerhouse-inc/powerhouse/commit/793bbd7af))
|
|
590
|
+
- syncing feature flag behavior between switchboard and reactor-local ([e45dc2bf7](https://github.com/powerhouse-inc/powerhouse/commit/e45dc2bf7))
|
|
591
|
+
- added initial pieces of the kysely operation store implementation ([3fbece162](https://github.com/powerhouse-inc/powerhouse/commit/3fbece162))
|
|
592
|
+
- **connect,builder-tools:** build rework ([#1871](https://github.com/powerhouse-inc/powerhouse/pull/1871))
|
|
593
|
+
- **codegen:** updated editor boilerplate with document state and example setName dispatch ([3e7c51cc3](https://github.com/powerhouse-inc/powerhouse/commit/3e7c51cc3))
|
|
594
|
+
- restructure document model to avoid circular imports ([#1874](https://github.com/powerhouse-inc/powerhouse/pull/1874))
|
|
595
|
+
- added watch-packages option to vetra command and disabled dynamic package loading by default ([#1875](https://github.com/powerhouse-inc/powerhouse/pull/1875))
|
|
596
|
+
|
|
597
|
+
### 🩹 Fixes
|
|
598
|
+
|
|
599
|
+
- **switchboard, ph-cli, ph-cmd, builder-tools:** ensure minimum node version ([e0fb396e7](https://github.com/powerhouse-inc/powerhouse/commit/e0fb396e7))
|
|
600
|
+
- **connect:** added switchboard push listener ([c611ffa9e](https://github.com/powerhouse-inc/powerhouse/commit/c611ffa9e))
|
|
601
|
+
|
|
602
|
+
### ❤️ Thank You
|
|
603
|
+
|
|
604
|
+
- acaldas @acaldas
|
|
605
|
+
- Benjamin Jordan (@thegoldenmule)
|
|
606
|
+
- Frank
|
|
607
|
+
- Guillermo Puente @gpuente
|
|
608
|
+
- Guillermo Puente Sandoval @gpuente
|
|
609
|
+
- Ryan Wolhuter @ryanwolhuter
|
|
610
|
+
- ryanwolhuter @ryanwolhuter
|
|
611
|
+
|
|
612
|
+
## 4.1.0-dev.59 (2025-09-24)
|
|
613
|
+
|
|
614
|
+
### 🚀 Features
|
|
615
|
+
|
|
616
|
+
- **reactor:** fix lint error ([53777e154](https://github.com/powerhouse-inc/powerhouse/commit/53777e154))
|
|
617
|
+
- **monorepo:** rename tsc to tsc:build ([c1385418b](https://github.com/powerhouse-inc/powerhouse/commit/c1385418b))
|
|
618
|
+
|
|
619
|
+
### 🩹 Fixes
|
|
620
|
+
|
|
621
|
+
- **builder-tools:** declare @storybook/preview-api dependency ([705ac8da1](https://github.com/powerhouse-inc/powerhouse/commit/705ac8da1))
|
|
622
|
+
- part 2 of build fixes for module changes ([3000a13c3](https://github.com/powerhouse-inc/powerhouse/commit/3000a13c3))
|
|
623
|
+
- lots of type fixes for modules ([8f4cf02fe](https://github.com/powerhouse-inc/powerhouse/commit/8f4cf02fe))
|
|
624
|
+
|
|
625
|
+
### ❤️ Thank You
|
|
626
|
+
|
|
627
|
+
- acaldas @acaldas
|
|
628
|
+
- Benjamin Jordan (@thegoldenmule)
|
|
629
|
+
- ryanwolhuter @ryanwolhuter
|
|
630
|
+
|
|
631
|
+
## 4.1.0-dev.58 (2025-09-18)
|
|
632
|
+
|
|
633
|
+
### 🚀 Features
|
|
634
|
+
|
|
635
|
+
- adding feature flag to switchboard for controlling reactorv2 api ([4486c8a8d](https://github.com/powerhouse-inc/powerhouse/commit/4486c8a8d))
|
|
636
|
+
|
|
637
|
+
### 🩹 Fixes
|
|
638
|
+
|
|
639
|
+
- test fix for document-drive package ([40f4b6416](https://github.com/powerhouse-inc/powerhouse/commit/40f4b6416))
|
|
640
|
+
- fixing the utc times ([15b06d2e2](https://github.com/powerhouse-inc/powerhouse/commit/15b06d2e2))
|
|
641
|
+
|
|
642
|
+
### ❤️ Thank You
|
|
643
|
+
|
|
644
|
+
- Benjamin Jordan (@thegoldenmule)
|
|
645
|
+
|
|
646
|
+
## 4.1.0-dev.57 (2025-09-17)
|
|
647
|
+
|
|
648
|
+
### 🚀 Features
|
|
649
|
+
|
|
650
|
+
- **monorepo:** empty commit to satisfy naming ([5aa18f417](https://github.com/powerhouse-inc/powerhouse/commit/5aa18f417))
|
|
651
|
+
- **monorepo:** merge main ([79f6472b1](https://github.com/powerhouse-inc/powerhouse/commit/79f6472b1))
|
|
652
|
+
- **monorepo:** update release branch workflow ([e9c221ab5](https://github.com/powerhouse-inc/powerhouse/commit/e9c221ab5))
|
|
653
|
+
- add processor configuration support to switchboard and Vetra integration ([#1859](https://github.com/powerhouse-inc/powerhouse/pull/1859))
|
|
654
|
+
|
|
655
|
+
### 🩹 Fixes
|
|
656
|
+
|
|
657
|
+
- **monorepo:** re-add nx js plugin ([d477a49d7](https://github.com/powerhouse-inc/powerhouse/commit/d477a49d7))
|
|
658
|
+
- **monorepo:** regenerate lockfile ([7811171ff](https://github.com/powerhouse-inc/powerhouse/commit/7811171ff))
|
|
659
|
+
- **monorepo:** linting and type checking ([#1776](https://github.com/powerhouse-inc/powerhouse/pull/1776))
|
|
660
|
+
|
|
661
|
+
### ❤️ Thank You
|
|
662
|
+
|
|
663
|
+
- Guillermo Puente Sandoval @gpuente
|
|
664
|
+
- Ryan Wolhuter @ryanwolhuter
|
|
665
|
+
- ryanwolhuter @ryanwolhuter
|
|
666
|
+
|
|
667
|
+
## 4.1.0-dev.56 (2025-09-17)
|
|
668
|
+
|
|
669
|
+
This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
|
|
670
|
+
|
|
671
|
+
## 4.1.0-dev.55 (2025-09-16)
|
|
672
|
+
|
|
673
|
+
### 🚀 Features
|
|
674
|
+
|
|
675
|
+
- enable supported document types for drag and drop feature ([#1860](https://github.com/powerhouse-inc/powerhouse/pull/1860))
|
|
676
|
+
- add processor configuration support to switchboard and Vetra integration ([#1859](https://github.com/powerhouse-inc/powerhouse/pull/1859))
|
|
677
|
+
|
|
678
|
+
### ❤️ Thank You
|
|
679
|
+
|
|
680
|
+
- Guillermo Puente Sandoval @gpuente
|
|
681
|
+
|
|
682
|
+
## 4.1.0-dev.54 (2025-09-16)
|
|
683
|
+
|
|
684
|
+
### 🚀 Features
|
|
685
|
+
|
|
686
|
+
- adding reactor client to subgraph args ([d0a8011e6](https://github.com/powerhouse-inc/powerhouse/commit/d0a8011e6))
|
|
687
|
+
|
|
688
|
+
### ❤️ Thank You
|
|
689
|
+
|
|
690
|
+
- Benjamin Jordan (@thegoldenmule)
|
|
691
|
+
|
|
692
|
+
## 4.1.0-dev.53 (2025-09-13)
|
|
693
|
+
|
|
694
|
+
This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
|
|
695
|
+
|
|
696
|
+
## 4.1.0-dev.52 (2025-09-12)
|
|
697
|
+
|
|
698
|
+
### 🩹 Fixes
|
|
699
|
+
|
|
700
|
+
- **connect-e2e:** fix failing tests ([88c3bea94](https://github.com/powerhouse-inc/powerhouse/commit/88c3bea94))
|
|
701
|
+
|
|
702
|
+
### ❤️ Thank You
|
|
703
|
+
|
|
704
|
+
- acaldas @acaldas
|
|
705
|
+
|
|
706
|
+
## 4.1.0-dev.51 (2025-09-11)
|
|
707
|
+
|
|
708
|
+
### 🚀 Features
|
|
709
|
+
|
|
710
|
+
- **reactor-api:** generate sdk ([ec107015c](https://github.com/powerhouse-inc/powerhouse/commit/ec107015c))
|
|
711
|
+
- **reactor-api:** initial gql codegen ([3db9e9778](https://github.com/powerhouse-inc/powerhouse/commit/3db9e9778))
|
|
712
|
+
- **monorepo:** make format consistent across ignores ([98469560f](https://github.com/powerhouse-inc/powerhouse/commit/98469560f))
|
|
713
|
+
- **monorepo:** use consistent separate type imports ([6fd4ac0f4](https://github.com/powerhouse-inc/powerhouse/commit/6fd4ac0f4))
|
|
714
|
+
|
|
715
|
+
### 🩹 Fixes
|
|
716
|
+
|
|
717
|
+
- annoyingly, you have to add ignores to the root eslint ([bb6d993bd](https://github.com/powerhouse-inc/powerhouse/commit/bb6d993bd))
|
|
718
|
+
- **docs:** improve document hooks documentation ([d05fcb835](https://github.com/powerhouse-inc/powerhouse/commit/d05fcb835))
|
|
719
|
+
|
|
720
|
+
### ❤️ Thank You
|
|
721
|
+
|
|
722
|
+
- Benjamin Jordan (@thegoldenmule)
|
|
723
|
+
- Callme-T
|
|
724
|
+
- ryanwolhuter @ryanwolhuter
|
|
725
|
+
|
|
726
|
+
## 5.0.0-staging.9 (2025-09-09)
|
|
727
|
+
|
|
728
|
+
This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
|
|
729
|
+
|
|
730
|
+
## 5.0.0-staging.8 (2025-09-09)
|
|
731
|
+
|
|
732
|
+
This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
|
|
733
|
+
|
|
734
|
+
## 5.0.0-staging.7 (2025-09-09)
|
|
735
|
+
|
|
736
|
+
This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
|
|
737
|
+
|
|
738
|
+
## 5.0.0-staging.6 (2025-09-08)
|
|
739
|
+
|
|
740
|
+
This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
|
|
741
|
+
|
|
742
|
+
## 5.0.0-staging.5 (2025-09-08)
|
|
743
|
+
|
|
744
|
+
This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
|
|
745
|
+
|
|
746
|
+
## 5.0.0-staging.4 (2025-09-08)
|
|
747
|
+
|
|
748
|
+
This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
|
|
749
|
+
|
|
750
|
+
## 5.0.0-staging.3 (2025-09-08)
|
|
751
|
+
|
|
752
|
+
This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
|
|
753
|
+
|
|
754
|
+
## 5.0.0-staging.2 (2025-09-05)
|
|
755
|
+
|
|
756
|
+
### 🩹 Fixes
|
|
757
|
+
|
|
758
|
+
- **docs:** added zip redundancy to release notes ([3acfe1027](https://github.com/powerhouse-inc/powerhouse/commit/3acfe1027))
|
|
759
|
+
|
|
760
|
+
### ❤️ Thank You
|
|
761
|
+
|
|
762
|
+
- Callme-T
|
|
763
|
+
|
|
764
|
+
## 5.0.0-staging.1 (2025-09-04)
|
|
765
|
+
|
|
766
|
+
This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
|
|
767
|
+
|
|
768
|
+
## 4.1.0-dev.44 (2025-09-04)
|
|
769
|
+
|
|
770
|
+
### 🚀 Features
|
|
771
|
+
|
|
772
|
+
- **switchboard:** updated readme ([9659cf035](https://github.com/powerhouse-inc/powerhouse/commit/9659cf035))
|
|
773
|
+
|
|
774
|
+
### ❤️ Thank You
|
|
775
|
+
|
|
776
|
+
- Frank
|
|
777
|
+
|
|
778
|
+
## 4.1.0-dev.43 (2025-09-02)
|
|
779
|
+
|
|
780
|
+
This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
|
|
781
|
+
|
|
782
|
+
## 4.1.0-dev.42 (2025-09-02)
|
|
783
|
+
|
|
784
|
+
This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
|
|
785
|
+
|
|
786
|
+
## 4.1.0-dev.41 (2025-09-02)
|
|
787
|
+
|
|
788
|
+
### 🩹 Fixes
|
|
789
|
+
|
|
790
|
+
- **document-drive:** install openssl ([89f21529e](https://github.com/powerhouse-inc/powerhouse/commit/89f21529e))
|
|
791
|
+
- **document-drive:** prisma build ([7884368a2](https://github.com/powerhouse-inc/powerhouse/commit/7884368a2))
|
|
792
|
+
- **switchboard, connect:** fetch proper tag ([79a0bc967](https://github.com/powerhouse-inc/powerhouse/commit/79a0bc967))
|
|
793
|
+
|
|
794
|
+
### ❤️ Thank You
|
|
795
|
+
|
|
796
|
+
- Frank
|
|
797
|
+
|
|
798
|
+
## 4.1.0-dev.40 (2025-09-02)
|
|
799
|
+
|
|
800
|
+
### 🩹 Fixes
|
|
801
|
+
|
|
802
|
+
- **switchboard:** added openssl to dockerfile ([a10230c60](https://github.com/powerhouse-inc/powerhouse/commit/a10230c60))
|
|
803
|
+
|
|
804
|
+
### ❤️ Thank You
|
|
805
|
+
|
|
806
|
+
- Frank
|
|
807
|
+
|
|
808
|
+
## 4.1.0-dev.39 (2025-09-02)
|
|
809
|
+
|
|
810
|
+
### 🩹 Fixes
|
|
811
|
+
|
|
812
|
+
- **switchboard:** added db push to switchboard entrypoint ([d109e4afb](https://github.com/powerhouse-inc/powerhouse/commit/d109e4afb))
|
|
813
|
+
|
|
814
|
+
### ❤️ Thank You
|
|
815
|
+
|
|
816
|
+
- Frank
|
|
817
|
+
|
|
818
|
+
## 4.1.0-dev.38 (2025-08-30)
|
|
819
|
+
|
|
820
|
+
### 🚀 Features
|
|
821
|
+
|
|
822
|
+
- gql-gen spec ([5bf2c7226](https://github.com/powerhouse-inc/powerhouse/commit/5bf2c7226))
|
|
823
|
+
- **reactor:** we have a reactor facade ([7a61e68ab](https://github.com/powerhouse-inc/powerhouse/commit/7a61e68ab))
|
|
824
|
+
- **reactor:** impstubbing out initial interface and types ([b74b194f9](https://github.com/powerhouse-inc/powerhouse/commit/b74b194f9))
|
|
825
|
+
|
|
826
|
+
### ❤️ Thank You
|
|
827
|
+
|
|
828
|
+
- Benjamin Jordan (@thegoldenmule)
|
|
829
|
+
|
|
830
|
+
## 4.1.0-dev.37 (2025-08-29)
|
|
831
|
+
|
|
832
|
+
This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
|
|
833
|
+
|
|
834
|
+
## 4.1.0-dev.36 (2025-08-28)
|
|
835
|
+
|
|
836
|
+
This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
|
|
837
|
+
|
|
838
|
+
## 4.1.0-dev.35 (2025-08-27)
|
|
839
|
+
|
|
840
|
+
### 🩹 Fixes
|
|
841
|
+
|
|
842
|
+
- **switchboard, ph-cli:** slight type fixes ([b1bf76f1b](https://github.com/powerhouse-inc/powerhouse/commit/b1bf76f1b))
|
|
843
|
+
|
|
844
|
+
### ❤️ Thank You
|
|
845
|
+
|
|
846
|
+
- Benjamin Jordan (@thegoldenmule)
|
|
847
|
+
|
|
848
|
+
## 4.1.0-dev.34 (2025-08-26)
|
|
849
|
+
|
|
850
|
+
This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
|
|
851
|
+
|
|
852
|
+
## 4.1.0-dev.33 (2025-08-21)
|
|
853
|
+
|
|
854
|
+
This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
|
|
855
|
+
|
|
856
|
+
## 4.1.0-dev.32 (2025-08-21)
|
|
857
|
+
|
|
858
|
+
### 🩹 Fixes
|
|
859
|
+
|
|
860
|
+
- **ph-cli:** resolve local document model loading in switchboard and vetra ([262f13035](https://github.com/powerhouse-inc/powerhouse/commit/262f13035))
|
|
861
|
+
|
|
862
|
+
### ❤️ Thank You
|
|
863
|
+
|
|
864
|
+
- Guillermo Puente @gpuente
|
|
865
|
+
|
|
866
|
+
## 4.1.0-dev.31 (2025-08-20)
|
|
867
|
+
|
|
868
|
+
This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
|
|
869
|
+
|
|
870
|
+
## 4.1.0-dev.30 (2025-08-20)
|
|
871
|
+
|
|
872
|
+
### 🩹 Fixes
|
|
873
|
+
|
|
874
|
+
- add additional tags ([4f0cf8658](https://github.com/powerhouse-inc/powerhouse/commit/4f0cf8658))
|
|
875
|
+
|
|
876
|
+
### ❤️ Thank You
|
|
877
|
+
|
|
878
|
+
- Frank
|
|
879
|
+
|
|
880
|
+
## 4.1.0-dev.29 (2025-08-20)
|
|
881
|
+
|
|
882
|
+
### 🩹 Fixes
|
|
883
|
+
|
|
884
|
+
- fetch tags :-) ([df0b7beba](https://github.com/powerhouse-inc/powerhouse/commit/df0b7beba))
|
|
885
|
+
|
|
886
|
+
### ❤️ Thank You
|
|
887
|
+
|
|
888
|
+
- Frank
|
|
889
|
+
|
|
890
|
+
## 4.1.0-dev.28 (2025-08-20)
|
|
891
|
+
|
|
892
|
+
### 🩹 Fixes
|
|
893
|
+
|
|
894
|
+
- removed metadata extraction from commit ([637960021](https://github.com/powerhouse-inc/powerhouse/commit/637960021))
|
|
895
|
+
|
|
896
|
+
### ❤️ Thank You
|
|
897
|
+
|
|
898
|
+
- Frank
|
|
899
|
+
|
|
900
|
+
## 4.1.0-dev.27 (2025-08-20)
|
|
901
|
+
|
|
902
|
+
### 🩹 Fixes
|
|
903
|
+
|
|
904
|
+
- extract metadata tags and labels for docker ([bb9c81ce7](https://github.com/powerhouse-inc/powerhouse/commit/bb9c81ce7))
|
|
905
|
+
- use github tag properly ([95ccff4b8](https://github.com/powerhouse-inc/powerhouse/commit/95ccff4b8))
|
|
906
|
+
- proper tag for docker images ([e73e10617](https://github.com/powerhouse-inc/powerhouse/commit/e73e10617))
|
|
907
|
+
- use patname secret instead of github token ([db9dfd5cd](https://github.com/powerhouse-inc/powerhouse/commit/db9dfd5cd))
|
|
908
|
+
|
|
909
|
+
### ❤️ Thank You
|
|
910
|
+
|
|
911
|
+
- Frank
|
|
912
|
+
|
|
913
|
+
## 4.1.0-dev.26 (2025-08-20)
|
|
914
|
+
|
|
915
|
+
### 🩹 Fixes
|
|
916
|
+
|
|
917
|
+
- docker deploy alternative approach ([2a5522cdc](https://github.com/powerhouse-inc/powerhouse/commit/2a5522cdc))
|
|
918
|
+
|
|
919
|
+
### ❤️ Thank You
|
|
920
|
+
|
|
921
|
+
- Frank
|
|
922
|
+
|
|
923
|
+
## 4.1.0-dev.25 (2025-08-20)
|
|
924
|
+
|
|
925
|
+
### 🩹 Fixes
|
|
926
|
+
|
|
927
|
+
- docker deploy ([b057a7cce](https://github.com/powerhouse-inc/powerhouse/commit/b057a7cce))
|
|
928
|
+
|
|
929
|
+
### ❤️ Thank You
|
|
930
|
+
|
|
931
|
+
- Frank
|
|
932
|
+
|
|
933
|
+
## 4.1.0-dev.24 (2025-08-20)
|
|
934
|
+
|
|
935
|
+
### 🚀 Features
|
|
936
|
+
|
|
937
|
+
- **codegen:** add drive explorer template ([9c27219dc](https://github.com/powerhouse-inc/powerhouse/commit/9c27219dc))
|
|
938
|
+
- **connect,reactor-browser:** remove more old electron garbage ([5cd255568](https://github.com/powerhouse-inc/powerhouse/commit/5cd255568))
|
|
939
|
+
- **connect:** remove broken electron code ([3f28d6a46](https://github.com/powerhouse-inc/powerhouse/commit/3f28d6a46))
|
|
940
|
+
- **reactor-browser,connect,vetra:** move state hooks into reactor browser and eliminate redundant and dead code ([30fa16f1f](https://github.com/powerhouse-inc/powerhouse/commit/30fa16f1f))
|
|
941
|
+
- **connect,state,renown:** add state hook for renown ([5beb1252b](https://github.com/powerhouse-inc/powerhouse/commit/5beb1252b))
|
|
942
|
+
- **connect:** remove unused dep ([ef492bc7a](https://github.com/powerhouse-inc/powerhouse/commit/ef492bc7a))
|
|
943
|
+
- **connect,state,reactor-browser:** eliminate jotai ([53b1ab759](https://github.com/powerhouse-inc/powerhouse/commit/53b1ab759))
|
|
944
|
+
- **state:** rename to vetra packages ([c415b7dc2](https://github.com/powerhouse-inc/powerhouse/commit/c415b7dc2))
|
|
945
|
+
- **state:** use ph packages atoms ([6421fbeea](https://github.com/powerhouse-inc/powerhouse/commit/6421fbeea))
|
|
946
|
+
|
|
947
|
+
### 🩹 Fixes
|
|
948
|
+
|
|
949
|
+
- today claude taught me I could mock a package to fix circular references ([dcb83174c](https://github.com/powerhouse-inc/powerhouse/commit/dcb83174c))
|
|
950
|
+
- **monorepo:** numerous build issues ([04349dd25](https://github.com/powerhouse-inc/powerhouse/commit/04349dd25))
|
|
951
|
+
|
|
952
|
+
### ❤️ Thank You
|
|
953
|
+
|
|
954
|
+
- Benjamin Jordan (@thegoldenmule)
|
|
955
|
+
- ryanwolhuter @ryanwolhuter
|
|
956
|
+
|
|
957
|
+
## 4.1.0-dev.23 (2025-08-19)
|
|
958
|
+
|
|
959
|
+
This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
|
|
960
|
+
|
|
961
|
+
## 4.1.0-dev.22 (2025-08-15)
|
|
962
|
+
|
|
963
|
+
This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
|
|
964
|
+
|
|
965
|
+
## 4.1.0-dev.21 (2025-08-15)
|
|
966
|
+
|
|
967
|
+
### 🚀 Features
|
|
968
|
+
|
|
969
|
+
- **vetra:** update manifest when new module is added ([#1766](https://github.com/powerhouse-inc/powerhouse/pull/1766))
|
|
970
|
+
|
|
971
|
+
### 🩹 Fixes
|
|
972
|
+
|
|
973
|
+
- fixed debug launch configuration now that source maps are in the proper locations ([c75d793ed](https://github.com/powerhouse-inc/powerhouse/commit/c75d793ed))
|
|
974
|
+
|
|
975
|
+
### ❤️ Thank You
|
|
976
|
+
|
|
977
|
+
- Benjamin Jordan (@thegoldenmule)
|
|
978
|
+
- Guillermo Puente Sandoval @gpuente
|
|
979
|
+
|
|
980
|
+
## 4.1.0-dev.20 (2025-08-15)
|
|
981
|
+
|
|
982
|
+
This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
|
|
983
|
+
|
|
984
|
+
## 4.1.0-dev.19 (2025-08-14)
|
|
985
|
+
|
|
986
|
+
This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
|
|
987
|
+
|
|
988
|
+
## 4.1.0-dev.18 (2025-08-14)
|
|
989
|
+
|
|
990
|
+
### 🩹 Fixes
|
|
991
|
+
|
|
992
|
+
- overly aggressive linter fixes ([e074de3df](https://github.com/powerhouse-inc/powerhouse/commit/e074de3df))
|
|
993
|
+
|
|
994
|
+
### ❤️ Thank You
|
|
995
|
+
|
|
996
|
+
- Benjamin Jordan (@thegoldenmule)
|
|
997
|
+
|
|
998
|
+
## 4.1.0-dev.17 (2025-08-12)
|
|
999
|
+
|
|
1000
|
+
### 🚀 Features
|
|
1001
|
+
|
|
1002
|
+
- refactor vetra command and remove vetra deps in connect and reactor ([#1753](https://github.com/powerhouse-inc/powerhouse/pull/1753))
|
|
1003
|
+
|
|
1004
|
+
### ❤️ Thank You
|
|
1005
|
+
|
|
1006
|
+
- Guillermo Puente Sandoval @gpuente
|
|
1007
|
+
|
|
1008
|
+
## 4.1.0-dev.16 (2025-08-12)
|
|
1009
|
+
|
|
1010
|
+
This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
|
|
1011
|
+
|
|
1012
|
+
## 4.1.0-dev.15 (2025-08-12)
|
|
1013
|
+
|
|
1014
|
+
### 🚀 Features
|
|
1015
|
+
|
|
1016
|
+
- **reactor-mcp,reactor-api,reactor-local,switchboard,ph-cli:** run mcp on express app ([d51fa590e](https://github.com/powerhouse-inc/powerhouse/commit/d51fa590e))
|
|
1017
|
+
|
|
1018
|
+
### ❤️ Thank You
|
|
1019
|
+
|
|
1020
|
+
- acaldas @acaldas
|
|
1021
|
+
|
|
1022
|
+
## 4.1.0-dev.14 (2025-08-11)
|
|
1023
|
+
|
|
1024
|
+
### 🚀 Features
|
|
1025
|
+
|
|
1026
|
+
- update document engineering dep ([54dcee90d](https://github.com/powerhouse-inc/powerhouse/commit/54dcee90d))
|
|
1027
|
+
|
|
1028
|
+
### ❤️ Thank You
|
|
1029
|
+
|
|
1030
|
+
- acaldas @acaldas
|
|
1031
|
+
|
|
1032
|
+
## 4.1.0-dev.13 (2025-08-09)
|
|
1033
|
+
|
|
1034
|
+
This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
|
|
1035
|
+
|
|
1036
|
+
## 4.1.0-dev.12 (2025-08-08)
|
|
1037
|
+
|
|
1038
|
+
This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
|
|
1039
|
+
|
|
1040
|
+
## 4.1.0-dev.11 (2025-08-07)
|
|
1041
|
+
|
|
1042
|
+
### 🚀 Features
|
|
1043
|
+
|
|
1044
|
+
- **switchboard:** added dev mode to switchboard where local document models are loaded ([449e730b6](https://github.com/powerhouse-inc/powerhouse/commit/449e730b6))
|
|
1045
|
+
- **switchboard,reactor-local,reactor-api:** moved vite loader to reactor-api package ([c84f0a2a3](https://github.com/powerhouse-inc/powerhouse/commit/c84f0a2a3))
|
|
1046
|
+
- vetra package documents and app integration ([0e4053302](https://github.com/powerhouse-inc/powerhouse/commit/0e4053302))
|
|
1047
|
+
- **vetra:** added vetra drive editor ([4ebafd143](https://github.com/powerhouse-inc/powerhouse/commit/4ebafd143))
|
|
1048
|
+
- integrate package documents into reactor system ([939fe8e80](https://github.com/powerhouse-inc/powerhouse/commit/939fe8e80))
|
|
1049
|
+
- **connect:** integrate Vetra package documents and editors ([2ecb9bd15](https://github.com/powerhouse-inc/powerhouse/commit/2ecb9bd15))
|
|
1050
|
+
|
|
1051
|
+
### ❤️ Thank You
|
|
1052
|
+
|
|
1053
|
+
- acaldas @acaldas
|
|
1054
|
+
- Guillermo Puente @gpuente
|
|
1055
|
+
- Guillermo Puente Sandoval @gpuente
|
|
1056
|
+
|
|
1057
|
+
## 4.1.0-dev.10 (2025-08-07)
|
|
1058
|
+
|
|
1059
|
+
### 🚀 Features
|
|
1060
|
+
|
|
1061
|
+
- **builder-tools,codegen,design-system,reactor-api:** updated document-engineering version ([e74068b43](https://github.com/powerhouse-inc/powerhouse/commit/e74068b43))
|
|
1062
|
+
|
|
1063
|
+
### ❤️ Thank You
|
|
1064
|
+
|
|
1065
|
+
- acaldas @acaldas
|
|
1066
|
+
|
|
1067
|
+
## 4.1.0-dev.9 (2025-08-07)
|
|
1068
|
+
|
|
1069
|
+
This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
|
|
1070
|
+
|
|
1071
|
+
## 4.1.0-dev.8 (2025-08-06)
|
|
1072
|
+
|
|
1073
|
+
### 🚀 Features
|
|
1074
|
+
|
|
1075
|
+
- **switchboard,config,reactor-api:** handle auth in reactor-api ([f33c921ee](https://github.com/powerhouse-inc/powerhouse/commit/f33c921ee))
|
|
1076
|
+
|
|
1077
|
+
### ❤️ Thank You
|
|
1078
|
+
|
|
1079
|
+
- acaldas @acaldas
|
|
1080
|
+
|
|
1081
|
+
## 4.1.0-dev.7 (2025-08-06)
|
|
1082
|
+
|
|
1083
|
+
### 🚀 Features
|
|
1084
|
+
|
|
1085
|
+
- **switchboard:** added readme ([fbadfca11](https://github.com/powerhouse-inc/powerhouse/commit/fbadfca11))
|
|
1086
|
+
|
|
1087
|
+
### ❤️ Thank You
|
|
1088
|
+
|
|
1089
|
+
- Frank
|
|
1090
|
+
|
|
1091
|
+
## 4.1.0-dev.6 (2025-08-06)
|
|
1092
|
+
|
|
1093
|
+
### 🚀 Features
|
|
1094
|
+
|
|
1095
|
+
- **reactor-mcp:** load local document models and reload when they change ([0408a017c](https://github.com/powerhouse-inc/powerhouse/commit/0408a017c))
|
|
1096
|
+
- **reactor-local,reactor-api,document-drive:** reload local document models when they change ([5d9af3951](https://github.com/powerhouse-inc/powerhouse/commit/5d9af3951))
|
|
1097
|
+
|
|
1098
|
+
### ❤️ Thank You
|
|
1099
|
+
|
|
1100
|
+
- acaldas @acaldas
|
|
1101
|
+
|
|
1102
|
+
## 4.1.0-dev.5 (2025-08-05)
|
|
1103
|
+
|
|
1104
|
+
This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
|
|
1105
|
+
|
|
1106
|
+
## 4.1.0-dev.4 (2025-08-02)
|
|
1107
|
+
|
|
1108
|
+
### 🚀 Features
|
|
1109
|
+
|
|
1110
|
+
- ts morph integration ([#1729](https://github.com/powerhouse-inc/powerhouse/pull/1729))
|
|
1111
|
+
|
|
1112
|
+
### ❤️ Thank You
|
|
1113
|
+
|
|
1114
|
+
- Guillermo Puente Sandoval @gpuente
|
|
1115
|
+
|
|
1116
|
+
## 4.1.0-dev.3 (2025-08-01)
|
|
1117
|
+
|
|
1118
|
+
### 🚀 Features
|
|
1119
|
+
|
|
1120
|
+
- **reactor-mcp:** setup of modular reactor tools ([ceab98b08](https://github.com/powerhouse-inc/powerhouse/commit/ceab98b08))
|
|
1121
|
+
|
|
1122
|
+
### ❤️ Thank You
|
|
1123
|
+
|
|
1124
|
+
- acaldas @acaldas
|
|
1125
|
+
|
|
1126
|
+
## 4.1.0-dev.2 (2025-07-31)
|
|
1127
|
+
|
|
1128
|
+
### 🚀 Features
|
|
1129
|
+
|
|
1130
|
+
- **reactor-mcp,document/model:** initial implementation of reactor mcp ([4eaab9ab0](https://github.com/powerhouse-inc/powerhouse/commit/4eaab9ab0))
|
|
1131
|
+
|
|
1132
|
+
### 🩹 Fixes
|
|
1133
|
+
|
|
1134
|
+
- linter issues ([e55a16456](https://github.com/powerhouse-inc/powerhouse/commit/e55a16456))
|
|
1135
|
+
|
|
1136
|
+
### ❤️ Thank You
|
|
1137
|
+
|
|
1138
|
+
- acaldas @acaldas
|
|
1139
|
+
- Benjamin Jordan (@thegoldenmule)
|
|
1140
|
+
|
|
1141
|
+
## 4.1.0-dev.1 (2025-07-29)
|
|
1142
|
+
|
|
1143
|
+
### 🚀 Features
|
|
1144
|
+
|
|
1145
|
+
- added vetra command and vetra project ([#1713](https://github.com/powerhouse-inc/powerhouse/pull/1713))
|
|
1146
|
+
|
|
1147
|
+
### ❤️ Thank You
|
|
1148
|
+
|
|
1149
|
+
- Guillermo Puente Sandoval @gpuente
|
|
1150
|
+
|
|
1151
|
+
## 4.0.0-staging.8 (2025-07-29)
|
|
1152
|
+
|
|
1153
|
+
This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
|
|
1154
|
+
|
|
1155
|
+
## 4.0.0-staging.7 (2025-07-26)
|
|
1156
|
+
|
|
1157
|
+
### 🚀 Features
|
|
1158
|
+
|
|
1159
|
+
- **state:** make all atom states derivative ([68a4bfece](https://github.com/powerhouse-inc/powerhouse/commit/68a4bfece))
|
|
1160
|
+
|
|
1161
|
+
### 🩹 Fixes
|
|
1162
|
+
|
|
1163
|
+
- **switchboard:** remove auth from switchboard config ([ff3410afc](https://github.com/powerhouse-inc/powerhouse/commit/ff3410afc))
|
|
1164
|
+
|
|
1165
|
+
### ❤️ Thank You
|
|
1166
|
+
|
|
1167
|
+
- Frank
|
|
1168
|
+
- ryanwolhuter @ryanwolhuter
|
|
1169
|
+
|
|
1170
|
+
## 4.0.0-staging.6 (2025-07-25)
|
|
1171
|
+
|
|
1172
|
+
### 🚀 Features
|
|
1173
|
+
|
|
1174
|
+
- **connect:** remove unused dep ([00d3f68c0](https://github.com/powerhouse-inc/powerhouse/commit/00d3f68c0))
|
|
1175
|
+
- **state:** use reactor on window object ([40321826e](https://github.com/powerhouse-inc/powerhouse/commit/40321826e))
|
|
1176
|
+
- **state:** add state package reference to monorepo tsconfig ([93de86073](https://github.com/powerhouse-inc/powerhouse/commit/93de86073))
|
|
1177
|
+
- **state:** remove unused deps ([d681fff7a](https://github.com/powerhouse-inc/powerhouse/commit/d681fff7a))
|
|
1178
|
+
- **state:** remove jotai optics dep ([dfc955a82](https://github.com/powerhouse-inc/powerhouse/commit/dfc955a82))
|
|
1179
|
+
- **common:** add storybook react dev dep ([61404f414](https://github.com/powerhouse-inc/powerhouse/commit/61404f414))
|
|
1180
|
+
- **common:** install storybook types ([c4d45bb7c](https://github.com/powerhouse-inc/powerhouse/commit/c4d45bb7c))
|
|
1181
|
+
- **connect:** use new hooks ([93a9eccfa](https://github.com/powerhouse-inc/powerhouse/commit/93a9eccfa))
|
|
1182
|
+
- **state:** move state code to own package ([605bd5d75](https://github.com/powerhouse-inc/powerhouse/commit/605bd5d75))
|
|
1183
|
+
- support initial strand without operations ([46698d2ff](https://github.com/powerhouse-inc/powerhouse/commit/46698d2ff))
|
|
1184
|
+
- **document-drive:** removed drive id where possible ([adcedc4f0](https://github.com/powerhouse-inc/powerhouse/commit/adcedc4f0))
|
|
1185
|
+
|
|
1186
|
+
### 🩹 Fixes
|
|
1187
|
+
|
|
1188
|
+
- **document-drive:** added deprecation warnings and release notes ([dbc86d172](https://github.com/powerhouse-inc/powerhouse/commit/dbc86d172))
|
|
1189
|
+
- **common:** update storybook story type ([a84550281](https://github.com/powerhouse-inc/powerhouse/commit/a84550281))
|
|
1190
|
+
|
|
1191
|
+
### ❤️ Thank You
|
|
1192
|
+
|
|
1193
|
+
- acaldas @acaldas
|
|
1194
|
+
- ryanwolhuter @ryanwolhuter
|
|
1195
|
+
|
|
1196
|
+
## 3.3.0-dev.19 (2025-07-25)
|
|
1197
|
+
|
|
1198
|
+
### 🚀 Features
|
|
1199
|
+
|
|
1200
|
+
- **connect:** remove unused dep ([00d3f68c0](https://github.com/powerhouse-inc/powerhouse/commit/00d3f68c0))
|
|
1201
|
+
- **state:** use reactor on window object ([40321826e](https://github.com/powerhouse-inc/powerhouse/commit/40321826e))
|
|
1202
|
+
- **state:** add state package reference to monorepo tsconfig ([93de86073](https://github.com/powerhouse-inc/powerhouse/commit/93de86073))
|
|
1203
|
+
- **state:** remove unused deps ([d681fff7a](https://github.com/powerhouse-inc/powerhouse/commit/d681fff7a))
|
|
1204
|
+
- **state:** remove jotai optics dep ([dfc955a82](https://github.com/powerhouse-inc/powerhouse/commit/dfc955a82))
|
|
1205
|
+
- **common:** add storybook react dev dep ([61404f414](https://github.com/powerhouse-inc/powerhouse/commit/61404f414))
|
|
1206
|
+
- **common:** install storybook types ([c4d45bb7c](https://github.com/powerhouse-inc/powerhouse/commit/c4d45bb7c))
|
|
1207
|
+
- **connect:** use new hooks ([93a9eccfa](https://github.com/powerhouse-inc/powerhouse/commit/93a9eccfa))
|
|
1208
|
+
- **state:** move state code to own package ([605bd5d75](https://github.com/powerhouse-inc/powerhouse/commit/605bd5d75))
|
|
1209
|
+
- support initial strand without operations ([46698d2ff](https://github.com/powerhouse-inc/powerhouse/commit/46698d2ff))
|
|
1210
|
+
- **document-drive:** removed drive id where possible ([adcedc4f0](https://github.com/powerhouse-inc/powerhouse/commit/adcedc4f0))
|
|
1211
|
+
|
|
1212
|
+
### 🩹 Fixes
|
|
1213
|
+
|
|
1214
|
+
- **document-drive:** added deprecation warnings and release notes ([dbc86d172](https://github.com/powerhouse-inc/powerhouse/commit/dbc86d172))
|
|
1215
|
+
- **common:** update storybook story type ([a84550281](https://github.com/powerhouse-inc/powerhouse/commit/a84550281))
|
|
1216
|
+
|
|
1217
|
+
### ❤️ Thank You
|
|
1218
|
+
|
|
1219
|
+
- acaldas @acaldas
|
|
1220
|
+
- ryanwolhuter @ryanwolhuter
|
|
1221
|
+
|
|
1222
|
+
## 3.3.0-dev.18 (2025-07-24)
|
|
1223
|
+
|
|
1224
|
+
This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
|
|
1225
|
+
|
|
1226
|
+
## 3.3.0-dev.17 (2025-07-23)
|
|
1227
|
+
|
|
1228
|
+
### 🩹 Fixes
|
|
1229
|
+
|
|
1230
|
+
- update release notes ([f1b6a8e71](https://github.com/powerhouse-inc/powerhouse/commit/f1b6a8e71))
|
|
1231
|
+
- add release notes on correct branch ([a2d60a537](https://github.com/powerhouse-inc/powerhouse/commit/a2d60a537))
|
|
1232
|
+
|
|
1233
|
+
### ❤️ Thank You
|
|
1234
|
+
|
|
1235
|
+
- Callme-T
|
|
1236
|
+
|
|
1237
|
+
## 3.3.0-dev.16 (2025-07-22)
|
|
1238
|
+
|
|
1239
|
+
This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
|
|
1240
|
+
|
|
1241
|
+
## 3.3.0-dev.15 (2025-07-17)
|
|
1242
|
+
|
|
1243
|
+
### 🩹 Fixes
|
|
1244
|
+
|
|
1245
|
+
- **codegen:** updated subgraph template to deal with undefined return on getDocument ([7b2862a91](https://github.com/powerhouse-inc/powerhouse/commit/7b2862a91))
|
|
1246
|
+
|
|
1247
|
+
### ❤️ Thank You
|
|
1248
|
+
|
|
1249
|
+
- acaldas
|
|
1250
|
+
|
|
189
1251
|
## 3.3.0-dev.14 (2025-07-17)
|
|
190
1252
|
|
|
191
1253
|
This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
|
package/README.md
CHANGED
package/entrypoint.sh
CHANGED
|
@@ -14,7 +14,7 @@ fi
|
|
|
14
14
|
# Check if DATABASE_URL starts with postgres and run Prisma db push
|
|
15
15
|
if [ ! -z "$DATABASE_URL" ] && echo "$DATABASE_URL" | grep -q "^postgres"; then
|
|
16
16
|
echo "[entrypoint] DATABASE_URL starts with postgres, running Prisma db push..."
|
|
17
|
-
|
|
17
|
+
prisma db push --schema node_modules/document-drive/dist/prisma/schema.prisma --skip-generate
|
|
18
18
|
fi
|
|
19
19
|
|
|
20
20
|
echo "[entrypoint] Starting switchboard..."
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@powerhousedao/switchboard",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "5.0.
|
|
4
|
+
"version": "5.1.0-dev.0",
|
|
5
5
|
"main": "dist/src/index.js",
|
|
6
6
|
"exports": {
|
|
7
7
|
".": {
|
|
@@ -38,11 +38,11 @@
|
|
|
38
38
|
"express": "^4.21.2",
|
|
39
39
|
"graphql": "^16.11.0",
|
|
40
40
|
"redis": "^4.7.0",
|
|
41
|
-
"@powerhousedao/config": "5.0.
|
|
42
|
-
"@powerhousedao/reactor": "5.0.
|
|
43
|
-
"@powerhousedao/reactor-api": "5.0.
|
|
44
|
-
"document-
|
|
45
|
-
"document-
|
|
41
|
+
"@powerhousedao/config": "5.1.0-dev.0",
|
|
42
|
+
"@powerhousedao/reactor": "5.1.0-dev.0",
|
|
43
|
+
"@powerhousedao/reactor-api": "5.1.0-dev.0",
|
|
44
|
+
"document-drive": "5.1.0-dev.0",
|
|
45
|
+
"document-model": "5.1.0-dev.0"
|
|
46
46
|
},
|
|
47
47
|
"devDependencies": {
|
|
48
48
|
"@types/express": "^4.17.25",
|