@powerhousedao/switchboard 5.1.0 → 5.2.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 +1494 -103
- package/Dockerfile +10 -2
- package/README.md +0 -1
- package/dist/src/config.d.ts +2 -0
- package/dist/src/config.d.ts.map +1 -1
- package/dist/src/config.js +14 -0
- package/dist/src/config.js.map +1 -1
- package/dist/src/connect-crypto.d.ts +41 -0
- package/dist/src/connect-crypto.d.ts.map +1 -0
- package/dist/src/connect-crypto.js +127 -0
- package/dist/src/connect-crypto.js.map +1 -0
- package/dist/src/feature-flags.d.ts +0 -2
- package/dist/src/feature-flags.d.ts.map +1 -1
- package/dist/src/feature-flags.js +0 -8
- package/dist/src/feature-flags.js.map +1 -1
- package/dist/src/server.d.ts +1 -0
- package/dist/src/server.d.ts.map +1 -1
- package/dist/src/server.js +72 -20
- package/dist/src/server.js.map +1 -1
- package/dist/src/types.d.ts +28 -3
- package/dist/src/types.d.ts.map +1 -1
- package/dist/src/utils.d.ts +2 -1
- package/dist/src/utils.d.ts.map +1 -1
- package/dist/src/utils.js +46 -5
- package/dist/src/utils.js.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/entrypoint.sh +2 -2
- package/package.json +12 -6
- package/tsconfig.json +3 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,175 +1,1433 @@
|
|
|
1
|
-
## 5.
|
|
1
|
+
## 5.2.0-dev.1 (2026-01-15)
|
|
2
|
+
|
|
3
|
+
### 🚀 Features
|
|
4
|
+
|
|
5
|
+
- **monorepo:** upgrade zod and use compatibility layer for errors ([#2210](https://github.com/powerhouse-inc/powerhouse/pull/2210))
|
|
6
|
+
- **monorepo:** use local package execution for tailwind instead of downloading it every time ([ed149558c](https://github.com/powerhouse-inc/powerhouse/commit/ed149558c))
|
|
7
|
+
|
|
8
|
+
### ❤️ Thank You
|
|
9
|
+
|
|
10
|
+
- Ryan Wolhuter @ryanwolhuter
|
|
11
|
+
- ryanwolhuter @ryanwolhuter
|
|
12
|
+
|
|
13
|
+
## 5.1.0-dev.42 (2026-01-14)
|
|
14
|
+
|
|
15
|
+
This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
|
|
16
|
+
|
|
17
|
+
## 5.1.0-dev.41 (2026-01-13)
|
|
18
|
+
|
|
19
|
+
### 🩹 Fixes
|
|
20
|
+
|
|
21
|
+
- less strict document models array type on reactor builder ([1548ddec7](https://github.com/powerhouse-inc/powerhouse/commit/1548ddec7))
|
|
22
|
+
|
|
23
|
+
### ❤️ Thank You
|
|
24
|
+
|
|
25
|
+
- acaldas @acaldas
|
|
26
|
+
|
|
27
|
+
## 5.1.0-dev.40 (2026-01-10)
|
|
28
|
+
|
|
29
|
+
### 🚀 Features
|
|
30
|
+
|
|
31
|
+
- **builder-tools:** improved validation on doc model editor and unit tests ([336f5d575](https://github.com/powerhouse-inc/powerhouse/commit/336f5d575))
|
|
32
|
+
- **codegen:** add validation to package json test ([03d06ef57](https://github.com/powerhouse-inc/powerhouse/commit/03d06ef57))
|
|
33
|
+
|
|
34
|
+
### ❤️ Thank You
|
|
35
|
+
|
|
36
|
+
- acaldas @acaldas
|
|
37
|
+
- ryanwolhuter @ryanwolhuter
|
|
38
|
+
|
|
39
|
+
## 5.1.0-dev.39 (2026-01-09)
|
|
40
|
+
|
|
41
|
+
This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
|
|
42
|
+
|
|
43
|
+
## 5.1.0-dev.38 (2026-01-09)
|
|
44
|
+
|
|
45
|
+
This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
|
|
46
|
+
|
|
47
|
+
## 5.1.0-dev.37 (2026-01-09)
|
|
48
|
+
|
|
49
|
+
### 🚀 Features
|
|
50
|
+
|
|
51
|
+
- **codegen,ph-cmd:** use templates for project boilerplate creation ([#2190](https://github.com/powerhouse-inc/powerhouse/pull/2190))
|
|
52
|
+
|
|
53
|
+
### ❤️ Thank You
|
|
54
|
+
|
|
55
|
+
- Ryan Wolhuter @ryanwolhuter
|
|
56
|
+
|
|
57
|
+
## 5.1.0-dev.36 (2026-01-09)
|
|
58
|
+
|
|
59
|
+
### 🩹 Fixes
|
|
60
|
+
|
|
61
|
+
- **connect, switchboard:** run pnpm install after ph install in entrypoint ([c4145c07d](https://github.com/powerhouse-inc/powerhouse/commit/c4145c07d))
|
|
62
|
+
- **connect, switchboard:** create .npmrc after ph init and reinstall ([dc78e58f5](https://github.com/powerhouse-inc/powerhouse/commit/dc78e58f5))
|
|
63
|
+
- **connect, switchboard:** create .npmrc with hoisted node-linker before ph init ([4c8cdb1e5](https://github.com/powerhouse-inc/powerhouse/commit/4c8cdb1e5))
|
|
64
|
+
- **connect, switchboard:** scope node-linker hoisted to project only ([948cc7bdf](https://github.com/powerhouse-inc/powerhouse/commit/948cc7bdf))
|
|
65
|
+
- use hoisted node-linker for containerd/k8s compatibility ([5ae9e4abd](https://github.com/powerhouse-inc/powerhouse/commit/5ae9e4abd))
|
|
66
|
+
|
|
67
|
+
### ❤️ Thank You
|
|
68
|
+
|
|
69
|
+
- Frank
|
|
70
|
+
|
|
71
|
+
## 5.1.0-dev.35 (2026-01-08)
|
|
72
|
+
|
|
73
|
+
This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
|
|
74
|
+
|
|
75
|
+
## 5.1.0-dev.34 (2026-01-07)
|
|
76
|
+
|
|
77
|
+
### 🚀 Features
|
|
78
|
+
|
|
79
|
+
- adding feature flag support for v2 storage ([2f34fff4b](https://github.com/powerhouse-inc/powerhouse/commit/2f34fff4b))
|
|
80
|
+
- **ph-cli:** add index.html migration to migrate command ([#2186](https://github.com/powerhouse-inc/powerhouse/pull/2186))
|
|
81
|
+
|
|
82
|
+
### ❤️ Thank You
|
|
83
|
+
|
|
84
|
+
- Benjamin Jordan (@thegoldenmule)
|
|
85
|
+
- Ryan Wolhuter @ryanwolhuter
|
|
86
|
+
|
|
87
|
+
## 5.1.0-dev.33 (2026-01-06)
|
|
88
|
+
|
|
89
|
+
### 🩹 Fixes
|
|
90
|
+
|
|
91
|
+
- added configuration to debug switchboard, and cleaned up some of the subgraph code ([9ce04c899](https://github.com/powerhouse-inc/powerhouse/commit/9ce04c899))
|
|
92
|
+
|
|
93
|
+
### ❤️ Thank You
|
|
94
|
+
|
|
95
|
+
- Benjamin Jordan (@thegoldenmule)
|
|
96
|
+
|
|
97
|
+
## 5.1.0-dev.32 (2026-01-02)
|
|
98
|
+
|
|
99
|
+
### 🚀 Features
|
|
100
|
+
|
|
101
|
+
- **tracing:** migrate from Datadog to OpenTelemetry with Tempo service graphs ([6b4eb9c82](https://github.com/powerhouse-inc/powerhouse/commit/6b4eb9c82))
|
|
102
|
+
|
|
103
|
+
### ❤️ Thank You
|
|
104
|
+
|
|
105
|
+
- Frank
|
|
106
|
+
|
|
107
|
+
## 5.1.0-dev.31 (2026-01-02)
|
|
108
|
+
|
|
109
|
+
### 🚀 Features
|
|
110
|
+
|
|
111
|
+
- **switchboard:** added tracing ([c978736b7](https://github.com/powerhouse-inc/powerhouse/commit/c978736b7))
|
|
112
|
+
|
|
113
|
+
### ❤️ Thank You
|
|
114
|
+
|
|
115
|
+
- Frank
|
|
116
|
+
|
|
117
|
+
## 5.1.0-dev.30 (2026-01-01)
|
|
118
|
+
|
|
119
|
+
### 🩹 Fixes
|
|
120
|
+
|
|
121
|
+
- **document-drive:** do not export redis cache from index ([38b647cf9](https://github.com/powerhouse-inc/powerhouse/commit/38b647cf9))
|
|
122
|
+
|
|
123
|
+
### ❤️ Thank You
|
|
124
|
+
|
|
125
|
+
- acaldas @acaldas
|
|
126
|
+
|
|
127
|
+
## 5.1.0-dev.29 (2025-12-30)
|
|
128
|
+
|
|
129
|
+
### 🩹 Fixes
|
|
130
|
+
|
|
131
|
+
- **connect,builder-tools,vetra:** avoid page reload on vite HMR ([1c3f5d1dd](https://github.com/powerhouse-inc/powerhouse/commit/1c3f5d1dd))
|
|
132
|
+
|
|
133
|
+
### ❤️ Thank You
|
|
134
|
+
|
|
135
|
+
- acaldas @acaldas
|
|
136
|
+
|
|
137
|
+
## 5.1.0-dev.28 (2025-12-30)
|
|
138
|
+
|
|
139
|
+
This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
|
|
140
|
+
|
|
141
|
+
## 5.1.0-dev.27 (2025-12-24)
|
|
142
|
+
|
|
143
|
+
### 🚀 Features
|
|
144
|
+
|
|
145
|
+
- **reactor-api:** datadog integration ([3c433c686](https://github.com/powerhouse-inc/powerhouse/commit/3c433c686))
|
|
146
|
+
- **reactor-browser:** improved document retrieval hooks ([4fed49391](https://github.com/powerhouse-inc/powerhouse/commit/4fed49391))
|
|
147
|
+
|
|
148
|
+
### ❤️ Thank You
|
|
149
|
+
|
|
150
|
+
- acaldas @acaldas
|
|
151
|
+
- Frank
|
|
152
|
+
|
|
153
|
+
## 5.1.0-dev.26 (2025-12-20)
|
|
154
|
+
|
|
155
|
+
This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
|
|
156
|
+
|
|
157
|
+
## 5.1.0-dev.25 (2025-12-19)
|
|
158
|
+
|
|
159
|
+
### 🩹 Fixes
|
|
160
|
+
|
|
161
|
+
- **switchboard, vetra:** fix issue with processors not being added on initial boot ([25432a663](https://github.com/powerhouse-inc/powerhouse/commit/25432a663))
|
|
162
|
+
|
|
163
|
+
### ❤️ Thank You
|
|
164
|
+
|
|
165
|
+
- Benjamin Jordan (@thegoldenmule)
|
|
166
|
+
|
|
167
|
+
## 5.1.0-dev.24 (2025-12-18)
|
|
168
|
+
|
|
169
|
+
### 🩹 Fixes
|
|
170
|
+
|
|
171
|
+
- switchboard's new reactor signs everything ([b7fafb7fa](https://github.com/powerhouse-inc/powerhouse/commit/b7fafb7fa))
|
|
172
|
+
- don't sign default drive header as that changes the id, and pass along the unsigned header to the signed ([d8cd47c9d](https://github.com/powerhouse-inc/powerhouse/commit/d8cd47c9d))
|
|
173
|
+
- addDefaultDrive should not add if the drive already exists ([79352a5f8](https://github.com/powerhouse-inc/powerhouse/commit/79352a5f8))
|
|
174
|
+
- **switchboard:** use pglite inmemory ([f7c926fa9](https://github.com/powerhouse-inc/powerhouse/commit/f7c926fa9))
|
|
175
|
+
- **switchboard:** pglite path ([140422ab6](https://github.com/powerhouse-inc/powerhouse/commit/140422ab6))
|
|
176
|
+
- **switchboard:** use pglite for new reactor ([b5dece44e](https://github.com/powerhouse-inc/powerhouse/commit/b5dece44e))
|
|
177
|
+
- **switchboard:** added skip db migrations flag ([f1597c838](https://github.com/powerhouse-inc/powerhouse/commit/f1597c838))
|
|
178
|
+
|
|
179
|
+
### ❤️ Thank You
|
|
180
|
+
|
|
181
|
+
- Benjamin Jordan (@thegoldenmule)
|
|
182
|
+
- Frank
|
|
183
|
+
|
|
184
|
+
## 5.1.0-dev.23 (2025-12-17)
|
|
185
|
+
|
|
186
|
+
This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
|
|
187
|
+
|
|
188
|
+
## 5.1.0-dev.22 (2025-12-16)
|
|
189
|
+
|
|
190
|
+
### 🚀 Features
|
|
191
|
+
|
|
192
|
+
- added support for runtime document model subgraphs ([dc8248ec6](https://github.com/powerhouse-inc/powerhouse/commit/dc8248ec6))
|
|
193
|
+
|
|
194
|
+
### ❤️ Thank You
|
|
195
|
+
|
|
196
|
+
- acaldas @acaldas
|
|
197
|
+
|
|
198
|
+
## 5.1.0-dev.21 (2025-12-13)
|
|
199
|
+
|
|
200
|
+
This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
|
|
201
|
+
|
|
202
|
+
## 5.1.0-dev.20 (2025-12-12)
|
|
203
|
+
|
|
204
|
+
### 🚀 Features
|
|
205
|
+
|
|
206
|
+
- **reactor-browsers:** added onErrors callback to dispatch method ([4824a0a10](https://github.com/powerhouse-inc/powerhouse/commit/4824a0a10))
|
|
207
|
+
|
|
208
|
+
### ❤️ Thank You
|
|
209
|
+
|
|
210
|
+
- acaldas @acaldas
|
|
211
|
+
|
|
212
|
+
## 5.1.0-dev.19 (2025-12-12)
|
|
213
|
+
|
|
214
|
+
This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
|
|
215
|
+
|
|
216
|
+
## 5.1.0-dev.18 (2025-12-11)
|
|
217
|
+
|
|
218
|
+
### 🚀 Features
|
|
219
|
+
|
|
220
|
+
- **codegen:** add versioned document model generation ([#2130](https://github.com/powerhouse-inc/powerhouse/pull/2130))
|
|
221
|
+
|
|
222
|
+
### ❤️ Thank You
|
|
223
|
+
|
|
224
|
+
- Ryan Wolhuter @ryanwolhuter
|
|
225
|
+
|
|
226
|
+
## 5.1.0-dev.17 (2025-12-11)
|
|
227
|
+
|
|
228
|
+
### 🩹 Fixes
|
|
229
|
+
|
|
230
|
+
- **ph-cli:** auth with access-token ([df48be6e9](https://github.com/powerhouse-inc/powerhouse/commit/df48be6e9))
|
|
231
|
+
|
|
232
|
+
### ❤️ Thank You
|
|
233
|
+
|
|
234
|
+
- Frank
|
|
235
|
+
|
|
236
|
+
## 5.1.0-dev.16 (2025-12-11)
|
|
237
|
+
|
|
238
|
+
### 🚀 Features
|
|
239
|
+
|
|
240
|
+
- **ph-cli:** added access-token command ([e48181df6](https://github.com/powerhouse-inc/powerhouse/commit/e48181df6))
|
|
241
|
+
- **switchboard:** use identity ([1be03ddb7](https://github.com/powerhouse-inc/powerhouse/commit/1be03ddb7))
|
|
242
|
+
- **codegen:** update zod schema generation library ([#2129](https://github.com/powerhouse-inc/powerhouse/pull/2129))
|
|
243
|
+
- integrate visibility tools for remotes and pglite instance ([#2122](https://github.com/powerhouse-inc/powerhouse/pull/2122))
|
|
244
|
+
|
|
245
|
+
### 🩹 Fixes
|
|
246
|
+
|
|
247
|
+
- backfill tests + create default via new reactor to get create/update ([889d890a3](https://github.com/powerhouse-inc/powerhouse/commit/889d890a3))
|
|
248
|
+
- syncenvelope shape was incorrect ([cc6226be9](https://github.com/powerhouse-inc/powerhouse/commit/cc6226be9))
|
|
249
|
+
|
|
250
|
+
### ❤️ Thank You
|
|
251
|
+
|
|
252
|
+
- Benjamin Jordan (@thegoldenmule)
|
|
253
|
+
- Frank
|
|
254
|
+
- Guillermo Puente Sandoval @gpuente
|
|
255
|
+
- Ryan Wolhuter @ryanwolhuter
|
|
256
|
+
|
|
257
|
+
## 5.1.0-dev.15 (2025-12-09)
|
|
258
|
+
|
|
259
|
+
### 🩹 Fixes
|
|
260
|
+
|
|
261
|
+
- adding powerhouse drive to default options for switchboard when running with pnpm start ([4347307dc](https://github.com/powerhouse-inc/powerhouse/commit/4347307dc))
|
|
262
|
+
|
|
263
|
+
### ❤️ Thank You
|
|
264
|
+
|
|
265
|
+
- Benjamin Jordan (@thegoldenmule)
|
|
266
|
+
|
|
267
|
+
## 5.1.0-dev.14 (2025-12-08)
|
|
268
|
+
|
|
269
|
+
### 🚀 Features
|
|
270
|
+
|
|
271
|
+
- **connect, switchboard:** added healthcheck route ([9a0671113](https://github.com/powerhouse-inc/powerhouse/commit/9a0671113))
|
|
272
|
+
- **academy:** added docker build and publish workflow ([b17562994](https://github.com/powerhouse-inc/powerhouse/commit/b17562994))
|
|
273
|
+
|
|
274
|
+
### ❤️ Thank You
|
|
275
|
+
|
|
276
|
+
- Frank
|
|
277
|
+
|
|
278
|
+
## 5.1.0-dev.13 (2025-12-08)
|
|
279
|
+
|
|
280
|
+
This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
|
|
281
|
+
|
|
282
|
+
## 5.1.0-dev.12 (2025-12-08)
|
|
283
|
+
|
|
284
|
+
This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
|
|
285
|
+
|
|
286
|
+
## 5.1.0-dev.11 (2025-12-08)
|
|
287
|
+
|
|
288
|
+
This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
|
|
289
|
+
|
|
290
|
+
## 5.1.0-dev.10 (2025-12-06)
|
|
291
|
+
|
|
292
|
+
### 🚀 Features
|
|
293
|
+
|
|
294
|
+
- **design-system:** added remotes inspector and channel inspector components ([093896ebf](https://github.com/powerhouse-inc/powerhouse/commit/093896ebf))
|
|
295
|
+
|
|
296
|
+
### ❤️ Thank You
|
|
297
|
+
|
|
298
|
+
- Guillermo Puente @gpuente
|
|
299
|
+
|
|
300
|
+
## 5.1.0-dev.9 (2025-12-05)
|
|
301
|
+
|
|
302
|
+
### 🩹 Fixes
|
|
303
|
+
|
|
304
|
+
- **renown:** small ui fixes and made connectcrypto and renown id available in hooks ([c06e17226](https://github.com/powerhouse-inc/powerhouse/commit/c06e17226))
|
|
305
|
+
|
|
306
|
+
### ❤️ Thank You
|
|
307
|
+
|
|
308
|
+
- Frank
|
|
309
|
+
|
|
310
|
+
## 5.1.0-dev.8 (2025-12-05)
|
|
311
|
+
|
|
312
|
+
This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
|
|
313
|
+
|
|
314
|
+
## 5.1.0-dev.7 (2025-12-04)
|
|
315
|
+
|
|
316
|
+
### 🩹 Fixes
|
|
317
|
+
|
|
318
|
+
- set jsr as registry in dockerfiles ([291027b16](https://github.com/powerhouse-inc/powerhouse/commit/291027b16))
|
|
319
|
+
|
|
320
|
+
### ❤️ Thank You
|
|
321
|
+
|
|
322
|
+
- Frank
|
|
323
|
+
|
|
324
|
+
## 5.1.0-dev.6 (2025-12-04)
|
|
325
|
+
|
|
326
|
+
### 🩹 Fixes
|
|
327
|
+
|
|
328
|
+
- **renown:** build issues ([1893c35a0](https://github.com/powerhouse-inc/powerhouse/commit/1893c35a0))
|
|
329
|
+
|
|
330
|
+
### ❤️ Thank You
|
|
331
|
+
|
|
332
|
+
- Frank
|
|
333
|
+
|
|
334
|
+
## 5.1.0-dev.5 (2025-12-04)
|
|
335
|
+
|
|
336
|
+
This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
|
|
337
|
+
|
|
338
|
+
## 5.1.0-dev.4 (2025-12-03)
|
|
339
|
+
|
|
340
|
+
### 🚀 Features
|
|
341
|
+
|
|
342
|
+
- **codegen,ph-cli:** add tsx code generator ([#2116](https://github.com/powerhouse-inc/powerhouse/pull/2116))
|
|
343
|
+
|
|
344
|
+
### ❤️ Thank You
|
|
345
|
+
|
|
346
|
+
- Ryan Wolhuter @ryanwolhuter
|
|
347
|
+
|
|
348
|
+
## 5.1.0-dev.3 (2025-12-02)
|
|
349
|
+
|
|
350
|
+
This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
|
|
351
|
+
|
|
352
|
+
## 5.1.0-dev.2 (2025-12-02)
|
|
353
|
+
|
|
354
|
+
This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
|
|
355
|
+
|
|
356
|
+
## 5.1.0-dev.1 (2025-11-26)
|
|
357
|
+
|
|
358
|
+
This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
|
|
359
|
+
|
|
360
|
+
## 5.1.0-dev.0 (2025-11-20)
|
|
361
|
+
|
|
362
|
+
### 🚀 Features
|
|
363
|
+
|
|
364
|
+
- first pass web-sockets in subgraphs ([41b0aff7a](https://github.com/powerhouse-inc/powerhouse/commit/41b0aff7a))
|
|
365
|
+
- reactor gql subscriptions ([522d502ba](https://github.com/powerhouse-inc/powerhouse/commit/522d502ba))
|
|
366
|
+
- first pass web-sockets in subgraphs ([cf39dd0dc](https://github.com/powerhouse-inc/powerhouse/commit/cf39dd0dc))
|
|
367
|
+
- reactor gql subscriptions ([cb23eb953](https://github.com/powerhouse-inc/powerhouse/commit/cb23eb953))
|
|
368
|
+
- spammy benchmarks ([bea3671a1](https://github.com/powerhouse-inc/powerhouse/commit/bea3671a1))
|
|
369
|
+
- **ph-cli:** ph migrate command ([#2099](https://github.com/powerhouse-inc/powerhouse/pull/2099))
|
|
370
|
+
- **connect,common,builder-tools:** optimize connect bundle chunks ([#2093](https://github.com/powerhouse-inc/powerhouse/pull/2093))
|
|
371
|
+
- **monorepo:** exit with error code if circular import found ([3ca6d3512](https://github.com/powerhouse-inc/powerhouse/commit/3ca6d3512))
|
|
372
|
+
- **connect:** do not use redundant dev deps ([2a847e944](https://github.com/powerhouse-inc/powerhouse/commit/2a847e944))
|
|
373
|
+
- **connect,builder-tools:** improve chunking ([c089c7678](https://github.com/powerhouse-inc/powerhouse/commit/c089c7678))
|
|
374
|
+
- **codegen,design-system:** update path for import connect components ([f8f387023](https://github.com/powerhouse-inc/powerhouse/commit/f8f387023))
|
|
375
|
+
- **monorepo:** add circular imports check in ci ([d6e46a869](https://github.com/powerhouse-inc/powerhouse/commit/d6e46a869))
|
|
376
|
+
- **design-system:** resolve remaining circular imports ([b82cc2e3c](https://github.com/powerhouse-inc/powerhouse/commit/b82cc2e3c))
|
|
377
|
+
- **ph-cli:** remove reactor-local command ([029e5db7d](https://github.com/powerhouse-inc/powerhouse/commit/029e5db7d))
|
|
378
|
+
- **document-drive:** fix circular imports ([f2db50c23](https://github.com/powerhouse-inc/powerhouse/commit/f2db50c23))
|
|
379
|
+
- **monorepo:** add check circular imports scripts ([d633b37c2](https://github.com/powerhouse-inc/powerhouse/commit/d633b37c2))
|
|
380
|
+
- **connect:** remove circular imports ([a1632d41e](https://github.com/powerhouse-inc/powerhouse/commit/a1632d41e))
|
|
381
|
+
- switching to tinybench for benchmarks ([5b915e025](https://github.com/powerhouse-inc/powerhouse/commit/5b915e025))
|
|
382
|
+
- **codegen, vetra:** update codegen templates ([#2056](https://github.com/powerhouse-inc/powerhouse/pull/2056))
|
|
383
|
+
- pre-load local packages when building driveServer ([#2064](https://github.com/powerhouse-inc/powerhouse/pull/2064))
|
|
384
|
+
- create default vetra package document when ph vetra is started for a remote drive ([#2066](https://github.com/powerhouse-inc/powerhouse/pull/2066))
|
|
385
|
+
- added some broken tests that are in progress ([c92e1f057](https://github.com/powerhouse-inc/powerhouse/commit/c92e1f057))
|
|
386
|
+
- enabled ph init --remote-drives and ph checkout commands ([#2057](https://github.com/powerhouse-inc/powerhouse/pull/2057))
|
|
387
|
+
|
|
388
|
+
### 🩹 Fixes
|
|
389
|
+
|
|
390
|
+
- **reactor-api:** downgraded prisma ([9a8a5cefd](https://github.com/powerhouse-inc/powerhouse/commit/9a8a5cefd))
|
|
391
|
+
- **switchboard, ph-cli, document-drive:** --skip-generate on prisma db push ([a37f816a4](https://github.com/powerhouse-inc/powerhouse/commit/a37f816a4))
|
|
392
|
+
- build fix for reactor-local and switchboard ([f99c45b34](https://github.com/powerhouse-inc/powerhouse/commit/f99c45b34))
|
|
393
|
+
- ensure version.ts is generated before TypeScript compilation in CI ([dd49fdd4f](https://github.com/powerhouse-inc/powerhouse/commit/dd49fdd4f))
|
|
394
|
+
- **ph-cli:** added missing runtime dependencies ([da1b66e73](https://github.com/powerhouse-inc/powerhouse/commit/da1b66e73))
|
|
395
|
+
- **builder-tools:** use alias for self-reference import on ts instead of loading from dist ([b23b772c0](https://github.com/powerhouse-inc/powerhouse/commit/b23b772c0))
|
|
396
|
+
- **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))
|
|
397
|
+
- **codegen:** move read-pkg to runtime dependency ([939f01045](https://github.com/powerhouse-inc/powerhouse/commit/939f01045))
|
|
398
|
+
- **codegen:** run prettier programmatically ([23f948c4d](https://github.com/powerhouse-inc/powerhouse/commit/23f948c4d))
|
|
399
|
+
- **switchboard:** removed duplicated document models in client initializer ([30b9dbeb3](https://github.com/powerhouse-inc/powerhouse/commit/30b9dbeb3))
|
|
400
|
+
- try again with a pnpm upgrade ([ec081f743](https://github.com/powerhouse-inc/powerhouse/commit/ec081f743))
|
|
401
|
+
- trying a completely fresh lockfile ([c9888939a](https://github.com/powerhouse-inc/powerhouse/commit/c9888939a))
|
|
402
|
+
- broke the build, fixing with reactorbuilder ([2c4ade4e6](https://github.com/powerhouse-inc/powerhouse/commit/2c4ade4e6))
|
|
403
|
+
- **switchboard:** use POSIX-compliant syntax ([ee0f56d1b](https://github.com/powerhouse-inc/powerhouse/commit/ee0f56d1b))
|
|
404
|
+
- prisma openssl not found ([535ace02c](https://github.com/powerhouse-inc/powerhouse/commit/535ace02c))
|
|
405
|
+
- **monorepo:** fix lockfile and test filter ([#2069](https://github.com/powerhouse-inc/powerhouse/pull/2069))
|
|
406
|
+
- update atlas packages ([fa174d00e](https://github.com/powerhouse-inc/powerhouse/commit/fa174d00e))
|
|
407
|
+
- publish docker prod workflow ([ab7c4e6cb](https://github.com/powerhouse-inc/powerhouse/commit/ab7c4e6cb))
|
|
408
|
+
- implement bidirectional sync and local-first architecture for remote drives in vetra ([#2053](https://github.com/powerhouse-inc/powerhouse/pull/2053))
|
|
409
|
+
|
|
410
|
+
### ❤️ Thank You
|
|
411
|
+
|
|
412
|
+
- acaldas @acaldas
|
|
413
|
+
- Benjamin Jordan (@thegoldenmule)
|
|
414
|
+
- Frank
|
|
415
|
+
- Guillermo Puente @gpuente
|
|
416
|
+
- Guillermo Puente Sandoval @gpuente
|
|
417
|
+
- Ryan Wolhuter @ryanwolhuter
|
|
418
|
+
- ryanwolhuter @ryanwolhuter
|
|
419
|
+
|
|
420
|
+
## 4.1.0-dev.128 (2025-11-20)
|
|
421
|
+
|
|
422
|
+
This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
|
|
423
|
+
|
|
424
|
+
## 4.1.0-dev.127 (2025-11-19)
|
|
425
|
+
|
|
426
|
+
### 🩹 Fixes
|
|
427
|
+
|
|
428
|
+
- **reactor-api:** downgraded prisma ([9a8a5cefd](https://github.com/powerhouse-inc/powerhouse/commit/9a8a5cefd))
|
|
429
|
+
|
|
430
|
+
### ❤️ Thank You
|
|
431
|
+
|
|
432
|
+
- Frank
|
|
433
|
+
|
|
434
|
+
## 4.1.0-dev.126 (2025-11-19)
|
|
435
|
+
|
|
436
|
+
### 🩹 Fixes
|
|
437
|
+
|
|
438
|
+
- **switchboard, ph-cli, document-drive:** --skip-generate on prisma db push ([a37f816a4](https://github.com/powerhouse-inc/powerhouse/commit/a37f816a4))
|
|
439
|
+
|
|
440
|
+
### ❤️ Thank You
|
|
441
|
+
|
|
442
|
+
- acaldas @acaldas
|
|
443
|
+
|
|
444
|
+
## 4.1.0-dev.125 (2025-11-19)
|
|
445
|
+
|
|
446
|
+
This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
|
|
447
|
+
|
|
448
|
+
## 4.1.0-dev.124 (2025-11-18)
|
|
449
|
+
|
|
450
|
+
### 🚀 Features
|
|
451
|
+
|
|
452
|
+
- first pass web-sockets in subgraphs ([41b0aff7a](https://github.com/powerhouse-inc/powerhouse/commit/41b0aff7a))
|
|
453
|
+
- reactor gql subscriptions ([522d502ba](https://github.com/powerhouse-inc/powerhouse/commit/522d502ba))
|
|
454
|
+
- first pass web-sockets in subgraphs ([cf39dd0dc](https://github.com/powerhouse-inc/powerhouse/commit/cf39dd0dc))
|
|
455
|
+
- reactor gql subscriptions ([cb23eb953](https://github.com/powerhouse-inc/powerhouse/commit/cb23eb953))
|
|
456
|
+
|
|
457
|
+
### ❤️ Thank You
|
|
458
|
+
|
|
459
|
+
- Benjamin Jordan (@thegoldenmule)
|
|
460
|
+
|
|
461
|
+
## 4.1.0-dev.123 (2025-11-18)
|
|
462
|
+
|
|
463
|
+
This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
|
|
464
|
+
|
|
465
|
+
## 4.1.0-dev.122 (2025-11-18)
|
|
466
|
+
|
|
467
|
+
### 🩹 Fixes
|
|
468
|
+
|
|
469
|
+
- build fix for reactor-local and switchboard ([f99c45b34](https://github.com/powerhouse-inc/powerhouse/commit/f99c45b34))
|
|
470
|
+
|
|
471
|
+
### ❤️ Thank You
|
|
472
|
+
|
|
473
|
+
- Benjamin Jordan (@thegoldenmule)
|
|
474
|
+
|
|
475
|
+
## 4.1.0-dev.121 (2025-11-17)
|
|
476
|
+
|
|
477
|
+
This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
|
|
478
|
+
|
|
479
|
+
## 4.1.0-dev.120 (2025-11-17)
|
|
480
|
+
|
|
481
|
+
### 🩹 Fixes
|
|
482
|
+
|
|
483
|
+
- ensure version.ts is generated before TypeScript compilation in CI ([dd49fdd4f](https://github.com/powerhouse-inc/powerhouse/commit/dd49fdd4f))
|
|
484
|
+
|
|
485
|
+
### ❤️ Thank You
|
|
486
|
+
|
|
487
|
+
- Guillermo Puente @gpuente
|
|
488
|
+
|
|
489
|
+
## 4.1.0-dev.119 (2025-11-15)
|
|
490
|
+
|
|
491
|
+
### 🚀 Features
|
|
492
|
+
|
|
493
|
+
- spammy benchmarks ([bea3671a1](https://github.com/powerhouse-inc/powerhouse/commit/bea3671a1))
|
|
494
|
+
|
|
495
|
+
### ❤️ Thank You
|
|
496
|
+
|
|
497
|
+
- Benjamin Jordan (@thegoldenmule)
|
|
498
|
+
|
|
499
|
+
## 4.1.0-dev.118 (2025-11-14)
|
|
500
|
+
|
|
501
|
+
This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
|
|
502
|
+
|
|
503
|
+
## 4.1.0-dev.117 (2025-11-13)
|
|
504
|
+
|
|
505
|
+
This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
|
|
506
|
+
|
|
507
|
+
## 4.1.0-dev.116 (2025-11-13)
|
|
508
|
+
|
|
509
|
+
### 🩹 Fixes
|
|
510
|
+
|
|
511
|
+
- **ph-cli:** added missing runtime dependencies ([da1b66e73](https://github.com/powerhouse-inc/powerhouse/commit/da1b66e73))
|
|
512
|
+
|
|
513
|
+
### ❤️ Thank You
|
|
514
|
+
|
|
515
|
+
- acaldas @acaldas
|
|
516
|
+
|
|
517
|
+
## 4.1.0-dev.115 (2025-11-13)
|
|
518
|
+
|
|
519
|
+
### 🚀 Features
|
|
520
|
+
|
|
521
|
+
- **ph-cli:** ph migrate command ([#2099](https://github.com/powerhouse-inc/powerhouse/pull/2099))
|
|
522
|
+
|
|
523
|
+
### 🩹 Fixes
|
|
524
|
+
|
|
525
|
+
- **builder-tools:** use alias for self-reference import on ts instead of loading from dist ([b23b772c0](https://github.com/powerhouse-inc/powerhouse/commit/b23b772c0))
|
|
526
|
+
- **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))
|
|
527
|
+
|
|
528
|
+
### ❤️ Thank You
|
|
529
|
+
|
|
530
|
+
- acaldas @acaldas
|
|
531
|
+
- Ryan Wolhuter @ryanwolhuter
|
|
532
|
+
|
|
533
|
+
## 4.1.0-dev.114 (2025-11-13)
|
|
534
|
+
|
|
535
|
+
This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
|
|
536
|
+
|
|
537
|
+
## 4.1.0-dev.113 (2025-11-12)
|
|
538
|
+
|
|
539
|
+
This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
|
|
540
|
+
|
|
541
|
+
## 4.1.0-dev.112 (2025-11-12)
|
|
542
|
+
|
|
543
|
+
This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
|
|
544
|
+
|
|
545
|
+
## 4.1.0-dev.111 (2025-11-12)
|
|
546
|
+
|
|
547
|
+
This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
|
|
548
|
+
|
|
549
|
+
## 4.1.0-dev.110 (2025-11-11)
|
|
550
|
+
|
|
551
|
+
### 🚀 Features
|
|
552
|
+
|
|
553
|
+
- **connect,common,builder-tools:** optimize connect bundle chunks ([#2093](https://github.com/powerhouse-inc/powerhouse/pull/2093))
|
|
554
|
+
|
|
555
|
+
### ❤️ Thank You
|
|
556
|
+
|
|
557
|
+
- Ryan Wolhuter @ryanwolhuter
|
|
558
|
+
|
|
559
|
+
## 4.1.0-dev.109 (2025-11-10)
|
|
560
|
+
|
|
561
|
+
This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
|
|
562
|
+
|
|
563
|
+
## 4.1.0-dev.108 (2025-11-10)
|
|
564
|
+
|
|
565
|
+
This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
|
|
566
|
+
|
|
567
|
+
## 4.1.0-dev.107 (2025-11-10)
|
|
568
|
+
|
|
569
|
+
### 🚀 Features
|
|
570
|
+
|
|
571
|
+
- **monorepo:** exit with error code if circular import found ([3ca6d3512](https://github.com/powerhouse-inc/powerhouse/commit/3ca6d3512))
|
|
572
|
+
- **connect:** do not use redundant dev deps ([2a847e944](https://github.com/powerhouse-inc/powerhouse/commit/2a847e944))
|
|
573
|
+
- **connect,builder-tools:** improve chunking ([c089c7678](https://github.com/powerhouse-inc/powerhouse/commit/c089c7678))
|
|
574
|
+
- **codegen,design-system:** update path for import connect components ([f8f387023](https://github.com/powerhouse-inc/powerhouse/commit/f8f387023))
|
|
575
|
+
- **monorepo:** add circular imports check in ci ([d6e46a869](https://github.com/powerhouse-inc/powerhouse/commit/d6e46a869))
|
|
576
|
+
- **design-system:** resolve remaining circular imports ([b82cc2e3c](https://github.com/powerhouse-inc/powerhouse/commit/b82cc2e3c))
|
|
577
|
+
- **document-drive:** fix circular imports ([f2db50c23](https://github.com/powerhouse-inc/powerhouse/commit/f2db50c23))
|
|
578
|
+
- **monorepo:** add check circular imports scripts ([d633b37c2](https://github.com/powerhouse-inc/powerhouse/commit/d633b37c2))
|
|
579
|
+
|
|
580
|
+
### 🩹 Fixes
|
|
581
|
+
|
|
582
|
+
- **switchboard:** use POSIX-compliant syntax ([09f64bf3b](https://github.com/powerhouse-inc/powerhouse/commit/09f64bf3b))
|
|
583
|
+
- prisma openssl not found ([1c9370a93](https://github.com/powerhouse-inc/powerhouse/commit/1c9370a93))
|
|
584
|
+
- publish docker prod workflow ([d701f8dc0](https://github.com/powerhouse-inc/powerhouse/commit/d701f8dc0))
|
|
585
|
+
|
|
586
|
+
### ❤️ Thank You
|
|
587
|
+
|
|
588
|
+
- Frank
|
|
589
|
+
- ryanwolhuter @ryanwolhuter
|
|
590
|
+
|
|
591
|
+
## 4.1.0-dev.106 (2025-11-10)
|
|
592
|
+
|
|
593
|
+
This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
|
|
594
|
+
|
|
595
|
+
## 4.1.0-dev.105 (2025-11-08)
|
|
596
|
+
|
|
597
|
+
This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
|
|
598
|
+
|
|
599
|
+
## 4.1.0-dev.104 (2025-11-07)
|
|
600
|
+
|
|
601
|
+
### 🚀 Features
|
|
602
|
+
|
|
603
|
+
- **ph-cli:** remove reactor-local command ([029e5db7d](https://github.com/powerhouse-inc/powerhouse/commit/029e5db7d))
|
|
604
|
+
|
|
605
|
+
### ❤️ Thank You
|
|
606
|
+
|
|
607
|
+
- acaldas @acaldas
|
|
608
|
+
|
|
609
|
+
## 4.1.0-dev.103 (2025-11-06)
|
|
610
|
+
|
|
611
|
+
### 🚀 Features
|
|
612
|
+
|
|
613
|
+
- **connect:** remove circular imports ([a1632d41e](https://github.com/powerhouse-inc/powerhouse/commit/a1632d41e))
|
|
614
|
+
|
|
615
|
+
### 🩹 Fixes
|
|
616
|
+
|
|
617
|
+
- **codegen:** move read-pkg to runtime dependency ([939f01045](https://github.com/powerhouse-inc/powerhouse/commit/939f01045))
|
|
618
|
+
- **codegen:** run prettier programmatically ([23f948c4d](https://github.com/powerhouse-inc/powerhouse/commit/23f948c4d))
|
|
619
|
+
|
|
620
|
+
### ❤️ Thank You
|
|
621
|
+
|
|
622
|
+
- acaldas @acaldas
|
|
623
|
+
|
|
624
|
+
## 4.1.0-dev.102 (2025-11-06)
|
|
625
|
+
|
|
626
|
+
### 🚀 Features
|
|
627
|
+
|
|
628
|
+
- switching to tinybench for benchmarks ([5b915e025](https://github.com/powerhouse-inc/powerhouse/commit/5b915e025))
|
|
629
|
+
|
|
630
|
+
### 🩹 Fixes
|
|
631
|
+
|
|
632
|
+
- **switchboard:** removed duplicated document models in client initializer ([30b9dbeb3](https://github.com/powerhouse-inc/powerhouse/commit/30b9dbeb3))
|
|
633
|
+
- try again with a pnpm upgrade ([ec081f743](https://github.com/powerhouse-inc/powerhouse/commit/ec081f743))
|
|
634
|
+
- trying a completely fresh lockfile ([c9888939a](https://github.com/powerhouse-inc/powerhouse/commit/c9888939a))
|
|
635
|
+
- broke the build, fixing with reactorbuilder ([2c4ade4e6](https://github.com/powerhouse-inc/powerhouse/commit/2c4ade4e6))
|
|
636
|
+
- update atlas packages ([fa174d00e](https://github.com/powerhouse-inc/powerhouse/commit/fa174d00e))
|
|
637
|
+
|
|
638
|
+
### ❤️ Thank You
|
|
639
|
+
|
|
640
|
+
- Benjamin Jordan (@thegoldenmule)
|
|
641
|
+
- Guillermo Puente @gpuente
|
|
642
|
+
|
|
643
|
+
## 4.1.0-dev.101 (2025-11-05)
|
|
644
|
+
|
|
645
|
+
### 🚀 Features
|
|
646
|
+
|
|
647
|
+
- **codegen, vetra:** update codegen templates ([#2056](https://github.com/powerhouse-inc/powerhouse/pull/2056))
|
|
648
|
+
- pre-load local packages when building driveServer ([#2064](https://github.com/powerhouse-inc/powerhouse/pull/2064))
|
|
649
|
+
|
|
650
|
+
### 🩹 Fixes
|
|
651
|
+
|
|
652
|
+
- **switchboard:** use POSIX-compliant syntax ([ee0f56d1b](https://github.com/powerhouse-inc/powerhouse/commit/ee0f56d1b))
|
|
653
|
+
|
|
654
|
+
### ❤️ Thank You
|
|
655
|
+
|
|
656
|
+
- Frank
|
|
657
|
+
- Guillermo Puente Sandoval @gpuente
|
|
658
|
+
- Ryan Wolhuter @ryanwolhuter
|
|
659
|
+
|
|
660
|
+
## 4.1.0-dev.100 (2025-11-04)
|
|
661
|
+
|
|
662
|
+
### 🚀 Features
|
|
663
|
+
|
|
664
|
+
- create default vetra package document when ph vetra is started for a remote drive ([#2066](https://github.com/powerhouse-inc/powerhouse/pull/2066))
|
|
665
|
+
- added some broken tests that are in progress ([c92e1f057](https://github.com/powerhouse-inc/powerhouse/commit/c92e1f057))
|
|
666
|
+
|
|
667
|
+
### 🩹 Fixes
|
|
668
|
+
|
|
669
|
+
- prisma openssl not found ([535ace02c](https://github.com/powerhouse-inc/powerhouse/commit/535ace02c))
|
|
670
|
+
- **monorepo:** fix lockfile and test filter ([#2069](https://github.com/powerhouse-inc/powerhouse/pull/2069))
|
|
671
|
+
- publish docker prod workflow ([ab7c4e6cb](https://github.com/powerhouse-inc/powerhouse/commit/ab7c4e6cb))
|
|
672
|
+
|
|
673
|
+
### ❤️ Thank You
|
|
674
|
+
|
|
675
|
+
- Benjamin Jordan (@thegoldenmule)
|
|
676
|
+
- Frank
|
|
677
|
+
- Guillermo Puente Sandoval @gpuente
|
|
678
|
+
- Ryan Wolhuter @ryanwolhuter
|
|
679
|
+
|
|
680
|
+
## 4.1.0-dev.99 (2025-10-31)
|
|
681
|
+
|
|
682
|
+
This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
|
|
683
|
+
|
|
684
|
+
## 4.1.0-dev.98 (2025-10-31)
|
|
685
|
+
|
|
686
|
+
This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
|
|
687
|
+
|
|
688
|
+
## 4.1.0-dev.97 (2025-10-30)
|
|
689
|
+
|
|
690
|
+
This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
|
|
691
|
+
|
|
692
|
+
## 4.1.0-dev.96 (2025-10-30)
|
|
693
|
+
|
|
694
|
+
This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
|
|
695
|
+
|
|
696
|
+
## 4.1.0-dev.95 (2025-10-30)
|
|
697
|
+
|
|
698
|
+
### 🚀 Features
|
|
699
|
+
|
|
700
|
+
- enabled ph init --remote-drives and ph checkout commands ([#2057](https://github.com/powerhouse-inc/powerhouse/pull/2057))
|
|
701
|
+
|
|
702
|
+
### 🩹 Fixes
|
|
703
|
+
|
|
704
|
+
- implement bidirectional sync and local-first architecture for remote drives in vetra ([#2053](https://github.com/powerhouse-inc/powerhouse/pull/2053))
|
|
705
|
+
|
|
706
|
+
### ❤️ Thank You
|
|
707
|
+
|
|
708
|
+
- Guillermo Puente Sandoval @gpuente
|
|
709
|
+
|
|
710
|
+
## 4.1.0-dev.94 (2025-10-29)
|
|
711
|
+
|
|
712
|
+
This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
|
|
713
|
+
|
|
714
|
+
## 4.1.0-dev.93 (2025-10-29)
|
|
715
|
+
|
|
716
|
+
### 🚀 Features
|
|
717
|
+
|
|
718
|
+
- first swing at a project to import these recorded operations ([41b139237](https://github.com/powerhouse-inc/powerhouse/commit/41b139237))
|
|
719
|
+
|
|
720
|
+
### 🩹 Fixes
|
|
721
|
+
|
|
722
|
+
- package link issues ([3415df513](https://github.com/powerhouse-inc/powerhouse/commit/3415df513))
|
|
723
|
+
|
|
724
|
+
### ❤️ Thank You
|
|
725
|
+
|
|
726
|
+
- Benjamin Jordan (@thegoldenmule)
|
|
727
|
+
|
|
728
|
+
## 4.1.0-dev.92 (2025-10-28)
|
|
729
|
+
|
|
730
|
+
This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
|
|
731
|
+
|
|
732
|
+
## 4.1.0-dev.91 (2025-10-28)
|
|
733
|
+
|
|
734
|
+
This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
|
|
735
|
+
|
|
736
|
+
## 4.1.0-dev.90 (2025-10-27)
|
|
737
|
+
|
|
738
|
+
### 🚀 Features
|
|
739
|
+
|
|
740
|
+
- **reactor-api:** updated apollo server to v5 ([66dffda7b](https://github.com/powerhouse-inc/powerhouse/commit/66dffda7b))
|
|
741
|
+
|
|
742
|
+
### 🩹 Fixes
|
|
743
|
+
|
|
744
|
+
- **switchboard:** fallback to filesystem storage if postgres db is unavailable ([97e40bbf5](https://github.com/powerhouse-inc/powerhouse/commit/97e40bbf5))
|
|
745
|
+
|
|
746
|
+
### ❤️ Thank You
|
|
747
|
+
|
|
748
|
+
- acaldas
|
|
749
|
+
|
|
750
|
+
## 4.1.0-dev.89 (2025-10-24)
|
|
751
|
+
|
|
752
|
+
### 🩹 Fixes
|
|
753
|
+
|
|
754
|
+
- used fixed versions for codemirror dep ([183e487db](https://github.com/powerhouse-inc/powerhouse/commit/183e487db))
|
|
755
|
+
|
|
756
|
+
### ❤️ Thank You
|
|
757
|
+
|
|
758
|
+
- Guillermo Puente @gpuente
|
|
759
|
+
|
|
760
|
+
## 4.1.0-dev.88 (2025-10-24)
|
|
761
|
+
|
|
762
|
+
This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
|
|
763
|
+
|
|
764
|
+
## 4.1.0-dev.87 (2025-10-24)
|
|
765
|
+
|
|
766
|
+
This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
|
|
767
|
+
|
|
768
|
+
## 4.1.0-dev.86 (2025-10-23)
|
|
769
|
+
|
|
770
|
+
### 🩹 Fixes
|
|
771
|
+
|
|
772
|
+
- **vetra:** added codegen debounce test and reduced logging ([bc360b8e0](https://github.com/powerhouse-inc/powerhouse/commit/bc360b8e0))
|
|
773
|
+
|
|
774
|
+
### ❤️ Thank You
|
|
775
|
+
|
|
776
|
+
- acaldas @acaldas
|
|
777
|
+
|
|
778
|
+
## 4.1.0-dev.85 (2025-10-22)
|
|
779
|
+
|
|
780
|
+
This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
|
|
781
|
+
|
|
782
|
+
## 4.1.0-dev.84 (2025-10-22)
|
|
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.83 (2025-10-22)
|
|
787
|
+
|
|
788
|
+
### 🚀 Features
|
|
789
|
+
|
|
790
|
+
- add automated tests for vetra features ([#1962](https://github.com/powerhouse-inc/powerhouse/pull/1962))
|
|
791
|
+
|
|
792
|
+
### ❤️ Thank You
|
|
793
|
+
|
|
794
|
+
- Guillermo Puente Sandoval @gpuente
|
|
795
|
+
|
|
796
|
+
## 4.1.0-dev.82 (2025-10-21)
|
|
797
|
+
|
|
798
|
+
This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
|
|
799
|
+
|
|
800
|
+
## 4.1.0-dev.81 (2025-10-21)
|
|
801
|
+
|
|
802
|
+
### 🚀 Features
|
|
803
|
+
|
|
804
|
+
- **reactor-browser:** remove catch all wildcard ([f09931a88](https://github.com/powerhouse-inc/powerhouse/commit/f09931a88))
|
|
805
|
+
- **reactor-browser,connect:** use new window function factory ([7886c284f](https://github.com/powerhouse-inc/powerhouse/commit/7886c284f))
|
|
806
|
+
|
|
807
|
+
### ❤️ Thank You
|
|
808
|
+
|
|
809
|
+
- ryanwolhuter @ryanwolhuter
|
|
810
|
+
|
|
811
|
+
## 4.1.0-dev.80 (2025-10-21)
|
|
812
|
+
|
|
813
|
+
This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
|
|
814
|
+
|
|
815
|
+
## 4.1.0-dev.79 (2025-10-20)
|
|
816
|
+
|
|
817
|
+
This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
|
|
818
|
+
|
|
819
|
+
## 4.1.0-dev.78 (2025-10-20)
|
|
820
|
+
|
|
821
|
+
This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
|
|
822
|
+
|
|
823
|
+
## 4.1.0-dev.77 (2025-10-20)
|
|
824
|
+
|
|
825
|
+
### 🩹 Fixes
|
|
826
|
+
|
|
827
|
+
- add missing @openfeature/core peer dependency ([2c4a904b0](https://github.com/powerhouse-inc/powerhouse/commit/2c4a904b0))
|
|
828
|
+
|
|
829
|
+
### ❤️ Thank You
|
|
830
|
+
|
|
831
|
+
- acaldas @acaldas
|
|
832
|
+
|
|
833
|
+
## 4.1.0-dev.76 (2025-10-18)
|
|
834
|
+
|
|
835
|
+
This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
|
|
836
|
+
|
|
837
|
+
## 4.1.0-dev.75 (2025-10-17)
|
|
838
|
+
|
|
839
|
+
This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
|
|
840
|
+
|
|
841
|
+
## 4.1.0-dev.74 (2025-10-15)
|
|
842
|
+
|
|
843
|
+
### 🩹 Fixes
|
|
844
|
+
|
|
845
|
+
- **codegen:** update graphql dependency in package.json ([257f368ac](https://github.com/powerhouse-inc/powerhouse/commit/257f368ac))
|
|
846
|
+
- merge fixes ([e5eda5985](https://github.com/powerhouse-inc/powerhouse/commit/e5eda5985))
|
|
847
|
+
|
|
848
|
+
### ❤️ Thank You
|
|
849
|
+
|
|
850
|
+
- Benjamin Jordan (@thegoldenmule)
|
|
851
|
+
- Guillermo Puente @gpuente
|
|
852
|
+
|
|
853
|
+
## 4.1.0-dev.73 (2025-10-15)
|
|
854
|
+
|
|
855
|
+
### 🚀 Features
|
|
856
|
+
|
|
857
|
+
- **renown:** added login button ([f109c7305](https://github.com/powerhouse-inc/powerhouse/commit/f109c7305))
|
|
858
|
+
|
|
859
|
+
### ❤️ Thank You
|
|
860
|
+
|
|
861
|
+
- Frank
|
|
862
|
+
|
|
863
|
+
## 4.1.0-dev.72 (2025-10-15)
|
|
864
|
+
|
|
865
|
+
This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
|
|
866
|
+
|
|
867
|
+
## 4.1.0-dev.71 (2025-10-15)
|
|
868
|
+
|
|
869
|
+
### 🩹 Fixes
|
|
870
|
+
|
|
871
|
+
- **codegen:** update analytics processor imports to use in processor templates ([#1954](https://github.com/powerhouse-inc/powerhouse/pull/1954))
|
|
872
|
+
|
|
873
|
+
### ❤️ Thank You
|
|
874
|
+
|
|
875
|
+
- Guillermo Puente Sandoval @gpuente
|
|
876
|
+
|
|
877
|
+
## 4.1.0-dev.70 (2025-10-14)
|
|
878
|
+
|
|
879
|
+
This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
|
|
880
|
+
|
|
881
|
+
## 4.1.0-dev.69 (2025-10-11)
|
|
882
|
+
|
|
883
|
+
This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
|
|
884
|
+
|
|
885
|
+
## 4.1.0-dev.68 (2025-10-11)
|
|
886
|
+
|
|
887
|
+
### 🚀 Features
|
|
888
|
+
|
|
889
|
+
- **vetra:** added read model to fetch vetra packages ([abb6d3742](https://github.com/powerhouse-inc/powerhouse/commit/abb6d3742))
|
|
890
|
+
|
|
891
|
+
### ❤️ Thank You
|
|
892
|
+
|
|
893
|
+
- Frank
|
|
894
|
+
|
|
895
|
+
## 4.1.0-dev.67 (2025-10-10)
|
|
896
|
+
|
|
897
|
+
### 🚀 Features
|
|
898
|
+
|
|
899
|
+
- **vetra:** add open button to Package Information section ([#1930](https://github.com/powerhouse-inc/powerhouse/pull/1930))
|
|
900
|
+
|
|
901
|
+
### ❤️ Thank You
|
|
902
|
+
|
|
903
|
+
- Guillermo Puente Sandoval @gpuente
|
|
904
|
+
|
|
905
|
+
## 4.1.0-dev.66 (2025-10-09)
|
|
906
|
+
|
|
907
|
+
This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
|
|
908
|
+
|
|
909
|
+
## 4.1.0-dev.65 (2025-10-09)
|
|
910
|
+
|
|
911
|
+
This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
|
|
912
|
+
|
|
913
|
+
## 4.1.0-dev.64 (2025-10-09)
|
|
914
|
+
|
|
915
|
+
This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
|
|
916
|
+
|
|
917
|
+
## 4.1.0-dev.63 (2025-10-09)
|
|
918
|
+
|
|
919
|
+
### 🚀 Features
|
|
920
|
+
|
|
921
|
+
- update @electric-sql/pglite version ([fa3529328](https://github.com/powerhouse-inc/powerhouse/commit/fa3529328))
|
|
922
|
+
|
|
923
|
+
### ❤️ Thank You
|
|
924
|
+
|
|
925
|
+
- acaldas @acaldas
|
|
926
|
+
|
|
927
|
+
## 4.1.0-dev.62 (2025-10-08)
|
|
928
|
+
|
|
929
|
+
This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
|
|
930
|
+
|
|
931
|
+
## 4.1.0-dev.61 (2025-10-08)
|
|
932
|
+
|
|
933
|
+
This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
|
|
934
|
+
|
|
935
|
+
## 4.1.0-dev.60 (2025-10-08)
|
|
936
|
+
|
|
937
|
+
### 🚀 Features
|
|
938
|
+
|
|
939
|
+
- **vetra:** added read model to fetch vetra packages ([23c55364d](https://github.com/powerhouse-inc/powerhouse/commit/23c55364d))
|
|
940
|
+
- **monorepo:** use latest versions of react related deps ([#1905](https://github.com/powerhouse-inc/powerhouse/pull/1905))
|
|
941
|
+
- **monorepo:** remove global storybook installs ([#1903](https://github.com/powerhouse-inc/powerhouse/pull/1903))
|
|
942
|
+
- **monorepo:** update to react 19 ([#1902](https://github.com/powerhouse-inc/powerhouse/pull/1902))
|
|
943
|
+
- **vetra:** enabled HMR in dev mode ([8cf19757e](https://github.com/powerhouse-inc/powerhouse/commit/8cf19757e))
|
|
944
|
+
- **vetra:** new connect build setup on vetra ([8dd11a849](https://github.com/powerhouse-inc/powerhouse/commit/8dd11a849))
|
|
945
|
+
- **monorepo:** revert package versions ([8a1a02628](https://github.com/powerhouse-inc/powerhouse/commit/8a1a02628))
|
|
946
|
+
- **monorepo:** update eslint config ([ac97af97d](https://github.com/powerhouse-inc/powerhouse/commit/ac97af97d))
|
|
947
|
+
- adding feature flags to reactor-mcp ([fe4f2f683](https://github.com/powerhouse-inc/powerhouse/commit/fe4f2f683))
|
|
948
|
+
- stubbing out feature flag + reactor setup in connect and deleting unused code in reactor-browser ([793bbd7af](https://github.com/powerhouse-inc/powerhouse/commit/793bbd7af))
|
|
949
|
+
- syncing feature flag behavior between switchboard and reactor-local ([e45dc2bf7](https://github.com/powerhouse-inc/powerhouse/commit/e45dc2bf7))
|
|
950
|
+
- added initial pieces of the kysely operation store implementation ([3fbece162](https://github.com/powerhouse-inc/powerhouse/commit/3fbece162))
|
|
951
|
+
- **connect,builder-tools:** build rework ([#1871](https://github.com/powerhouse-inc/powerhouse/pull/1871))
|
|
952
|
+
- **codegen:** updated editor boilerplate with document state and example setName dispatch ([3e7c51cc3](https://github.com/powerhouse-inc/powerhouse/commit/3e7c51cc3))
|
|
953
|
+
- restructure document model to avoid circular imports ([#1874](https://github.com/powerhouse-inc/powerhouse/pull/1874))
|
|
954
|
+
- added watch-packages option to vetra command and disabled dynamic package loading by default ([#1875](https://github.com/powerhouse-inc/powerhouse/pull/1875))
|
|
955
|
+
|
|
956
|
+
### 🩹 Fixes
|
|
957
|
+
|
|
958
|
+
- **switchboard, ph-cli, ph-cmd, builder-tools:** ensure minimum node version ([e0fb396e7](https://github.com/powerhouse-inc/powerhouse/commit/e0fb396e7))
|
|
959
|
+
- **connect:** added switchboard push listener ([c611ffa9e](https://github.com/powerhouse-inc/powerhouse/commit/c611ffa9e))
|
|
960
|
+
|
|
961
|
+
### ❤️ Thank You
|
|
962
|
+
|
|
963
|
+
- acaldas @acaldas
|
|
964
|
+
- Benjamin Jordan (@thegoldenmule)
|
|
965
|
+
- Frank
|
|
966
|
+
- Guillermo Puente @gpuente
|
|
967
|
+
- Guillermo Puente Sandoval @gpuente
|
|
968
|
+
- Ryan Wolhuter @ryanwolhuter
|
|
969
|
+
- ryanwolhuter @ryanwolhuter
|
|
970
|
+
|
|
971
|
+
## 4.1.0-dev.59 (2025-09-24)
|
|
972
|
+
|
|
973
|
+
### 🚀 Features
|
|
974
|
+
|
|
975
|
+
- **reactor:** fix lint error ([53777e154](https://github.com/powerhouse-inc/powerhouse/commit/53777e154))
|
|
976
|
+
- **monorepo:** rename tsc to tsc:build ([c1385418b](https://github.com/powerhouse-inc/powerhouse/commit/c1385418b))
|
|
977
|
+
|
|
978
|
+
### 🩹 Fixes
|
|
979
|
+
|
|
980
|
+
- **builder-tools:** declare @storybook/preview-api dependency ([705ac8da1](https://github.com/powerhouse-inc/powerhouse/commit/705ac8da1))
|
|
981
|
+
- part 2 of build fixes for module changes ([3000a13c3](https://github.com/powerhouse-inc/powerhouse/commit/3000a13c3))
|
|
982
|
+
- lots of type fixes for modules ([8f4cf02fe](https://github.com/powerhouse-inc/powerhouse/commit/8f4cf02fe))
|
|
983
|
+
|
|
984
|
+
### ❤️ Thank You
|
|
985
|
+
|
|
986
|
+
- acaldas @acaldas
|
|
987
|
+
- Benjamin Jordan (@thegoldenmule)
|
|
988
|
+
- ryanwolhuter @ryanwolhuter
|
|
989
|
+
|
|
990
|
+
## 4.1.0-dev.58 (2025-09-18)
|
|
991
|
+
|
|
992
|
+
### 🚀 Features
|
|
993
|
+
|
|
994
|
+
- adding feature flag to switchboard for controlling reactorv2 api ([4486c8a8d](https://github.com/powerhouse-inc/powerhouse/commit/4486c8a8d))
|
|
995
|
+
|
|
996
|
+
### 🩹 Fixes
|
|
997
|
+
|
|
998
|
+
- test fix for document-drive package ([40f4b6416](https://github.com/powerhouse-inc/powerhouse/commit/40f4b6416))
|
|
999
|
+
- fixing the utc times ([15b06d2e2](https://github.com/powerhouse-inc/powerhouse/commit/15b06d2e2))
|
|
1000
|
+
|
|
1001
|
+
### ❤️ Thank You
|
|
1002
|
+
|
|
1003
|
+
- Benjamin Jordan (@thegoldenmule)
|
|
1004
|
+
|
|
1005
|
+
## 4.1.0-dev.57 (2025-09-17)
|
|
1006
|
+
|
|
1007
|
+
### 🚀 Features
|
|
1008
|
+
|
|
1009
|
+
- **monorepo:** empty commit to satisfy naming ([5aa18f417](https://github.com/powerhouse-inc/powerhouse/commit/5aa18f417))
|
|
1010
|
+
- **monorepo:** merge main ([79f6472b1](https://github.com/powerhouse-inc/powerhouse/commit/79f6472b1))
|
|
1011
|
+
- **monorepo:** update release branch workflow ([e9c221ab5](https://github.com/powerhouse-inc/powerhouse/commit/e9c221ab5))
|
|
1012
|
+
- add processor configuration support to switchboard and Vetra integration ([#1859](https://github.com/powerhouse-inc/powerhouse/pull/1859))
|
|
1013
|
+
|
|
1014
|
+
### 🩹 Fixes
|
|
1015
|
+
|
|
1016
|
+
- **monorepo:** re-add nx js plugin ([d477a49d7](https://github.com/powerhouse-inc/powerhouse/commit/d477a49d7))
|
|
1017
|
+
- **monorepo:** regenerate lockfile ([7811171ff](https://github.com/powerhouse-inc/powerhouse/commit/7811171ff))
|
|
1018
|
+
- **monorepo:** linting and type checking ([#1776](https://github.com/powerhouse-inc/powerhouse/pull/1776))
|
|
1019
|
+
|
|
1020
|
+
### ❤️ Thank You
|
|
1021
|
+
|
|
1022
|
+
- Guillermo Puente Sandoval @gpuente
|
|
1023
|
+
- Ryan Wolhuter @ryanwolhuter
|
|
1024
|
+
- ryanwolhuter @ryanwolhuter
|
|
1025
|
+
|
|
1026
|
+
## 4.1.0-dev.56 (2025-09-17)
|
|
1027
|
+
|
|
1028
|
+
This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
|
|
1029
|
+
|
|
1030
|
+
## 4.1.0-dev.55 (2025-09-16)
|
|
1031
|
+
|
|
1032
|
+
### 🚀 Features
|
|
1033
|
+
|
|
1034
|
+
- enable supported document types for drag and drop feature ([#1860](https://github.com/powerhouse-inc/powerhouse/pull/1860))
|
|
1035
|
+
- add processor configuration support to switchboard and Vetra integration ([#1859](https://github.com/powerhouse-inc/powerhouse/pull/1859))
|
|
1036
|
+
|
|
1037
|
+
### ❤️ Thank You
|
|
1038
|
+
|
|
1039
|
+
- Guillermo Puente Sandoval @gpuente
|
|
1040
|
+
|
|
1041
|
+
## 4.1.0-dev.54 (2025-09-16)
|
|
1042
|
+
|
|
1043
|
+
### 🚀 Features
|
|
1044
|
+
|
|
1045
|
+
- adding reactor client to subgraph args ([d0a8011e6](https://github.com/powerhouse-inc/powerhouse/commit/d0a8011e6))
|
|
1046
|
+
|
|
1047
|
+
### ❤️ Thank You
|
|
1048
|
+
|
|
1049
|
+
- Benjamin Jordan (@thegoldenmule)
|
|
1050
|
+
|
|
1051
|
+
## 4.1.0-dev.53 (2025-09-13)
|
|
1052
|
+
|
|
1053
|
+
This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
|
|
1054
|
+
|
|
1055
|
+
## 4.1.0-dev.52 (2025-09-12)
|
|
1056
|
+
|
|
1057
|
+
### 🩹 Fixes
|
|
1058
|
+
|
|
1059
|
+
- **connect-e2e:** fix failing tests ([88c3bea94](https://github.com/powerhouse-inc/powerhouse/commit/88c3bea94))
|
|
1060
|
+
|
|
1061
|
+
### ❤️ Thank You
|
|
1062
|
+
|
|
1063
|
+
- acaldas @acaldas
|
|
1064
|
+
|
|
1065
|
+
## 4.1.0-dev.51 (2025-09-11)
|
|
1066
|
+
|
|
1067
|
+
### 🚀 Features
|
|
1068
|
+
|
|
1069
|
+
- **reactor-api:** generate sdk ([ec107015c](https://github.com/powerhouse-inc/powerhouse/commit/ec107015c))
|
|
1070
|
+
- **reactor-api:** initial gql codegen ([3db9e9778](https://github.com/powerhouse-inc/powerhouse/commit/3db9e9778))
|
|
1071
|
+
- **monorepo:** make format consistent across ignores ([98469560f](https://github.com/powerhouse-inc/powerhouse/commit/98469560f))
|
|
1072
|
+
- **monorepo:** use consistent separate type imports ([6fd4ac0f4](https://github.com/powerhouse-inc/powerhouse/commit/6fd4ac0f4))
|
|
1073
|
+
|
|
1074
|
+
### 🩹 Fixes
|
|
1075
|
+
|
|
1076
|
+
- annoyingly, you have to add ignores to the root eslint ([bb6d993bd](https://github.com/powerhouse-inc/powerhouse/commit/bb6d993bd))
|
|
1077
|
+
- **docs:** improve document hooks documentation ([d05fcb835](https://github.com/powerhouse-inc/powerhouse/commit/d05fcb835))
|
|
1078
|
+
|
|
1079
|
+
### ❤️ Thank You
|
|
1080
|
+
|
|
1081
|
+
- Benjamin Jordan (@thegoldenmule)
|
|
1082
|
+
- Callme-T
|
|
1083
|
+
- ryanwolhuter @ryanwolhuter
|
|
1084
|
+
|
|
1085
|
+
## 5.0.0-staging.9 (2025-09-09)
|
|
1086
|
+
|
|
1087
|
+
This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
|
|
1088
|
+
|
|
1089
|
+
## 5.0.0-staging.8 (2025-09-09)
|
|
1090
|
+
|
|
1091
|
+
This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
|
|
1092
|
+
|
|
1093
|
+
## 5.0.0-staging.7 (2025-09-09)
|
|
1094
|
+
|
|
1095
|
+
This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
|
|
1096
|
+
|
|
1097
|
+
## 5.0.0-staging.6 (2025-09-08)
|
|
1098
|
+
|
|
1099
|
+
This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
|
|
1100
|
+
|
|
1101
|
+
## 5.0.0-staging.5 (2025-09-08)
|
|
1102
|
+
|
|
1103
|
+
This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
|
|
1104
|
+
|
|
1105
|
+
## 5.0.0-staging.4 (2025-09-08)
|
|
1106
|
+
|
|
1107
|
+
This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
|
|
1108
|
+
|
|
1109
|
+
## 5.0.0-staging.3 (2025-09-08)
|
|
1110
|
+
|
|
1111
|
+
This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
|
|
1112
|
+
|
|
1113
|
+
## 5.0.0-staging.2 (2025-09-05)
|
|
1114
|
+
|
|
1115
|
+
### 🩹 Fixes
|
|
1116
|
+
|
|
1117
|
+
- **docs:** added zip redundancy to release notes ([3acfe1027](https://github.com/powerhouse-inc/powerhouse/commit/3acfe1027))
|
|
1118
|
+
|
|
1119
|
+
### ❤️ Thank You
|
|
1120
|
+
|
|
1121
|
+
- Callme-T
|
|
1122
|
+
|
|
1123
|
+
## 5.0.0-staging.1 (2025-09-04)
|
|
1124
|
+
|
|
1125
|
+
This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
|
|
1126
|
+
|
|
1127
|
+
## 4.1.0-dev.44 (2025-09-04)
|
|
1128
|
+
|
|
1129
|
+
### 🚀 Features
|
|
1130
|
+
|
|
1131
|
+
- **switchboard:** updated readme ([9659cf035](https://github.com/powerhouse-inc/powerhouse/commit/9659cf035))
|
|
1132
|
+
|
|
1133
|
+
### ❤️ Thank You
|
|
1134
|
+
|
|
1135
|
+
- Frank
|
|
1136
|
+
|
|
1137
|
+
## 4.1.0-dev.43 (2025-09-02)
|
|
1138
|
+
|
|
1139
|
+
This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
|
|
1140
|
+
|
|
1141
|
+
## 4.1.0-dev.42 (2025-09-02)
|
|
1142
|
+
|
|
1143
|
+
This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
|
|
1144
|
+
|
|
1145
|
+
## 4.1.0-dev.41 (2025-09-02)
|
|
1146
|
+
|
|
1147
|
+
### 🩹 Fixes
|
|
1148
|
+
|
|
1149
|
+
- **document-drive:** install openssl ([89f21529e](https://github.com/powerhouse-inc/powerhouse/commit/89f21529e))
|
|
1150
|
+
- **document-drive:** prisma build ([7884368a2](https://github.com/powerhouse-inc/powerhouse/commit/7884368a2))
|
|
1151
|
+
- **switchboard, connect:** fetch proper tag ([79a0bc967](https://github.com/powerhouse-inc/powerhouse/commit/79a0bc967))
|
|
1152
|
+
|
|
1153
|
+
### ❤️ Thank You
|
|
1154
|
+
|
|
1155
|
+
- Frank
|
|
1156
|
+
|
|
1157
|
+
## 4.1.0-dev.40 (2025-09-02)
|
|
1158
|
+
|
|
1159
|
+
### 🩹 Fixes
|
|
1160
|
+
|
|
1161
|
+
- **switchboard:** added openssl to dockerfile ([a10230c60](https://github.com/powerhouse-inc/powerhouse/commit/a10230c60))
|
|
1162
|
+
|
|
1163
|
+
### ❤️ Thank You
|
|
1164
|
+
|
|
1165
|
+
- Frank
|
|
1166
|
+
|
|
1167
|
+
## 4.1.0-dev.39 (2025-09-02)
|
|
1168
|
+
|
|
1169
|
+
### 🩹 Fixes
|
|
1170
|
+
|
|
1171
|
+
- **switchboard:** added db push to switchboard entrypoint ([d109e4afb](https://github.com/powerhouse-inc/powerhouse/commit/d109e4afb))
|
|
1172
|
+
|
|
1173
|
+
### ❤️ Thank You
|
|
1174
|
+
|
|
1175
|
+
- Frank
|
|
1176
|
+
|
|
1177
|
+
## 4.1.0-dev.38 (2025-08-30)
|
|
1178
|
+
|
|
1179
|
+
### 🚀 Features
|
|
1180
|
+
|
|
1181
|
+
- gql-gen spec ([5bf2c7226](https://github.com/powerhouse-inc/powerhouse/commit/5bf2c7226))
|
|
1182
|
+
- **reactor:** we have a reactor facade ([7a61e68ab](https://github.com/powerhouse-inc/powerhouse/commit/7a61e68ab))
|
|
1183
|
+
- **reactor:** impstubbing out initial interface and types ([b74b194f9](https://github.com/powerhouse-inc/powerhouse/commit/b74b194f9))
|
|
1184
|
+
|
|
1185
|
+
### ❤️ Thank You
|
|
1186
|
+
|
|
1187
|
+
- Benjamin Jordan (@thegoldenmule)
|
|
1188
|
+
|
|
1189
|
+
## 4.1.0-dev.37 (2025-08-29)
|
|
1190
|
+
|
|
1191
|
+
This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
|
|
1192
|
+
|
|
1193
|
+
## 4.1.0-dev.36 (2025-08-28)
|
|
1194
|
+
|
|
1195
|
+
This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
|
|
1196
|
+
|
|
1197
|
+
## 4.1.0-dev.35 (2025-08-27)
|
|
2
1198
|
|
|
3
1199
|
### 🩹 Fixes
|
|
4
1200
|
|
|
5
|
-
- **switchboard:**
|
|
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))
|
|
1201
|
+
- **switchboard, ph-cli:** slight type fixes ([b1bf76f1b](https://github.com/powerhouse-inc/powerhouse/commit/b1bf76f1b))
|
|
13
1202
|
|
|
14
1203
|
### ❤️ Thank You
|
|
15
1204
|
|
|
16
|
-
-
|
|
17
|
-
- Frank
|
|
1205
|
+
- Benjamin Jordan (@thegoldenmule)
|
|
18
1206
|
|
|
19
|
-
##
|
|
1207
|
+
## 4.1.0-dev.34 (2025-08-26)
|
|
20
1208
|
|
|
21
1209
|
This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
|
|
22
1210
|
|
|
23
|
-
##
|
|
1211
|
+
## 4.1.0-dev.33 (2025-08-21)
|
|
24
1212
|
|
|
25
1213
|
This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
|
|
26
1214
|
|
|
27
|
-
##
|
|
1215
|
+
## 4.1.0-dev.32 (2025-08-21)
|
|
1216
|
+
|
|
1217
|
+
### 🩹 Fixes
|
|
1218
|
+
|
|
1219
|
+
- **ph-cli:** resolve local document model loading in switchboard and vetra ([262f13035](https://github.com/powerhouse-inc/powerhouse/commit/262f13035))
|
|
1220
|
+
|
|
1221
|
+
### ❤️ Thank You
|
|
1222
|
+
|
|
1223
|
+
- Guillermo Puente @gpuente
|
|
1224
|
+
|
|
1225
|
+
## 4.1.0-dev.31 (2025-08-20)
|
|
28
1226
|
|
|
29
1227
|
This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
|
|
30
1228
|
|
|
31
|
-
##
|
|
1229
|
+
## 4.1.0-dev.30 (2025-08-20)
|
|
1230
|
+
|
|
1231
|
+
### 🩹 Fixes
|
|
1232
|
+
|
|
1233
|
+
- add additional tags ([4f0cf8658](https://github.com/powerhouse-inc/powerhouse/commit/4f0cf8658))
|
|
1234
|
+
|
|
1235
|
+
### ❤️ Thank You
|
|
1236
|
+
|
|
1237
|
+
- Frank
|
|
1238
|
+
|
|
1239
|
+
## 4.1.0-dev.29 (2025-08-20)
|
|
1240
|
+
|
|
1241
|
+
### 🩹 Fixes
|
|
1242
|
+
|
|
1243
|
+
- fetch tags :-) ([df0b7beba](https://github.com/powerhouse-inc/powerhouse/commit/df0b7beba))
|
|
1244
|
+
|
|
1245
|
+
### ❤️ Thank You
|
|
1246
|
+
|
|
1247
|
+
- Frank
|
|
1248
|
+
|
|
1249
|
+
## 4.1.0-dev.28 (2025-08-20)
|
|
1250
|
+
|
|
1251
|
+
### 🩹 Fixes
|
|
1252
|
+
|
|
1253
|
+
- removed metadata extraction from commit ([637960021](https://github.com/powerhouse-inc/powerhouse/commit/637960021))
|
|
1254
|
+
|
|
1255
|
+
### ❤️ Thank You
|
|
1256
|
+
|
|
1257
|
+
- Frank
|
|
1258
|
+
|
|
1259
|
+
## 4.1.0-dev.27 (2025-08-20)
|
|
1260
|
+
|
|
1261
|
+
### 🩹 Fixes
|
|
1262
|
+
|
|
1263
|
+
- extract metadata tags and labels for docker ([bb9c81ce7](https://github.com/powerhouse-inc/powerhouse/commit/bb9c81ce7))
|
|
1264
|
+
- use github tag properly ([95ccff4b8](https://github.com/powerhouse-inc/powerhouse/commit/95ccff4b8))
|
|
1265
|
+
- proper tag for docker images ([e73e10617](https://github.com/powerhouse-inc/powerhouse/commit/e73e10617))
|
|
1266
|
+
- use patname secret instead of github token ([db9dfd5cd](https://github.com/powerhouse-inc/powerhouse/commit/db9dfd5cd))
|
|
1267
|
+
|
|
1268
|
+
### ❤️ Thank You
|
|
1269
|
+
|
|
1270
|
+
- Frank
|
|
1271
|
+
|
|
1272
|
+
## 4.1.0-dev.26 (2025-08-20)
|
|
1273
|
+
|
|
1274
|
+
### 🩹 Fixes
|
|
1275
|
+
|
|
1276
|
+
- docker deploy alternative approach ([2a5522cdc](https://github.com/powerhouse-inc/powerhouse/commit/2a5522cdc))
|
|
1277
|
+
|
|
1278
|
+
### ❤️ Thank You
|
|
1279
|
+
|
|
1280
|
+
- Frank
|
|
1281
|
+
|
|
1282
|
+
## 4.1.0-dev.25 (2025-08-20)
|
|
32
1283
|
|
|
33
1284
|
### 🩹 Fixes
|
|
34
1285
|
|
|
35
|
-
-
|
|
1286
|
+
- docker deploy ([b057a7cce](https://github.com/powerhouse-inc/powerhouse/commit/b057a7cce))
|
|
36
1287
|
|
|
37
1288
|
### ❤️ Thank You
|
|
38
1289
|
|
|
39
1290
|
- Frank
|
|
40
1291
|
|
|
41
|
-
##
|
|
1292
|
+
## 4.1.0-dev.24 (2025-08-20)
|
|
42
1293
|
|
|
43
1294
|
### 🚀 Features
|
|
44
1295
|
|
|
45
|
-
-
|
|
46
|
-
- reactor
|
|
47
|
-
-
|
|
48
|
-
- reactor
|
|
49
|
-
-
|
|
50
|
-
- **
|
|
51
|
-
- **connect,
|
|
52
|
-
- **
|
|
53
|
-
- **
|
|
54
|
-
- **connect,builder-tools:** improve chunking ([c089c7678](https://github.com/powerhouse-inc/powerhouse/commit/c089c7678))
|
|
55
|
-
- **codegen,design-system:** update path for import connect components ([f8f387023](https://github.com/powerhouse-inc/powerhouse/commit/f8f387023))
|
|
56
|
-
- **monorepo:** add circular imports check in ci ([d6e46a869](https://github.com/powerhouse-inc/powerhouse/commit/d6e46a869))
|
|
57
|
-
- **design-system:** resolve remaining circular imports ([b82cc2e3c](https://github.com/powerhouse-inc/powerhouse/commit/b82cc2e3c))
|
|
58
|
-
- **ph-cli:** remove reactor-local command ([029e5db7d](https://github.com/powerhouse-inc/powerhouse/commit/029e5db7d))
|
|
59
|
-
- **document-drive:** fix circular imports ([f2db50c23](https://github.com/powerhouse-inc/powerhouse/commit/f2db50c23))
|
|
60
|
-
- **monorepo:** add check circular imports scripts ([d633b37c2](https://github.com/powerhouse-inc/powerhouse/commit/d633b37c2))
|
|
61
|
-
- **connect:** remove circular imports ([a1632d41e](https://github.com/powerhouse-inc/powerhouse/commit/a1632d41e))
|
|
62
|
-
- switching to tinybench for benchmarks ([5b915e025](https://github.com/powerhouse-inc/powerhouse/commit/5b915e025))
|
|
63
|
-
- **codegen, vetra:** update codegen templates ([#2056](https://github.com/powerhouse-inc/powerhouse/pull/2056))
|
|
64
|
-
- pre-load local packages when building driveServer ([#2064](https://github.com/powerhouse-inc/powerhouse/pull/2064))
|
|
65
|
-
- create default vetra package document when ph vetra is started for a remote drive ([#2066](https://github.com/powerhouse-inc/powerhouse/pull/2066))
|
|
66
|
-
- added some broken tests that are in progress ([c92e1f057](https://github.com/powerhouse-inc/powerhouse/commit/c92e1f057))
|
|
67
|
-
- enabled ph init --remote-drives and ph checkout commands ([#2057](https://github.com/powerhouse-inc/powerhouse/pull/2057))
|
|
1296
|
+
- **codegen:** add drive explorer template ([9c27219dc](https://github.com/powerhouse-inc/powerhouse/commit/9c27219dc))
|
|
1297
|
+
- **connect,reactor-browser:** remove more old electron garbage ([5cd255568](https://github.com/powerhouse-inc/powerhouse/commit/5cd255568))
|
|
1298
|
+
- **connect:** remove broken electron code ([3f28d6a46](https://github.com/powerhouse-inc/powerhouse/commit/3f28d6a46))
|
|
1299
|
+
- **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))
|
|
1300
|
+
- **connect,state,renown:** add state hook for renown ([5beb1252b](https://github.com/powerhouse-inc/powerhouse/commit/5beb1252b))
|
|
1301
|
+
- **connect:** remove unused dep ([ef492bc7a](https://github.com/powerhouse-inc/powerhouse/commit/ef492bc7a))
|
|
1302
|
+
- **connect,state,reactor-browser:** eliminate jotai ([53b1ab759](https://github.com/powerhouse-inc/powerhouse/commit/53b1ab759))
|
|
1303
|
+
- **state:** rename to vetra packages ([c415b7dc2](https://github.com/powerhouse-inc/powerhouse/commit/c415b7dc2))
|
|
1304
|
+
- **state:** use ph packages atoms ([6421fbeea](https://github.com/powerhouse-inc/powerhouse/commit/6421fbeea))
|
|
68
1305
|
|
|
69
1306
|
### 🩹 Fixes
|
|
70
1307
|
|
|
71
|
-
-
|
|
72
|
-
- **
|
|
73
|
-
- **reactor-api:** downgraded prisma ([8032bb96c](https://github.com/powerhouse-inc/powerhouse/commit/8032bb96c))
|
|
74
|
-
- build fix for reactor-local and switchboard ([f99c45b34](https://github.com/powerhouse-inc/powerhouse/commit/f99c45b34))
|
|
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))
|
|
78
|
-
- **ph-cli:** added missing runtime dependencies ([da1b66e73](https://github.com/powerhouse-inc/powerhouse/commit/da1b66e73))
|
|
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))
|
|
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))
|
|
81
|
-
- **codegen:** move read-pkg to runtime dependency ([939f01045](https://github.com/powerhouse-inc/powerhouse/commit/939f01045))
|
|
82
|
-
- **codegen:** run prettier programmatically ([23f948c4d](https://github.com/powerhouse-inc/powerhouse/commit/23f948c4d))
|
|
83
|
-
- **switchboard:** removed duplicated document models in client initializer ([30b9dbeb3](https://github.com/powerhouse-inc/powerhouse/commit/30b9dbeb3))
|
|
84
|
-
- try again with a pnpm upgrade ([ec081f743](https://github.com/powerhouse-inc/powerhouse/commit/ec081f743))
|
|
85
|
-
- trying a completely fresh lockfile ([c9888939a](https://github.com/powerhouse-inc/powerhouse/commit/c9888939a))
|
|
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))
|
|
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))
|
|
90
|
-
- prisma openssl not found ([535ace02c](https://github.com/powerhouse-inc/powerhouse/commit/535ace02c))
|
|
91
|
-
- **monorepo:** fix lockfile and test filter ([#2069](https://github.com/powerhouse-inc/powerhouse/pull/2069))
|
|
92
|
-
- update atlas packages ([fa174d00e](https://github.com/powerhouse-inc/powerhouse/commit/fa174d00e))
|
|
93
|
-
- publish docker prod workflow ([ab7c4e6cb](https://github.com/powerhouse-inc/powerhouse/commit/ab7c4e6cb))
|
|
94
|
-
- implement bidirectional sync and local-first architecture for remote drives in vetra ([#2053](https://github.com/powerhouse-inc/powerhouse/pull/2053))
|
|
1308
|
+
- today claude taught me I could mock a package to fix circular references ([dcb83174c](https://github.com/powerhouse-inc/powerhouse/commit/dcb83174c))
|
|
1309
|
+
- **monorepo:** numerous build issues ([04349dd25](https://github.com/powerhouse-inc/powerhouse/commit/04349dd25))
|
|
95
1310
|
|
|
96
1311
|
### ❤️ Thank You
|
|
97
1312
|
|
|
98
|
-
- acaldas @acaldas
|
|
99
1313
|
- Benjamin Jordan (@thegoldenmule)
|
|
100
|
-
- Frank
|
|
101
|
-
- Guillermo Puente @gpuente
|
|
102
|
-
- Guillermo Puente Sandoval @gpuente
|
|
103
|
-
- Ryan Wolhuter @ryanwolhuter
|
|
104
1314
|
- ryanwolhuter @ryanwolhuter
|
|
105
1315
|
|
|
106
|
-
##
|
|
1316
|
+
## 4.1.0-dev.23 (2025-08-19)
|
|
107
1317
|
|
|
108
1318
|
This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
|
|
109
1319
|
|
|
110
|
-
##
|
|
1320
|
+
## 4.1.0-dev.22 (2025-08-15)
|
|
111
1321
|
|
|
112
1322
|
This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
|
|
113
1323
|
|
|
114
|
-
##
|
|
1324
|
+
## 4.1.0-dev.21 (2025-08-15)
|
|
115
1325
|
|
|
116
|
-
|
|
1326
|
+
### 🚀 Features
|
|
1327
|
+
|
|
1328
|
+
- **vetra:** update manifest when new module is added ([#1766](https://github.com/powerhouse-inc/powerhouse/pull/1766))
|
|
1329
|
+
|
|
1330
|
+
### 🩹 Fixes
|
|
117
1331
|
|
|
118
|
-
|
|
1332
|
+
- fixed debug launch configuration now that source maps are in the proper locations ([c75d793ed](https://github.com/powerhouse-inc/powerhouse/commit/c75d793ed))
|
|
1333
|
+
|
|
1334
|
+
### ❤️ Thank You
|
|
1335
|
+
|
|
1336
|
+
- Benjamin Jordan (@thegoldenmule)
|
|
1337
|
+
- Guillermo Puente Sandoval @gpuente
|
|
1338
|
+
|
|
1339
|
+
## 4.1.0-dev.20 (2025-08-15)
|
|
119
1340
|
|
|
120
1341
|
This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
|
|
121
1342
|
|
|
122
|
-
##
|
|
1343
|
+
## 4.1.0-dev.19 (2025-08-14)
|
|
123
1344
|
|
|
124
1345
|
This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
|
|
125
1346
|
|
|
126
|
-
##
|
|
1347
|
+
## 4.1.0-dev.18 (2025-08-14)
|
|
127
1348
|
|
|
128
1349
|
### 🩹 Fixes
|
|
129
1350
|
|
|
130
|
-
-
|
|
131
|
-
- prisma openssl not found ([1c9370a93](https://github.com/powerhouse-inc/powerhouse/commit/1c9370a93))
|
|
132
|
-
- publish docker prod workflow ([d701f8dc0](https://github.com/powerhouse-inc/powerhouse/commit/d701f8dc0))
|
|
1351
|
+
- overly aggressive linter fixes ([e074de3df](https://github.com/powerhouse-inc/powerhouse/commit/e074de3df))
|
|
133
1352
|
|
|
134
1353
|
### ❤️ Thank You
|
|
135
1354
|
|
|
136
|
-
-
|
|
1355
|
+
- Benjamin Jordan (@thegoldenmule)
|
|
137
1356
|
|
|
138
|
-
##
|
|
1357
|
+
## 4.1.0-dev.17 (2025-08-12)
|
|
139
1358
|
|
|
140
|
-
###
|
|
1359
|
+
### 🚀 Features
|
|
141
1360
|
|
|
142
|
-
-
|
|
1361
|
+
- refactor vetra command and remove vetra deps in connect and reactor ([#1753](https://github.com/powerhouse-inc/powerhouse/pull/1753))
|
|
143
1362
|
|
|
144
1363
|
### ❤️ Thank You
|
|
145
1364
|
|
|
146
|
-
-
|
|
1365
|
+
- Guillermo Puente Sandoval @gpuente
|
|
147
1366
|
|
|
148
|
-
|
|
1367
|
+
## 4.1.0-dev.16 (2025-08-12)
|
|
149
1368
|
|
|
150
1369
|
This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
|
|
151
1370
|
|
|
152
|
-
## 4.0.
|
|
1371
|
+
## 4.1.0-dev.15 (2025-08-12)
|
|
153
1372
|
|
|
154
|
-
|
|
1373
|
+
### 🚀 Features
|
|
155
1374
|
|
|
156
|
-
|
|
1375
|
+
- **reactor-mcp,reactor-api,reactor-local,switchboard,ph-cli:** run mcp on express app ([d51fa590e](https://github.com/powerhouse-inc/powerhouse/commit/d51fa590e))
|
|
157
1376
|
|
|
158
|
-
|
|
1377
|
+
### ❤️ Thank You
|
|
1378
|
+
|
|
1379
|
+
- acaldas @acaldas
|
|
1380
|
+
|
|
1381
|
+
## 4.1.0-dev.14 (2025-08-11)
|
|
1382
|
+
|
|
1383
|
+
### 🚀 Features
|
|
1384
|
+
|
|
1385
|
+
- update document engineering dep ([54dcee90d](https://github.com/powerhouse-inc/powerhouse/commit/54dcee90d))
|
|
1386
|
+
|
|
1387
|
+
### ❤️ Thank You
|
|
159
1388
|
|
|
160
|
-
|
|
1389
|
+
- acaldas @acaldas
|
|
1390
|
+
|
|
1391
|
+
## 4.1.0-dev.13 (2025-08-09)
|
|
161
1392
|
|
|
162
1393
|
This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
|
|
163
1394
|
|
|
164
|
-
## 4.0.
|
|
1395
|
+
## 4.1.0-dev.12 (2025-08-08)
|
|
165
1396
|
|
|
166
1397
|
This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
|
|
167
1398
|
|
|
168
|
-
## 4.0.
|
|
1399
|
+
## 4.1.0-dev.11 (2025-08-07)
|
|
1400
|
+
|
|
1401
|
+
### 🚀 Features
|
|
1402
|
+
|
|
1403
|
+
- **switchboard:** added dev mode to switchboard where local document models are loaded ([449e730b6](https://github.com/powerhouse-inc/powerhouse/commit/449e730b6))
|
|
1404
|
+
- **switchboard,reactor-local,reactor-api:** moved vite loader to reactor-api package ([c84f0a2a3](https://github.com/powerhouse-inc/powerhouse/commit/c84f0a2a3))
|
|
1405
|
+
- vetra package documents and app integration ([0e4053302](https://github.com/powerhouse-inc/powerhouse/commit/0e4053302))
|
|
1406
|
+
- **vetra:** added vetra drive editor ([4ebafd143](https://github.com/powerhouse-inc/powerhouse/commit/4ebafd143))
|
|
1407
|
+
- integrate package documents into reactor system ([939fe8e80](https://github.com/powerhouse-inc/powerhouse/commit/939fe8e80))
|
|
1408
|
+
- **connect:** integrate Vetra package documents and editors ([2ecb9bd15](https://github.com/powerhouse-inc/powerhouse/commit/2ecb9bd15))
|
|
1409
|
+
|
|
1410
|
+
### ❤️ Thank You
|
|
1411
|
+
|
|
1412
|
+
- acaldas @acaldas
|
|
1413
|
+
- Guillermo Puente @gpuente
|
|
1414
|
+
- Guillermo Puente Sandoval @gpuente
|
|
1415
|
+
|
|
1416
|
+
## 4.1.0-dev.10 (2025-08-07)
|
|
1417
|
+
|
|
1418
|
+
### 🚀 Features
|
|
1419
|
+
|
|
1420
|
+
- **builder-tools,codegen,design-system,reactor-api:** updated document-engineering version ([e74068b43](https://github.com/powerhouse-inc/powerhouse/commit/e74068b43))
|
|
1421
|
+
|
|
1422
|
+
### ❤️ Thank You
|
|
1423
|
+
|
|
1424
|
+
- acaldas @acaldas
|
|
1425
|
+
|
|
1426
|
+
## 4.1.0-dev.9 (2025-08-07)
|
|
169
1427
|
|
|
170
1428
|
This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
|
|
171
1429
|
|
|
172
|
-
## 4.0.
|
|
1430
|
+
## 4.1.0-dev.8 (2025-08-06)
|
|
173
1431
|
|
|
174
1432
|
### 🚀 Features
|
|
175
1433
|
|
|
@@ -179,15 +1437,152 @@ This was a version bump only for @powerhousedao/switchboard to align it with oth
|
|
|
179
1437
|
|
|
180
1438
|
- acaldas @acaldas
|
|
181
1439
|
|
|
182
|
-
|
|
1440
|
+
## 4.1.0-dev.7 (2025-08-06)
|
|
1441
|
+
|
|
1442
|
+
### 🚀 Features
|
|
1443
|
+
|
|
1444
|
+
- **switchboard:** added readme ([fbadfca11](https://github.com/powerhouse-inc/powerhouse/commit/fbadfca11))
|
|
1445
|
+
|
|
1446
|
+
### ❤️ Thank You
|
|
1447
|
+
|
|
1448
|
+
- Frank
|
|
1449
|
+
|
|
1450
|
+
## 4.1.0-dev.6 (2025-08-06)
|
|
1451
|
+
|
|
1452
|
+
### 🚀 Features
|
|
1453
|
+
|
|
1454
|
+
- **reactor-mcp:** load local document models and reload when they change ([0408a017c](https://github.com/powerhouse-inc/powerhouse/commit/0408a017c))
|
|
1455
|
+
- **reactor-local,reactor-api,document-drive:** reload local document models when they change ([5d9af3951](https://github.com/powerhouse-inc/powerhouse/commit/5d9af3951))
|
|
1456
|
+
|
|
1457
|
+
### ❤️ Thank You
|
|
1458
|
+
|
|
1459
|
+
- acaldas @acaldas
|
|
1460
|
+
|
|
1461
|
+
## 4.1.0-dev.5 (2025-08-05)
|
|
1462
|
+
|
|
1463
|
+
This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
|
|
1464
|
+
|
|
1465
|
+
## 4.1.0-dev.4 (2025-08-02)
|
|
1466
|
+
|
|
1467
|
+
### 🚀 Features
|
|
1468
|
+
|
|
1469
|
+
- ts morph integration ([#1729](https://github.com/powerhouse-inc/powerhouse/pull/1729))
|
|
1470
|
+
|
|
1471
|
+
### ❤️ Thank You
|
|
1472
|
+
|
|
1473
|
+
- Guillermo Puente Sandoval @gpuente
|
|
1474
|
+
|
|
1475
|
+
## 4.1.0-dev.3 (2025-08-01)
|
|
1476
|
+
|
|
1477
|
+
### 🚀 Features
|
|
1478
|
+
|
|
1479
|
+
- **reactor-mcp:** setup of modular reactor tools ([ceab98b08](https://github.com/powerhouse-inc/powerhouse/commit/ceab98b08))
|
|
1480
|
+
|
|
1481
|
+
### ❤️ Thank You
|
|
1482
|
+
|
|
1483
|
+
- acaldas @acaldas
|
|
1484
|
+
|
|
1485
|
+
## 4.1.0-dev.2 (2025-07-31)
|
|
1486
|
+
|
|
1487
|
+
### 🚀 Features
|
|
1488
|
+
|
|
1489
|
+
- **reactor-mcp,document/model:** initial implementation of reactor mcp ([4eaab9ab0](https://github.com/powerhouse-inc/powerhouse/commit/4eaab9ab0))
|
|
1490
|
+
|
|
1491
|
+
### 🩹 Fixes
|
|
1492
|
+
|
|
1493
|
+
- linter issues ([e55a16456](https://github.com/powerhouse-inc/powerhouse/commit/e55a16456))
|
|
1494
|
+
|
|
1495
|
+
### ❤️ Thank You
|
|
1496
|
+
|
|
1497
|
+
- acaldas @acaldas
|
|
1498
|
+
- Benjamin Jordan (@thegoldenmule)
|
|
1499
|
+
|
|
1500
|
+
## 4.1.0-dev.1 (2025-07-29)
|
|
1501
|
+
|
|
1502
|
+
### 🚀 Features
|
|
1503
|
+
|
|
1504
|
+
- added vetra command and vetra project ([#1713](https://github.com/powerhouse-inc/powerhouse/pull/1713))
|
|
1505
|
+
|
|
1506
|
+
### ❤️ Thank You
|
|
1507
|
+
|
|
1508
|
+
- Guillermo Puente Sandoval @gpuente
|
|
1509
|
+
|
|
1510
|
+
## 4.0.0-staging.8 (2025-07-29)
|
|
183
1511
|
|
|
184
1512
|
This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
|
|
185
1513
|
|
|
186
|
-
## 4.0.0-staging.
|
|
1514
|
+
## 4.0.0-staging.7 (2025-07-26)
|
|
1515
|
+
|
|
1516
|
+
### 🚀 Features
|
|
1517
|
+
|
|
1518
|
+
- **state:** make all atom states derivative ([68a4bfece](https://github.com/powerhouse-inc/powerhouse/commit/68a4bfece))
|
|
1519
|
+
|
|
1520
|
+
### 🩹 Fixes
|
|
1521
|
+
|
|
1522
|
+
- **switchboard:** remove auth from switchboard config ([ff3410afc](https://github.com/powerhouse-inc/powerhouse/commit/ff3410afc))
|
|
1523
|
+
|
|
1524
|
+
### ❤️ Thank You
|
|
1525
|
+
|
|
1526
|
+
- Frank
|
|
1527
|
+
- ryanwolhuter @ryanwolhuter
|
|
1528
|
+
|
|
1529
|
+
## 4.0.0-staging.6 (2025-07-25)
|
|
1530
|
+
|
|
1531
|
+
### 🚀 Features
|
|
1532
|
+
|
|
1533
|
+
- **connect:** remove unused dep ([00d3f68c0](https://github.com/powerhouse-inc/powerhouse/commit/00d3f68c0))
|
|
1534
|
+
- **state:** use reactor on window object ([40321826e](https://github.com/powerhouse-inc/powerhouse/commit/40321826e))
|
|
1535
|
+
- **state:** add state package reference to monorepo tsconfig ([93de86073](https://github.com/powerhouse-inc/powerhouse/commit/93de86073))
|
|
1536
|
+
- **state:** remove unused deps ([d681fff7a](https://github.com/powerhouse-inc/powerhouse/commit/d681fff7a))
|
|
1537
|
+
- **state:** remove jotai optics dep ([dfc955a82](https://github.com/powerhouse-inc/powerhouse/commit/dfc955a82))
|
|
1538
|
+
- **common:** add storybook react dev dep ([61404f414](https://github.com/powerhouse-inc/powerhouse/commit/61404f414))
|
|
1539
|
+
- **common:** install storybook types ([c4d45bb7c](https://github.com/powerhouse-inc/powerhouse/commit/c4d45bb7c))
|
|
1540
|
+
- **connect:** use new hooks ([93a9eccfa](https://github.com/powerhouse-inc/powerhouse/commit/93a9eccfa))
|
|
1541
|
+
- **state:** move state code to own package ([605bd5d75](https://github.com/powerhouse-inc/powerhouse/commit/605bd5d75))
|
|
1542
|
+
- support initial strand without operations ([46698d2ff](https://github.com/powerhouse-inc/powerhouse/commit/46698d2ff))
|
|
1543
|
+
- **document-drive:** removed drive id where possible ([adcedc4f0](https://github.com/powerhouse-inc/powerhouse/commit/adcedc4f0))
|
|
1544
|
+
|
|
1545
|
+
### 🩹 Fixes
|
|
1546
|
+
|
|
1547
|
+
- **document-drive:** added deprecation warnings and release notes ([dbc86d172](https://github.com/powerhouse-inc/powerhouse/commit/dbc86d172))
|
|
1548
|
+
- **common:** update storybook story type ([a84550281](https://github.com/powerhouse-inc/powerhouse/commit/a84550281))
|
|
1549
|
+
|
|
1550
|
+
### ❤️ Thank You
|
|
1551
|
+
|
|
1552
|
+
- acaldas @acaldas
|
|
1553
|
+
- ryanwolhuter @ryanwolhuter
|
|
1554
|
+
|
|
1555
|
+
## 3.3.0-dev.19 (2025-07-25)
|
|
1556
|
+
|
|
1557
|
+
### 🚀 Features
|
|
1558
|
+
|
|
1559
|
+
- **connect:** remove unused dep ([00d3f68c0](https://github.com/powerhouse-inc/powerhouse/commit/00d3f68c0))
|
|
1560
|
+
- **state:** use reactor on window object ([40321826e](https://github.com/powerhouse-inc/powerhouse/commit/40321826e))
|
|
1561
|
+
- **state:** add state package reference to monorepo tsconfig ([93de86073](https://github.com/powerhouse-inc/powerhouse/commit/93de86073))
|
|
1562
|
+
- **state:** remove unused deps ([d681fff7a](https://github.com/powerhouse-inc/powerhouse/commit/d681fff7a))
|
|
1563
|
+
- **state:** remove jotai optics dep ([dfc955a82](https://github.com/powerhouse-inc/powerhouse/commit/dfc955a82))
|
|
1564
|
+
- **common:** add storybook react dev dep ([61404f414](https://github.com/powerhouse-inc/powerhouse/commit/61404f414))
|
|
1565
|
+
- **common:** install storybook types ([c4d45bb7c](https://github.com/powerhouse-inc/powerhouse/commit/c4d45bb7c))
|
|
1566
|
+
- **connect:** use new hooks ([93a9eccfa](https://github.com/powerhouse-inc/powerhouse/commit/93a9eccfa))
|
|
1567
|
+
- **state:** move state code to own package ([605bd5d75](https://github.com/powerhouse-inc/powerhouse/commit/605bd5d75))
|
|
1568
|
+
- support initial strand without operations ([46698d2ff](https://github.com/powerhouse-inc/powerhouse/commit/46698d2ff))
|
|
1569
|
+
- **document-drive:** removed drive id where possible ([adcedc4f0](https://github.com/powerhouse-inc/powerhouse/commit/adcedc4f0))
|
|
1570
|
+
|
|
1571
|
+
### 🩹 Fixes
|
|
1572
|
+
|
|
1573
|
+
- **document-drive:** added deprecation warnings and release notes ([dbc86d172](https://github.com/powerhouse-inc/powerhouse/commit/dbc86d172))
|
|
1574
|
+
- **common:** update storybook story type ([a84550281](https://github.com/powerhouse-inc/powerhouse/commit/a84550281))
|
|
1575
|
+
|
|
1576
|
+
### ❤️ Thank You
|
|
1577
|
+
|
|
1578
|
+
- acaldas @acaldas
|
|
1579
|
+
- ryanwolhuter @ryanwolhuter
|
|
1580
|
+
|
|
1581
|
+
## 3.3.0-dev.18 (2025-07-24)
|
|
187
1582
|
|
|
188
1583
|
This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
|
|
189
1584
|
|
|
190
|
-
##
|
|
1585
|
+
## 3.3.0-dev.17 (2025-07-23)
|
|
191
1586
|
|
|
192
1587
|
### 🩹 Fixes
|
|
193
1588
|
|
|
@@ -198,11 +1593,11 @@ This was a version bump only for @powerhousedao/switchboard to align it with oth
|
|
|
198
1593
|
|
|
199
1594
|
- Callme-T
|
|
200
1595
|
|
|
201
|
-
##
|
|
1596
|
+
## 3.3.0-dev.16 (2025-07-22)
|
|
202
1597
|
|
|
203
1598
|
This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
|
|
204
1599
|
|
|
205
|
-
##
|
|
1600
|
+
## 3.3.0-dev.15 (2025-07-17)
|
|
206
1601
|
|
|
207
1602
|
### 🩹 Fixes
|
|
208
1603
|
|
|
@@ -210,11 +1605,7 @@ This was a version bump only for @powerhousedao/switchboard to align it with oth
|
|
|
210
1605
|
|
|
211
1606
|
### ❤️ Thank You
|
|
212
1607
|
|
|
213
|
-
- acaldas
|
|
214
|
-
|
|
215
|
-
## 4.0.0-staging.1 (2025-07-17)
|
|
216
|
-
|
|
217
|
-
This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
|
|
1608
|
+
- acaldas
|
|
218
1609
|
|
|
219
1610
|
## 3.3.0-dev.14 (2025-07-17)
|
|
220
1611
|
|