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