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