@powerhousedao/switchboard 6.0.0-dev.15 → 6.0.0-dev.151

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.
Files changed (52) hide show
  1. package/Auth.md +45 -27
  2. package/CHANGELOG.md +1214 -5
  3. package/README.md +13 -12
  4. package/dist/src/config.d.ts +1 -1
  5. package/dist/src/config.d.ts.map +1 -1
  6. package/dist/src/index.js +33 -5
  7. package/dist/src/index.js.map +1 -1
  8. package/dist/src/metrics.d.ts +7 -0
  9. package/dist/src/metrics.d.ts.map +1 -0
  10. package/dist/src/metrics.js +34 -0
  11. package/dist/src/metrics.js.map +1 -0
  12. package/dist/src/profiler.d.ts +6 -1
  13. package/dist/src/profiler.d.ts.map +1 -1
  14. package/dist/src/profiler.js +31 -5
  15. package/dist/src/profiler.js.map +1 -1
  16. package/dist/src/renown.d.ts +24 -0
  17. package/dist/src/renown.d.ts.map +1 -0
  18. package/dist/src/renown.js +45 -0
  19. package/dist/src/renown.js.map +1 -0
  20. package/dist/src/server.d.ts +0 -1
  21. package/dist/src/server.d.ts.map +1 -1
  22. package/dist/src/server.js +162 -173
  23. package/dist/src/server.js.map +1 -1
  24. package/dist/src/types.d.ts +27 -18
  25. package/dist/src/types.d.ts.map +1 -1
  26. package/dist/src/utils.d.ts +2 -3
  27. package/dist/src/utils.d.ts.map +1 -1
  28. package/dist/src/utils.js +3 -32
  29. package/dist/src/utils.js.map +1 -1
  30. package/dist/test/metrics.test.d.ts +2 -0
  31. package/dist/test/metrics.test.d.ts.map +1 -0
  32. package/dist/test/metrics.test.js +121 -0
  33. package/dist/test/metrics.test.js.map +1 -0
  34. package/dist/tsconfig.tsbuildinfo +1 -1
  35. package/dist/vitest.config.d.ts +3 -0
  36. package/dist/vitest.config.d.ts.map +1 -0
  37. package/dist/vitest.config.js +11 -0
  38. package/dist/vitest.config.js.map +1 -0
  39. package/package.json +35 -26
  40. package/test/metrics.test.ts +202 -0
  41. package/tsconfig.json +17 -4
  42. package/vitest.config.ts +11 -0
  43. package/Dockerfile +0 -86
  44. package/dist/src/clients/redis.d.ts +0 -5
  45. package/dist/src/clients/redis.d.ts.map +0 -1
  46. package/dist/src/clients/redis.js +0 -48
  47. package/dist/src/clients/redis.js.map +0 -1
  48. package/dist/src/connect-crypto.d.ts +0 -41
  49. package/dist/src/connect-crypto.d.ts.map +0 -1
  50. package/dist/src/connect-crypto.js +0 -127
  51. package/dist/src/connect-crypto.js.map +0 -1
  52. package/entrypoint.sh +0 -17
package/CHANGELOG.md CHANGED
@@ -1,3 +1,1212 @@
1
+ ## 6.0.0-dev.151 (2026-04-01)
2
+
3
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
4
+
5
+ ## 6.0.0-dev.150 (2026-04-01)
6
+
7
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
8
+
9
+ ## 6.0.0-dev.149 (2026-04-01)
10
+
11
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
12
+
13
+ ## 6.0.0-dev.148 (2026-04-01)
14
+
15
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
16
+
17
+ ## 6.0.0-dev.147 (2026-04-01)
18
+
19
+ ### 🚀 Features
20
+
21
+ - unify package and manifest types ([#2458](https://github.com/powerhouse-inc/powerhouse/pull/2458))
22
+
23
+ ### 🩹 Fixes
24
+
25
+ - format readme ([01011a461](https://github.com/powerhouse-inc/powerhouse/commit/01011a461))
26
+
27
+ ### ❤️ Thank You
28
+
29
+ - acaldas
30
+ - Ryan Wolhuter @ryanwolhuter
31
+
32
+ ## 6.0.0-dev.146 (2026-04-01)
33
+
34
+ ### 🩹 Fixes
35
+
36
+ - **docker:** fix switchboard-entrypoint.sh ([18a4013d7](https://github.com/powerhouse-inc/powerhouse/commit/18a4013d7))
37
+
38
+ ### ❤️ Thank You
39
+
40
+ - acaldas
41
+
42
+ ## 6.0.0-dev.145 (2026-04-01)
43
+
44
+ ### 🩹 Fixes
45
+
46
+ - **registry:** cache and resolve different package versions ([773d021a2](https://github.com/powerhouse-inc/powerhouse/commit/773d021a2))
47
+
48
+ ### ❤️ Thank You
49
+
50
+ - acaldas
51
+
52
+ ## 6.0.0-dev.144 (2026-04-01)
53
+
54
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
55
+
56
+ ## 6.0.0-dev.143 (2026-03-31)
57
+
58
+ ### 🚀 Features
59
+
60
+ - **switchboard,reactor-api:** implemented httpPackageLoader ([ba53e2298](https://github.com/powerhouse-inc/powerhouse/commit/ba53e2298))
61
+
62
+ ### ❤️ Thank You
63
+
64
+ - acaldas
65
+
66
+ ## 6.0.0-dev.142 (2026-03-31)
67
+
68
+ ### 🩹 Fixes
69
+
70
+ - **docker:** use scoped registry for @powerhousedao instead of global override ([33d06b487](https://github.com/powerhouse-inc/powerhouse/commit/33d06b487))
71
+
72
+ ### ❤️ Thank You
73
+
74
+ - Frank
75
+
76
+ ## 6.0.0-dev.141 (2026-03-31)
77
+
78
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
79
+
80
+ ## 6.0.0-dev.140 (2026-03-31)
81
+
82
+ ### 🚀 Features
83
+
84
+ - **registry:** enable npm proxy uplink in Verdaccio ([405733914](https://github.com/powerhouse-inc/powerhouse/commit/405733914))
85
+
86
+ ### 🩹 Fixes
87
+
88
+ - **docker:** use .npmrc for scoped registry config ([8568e3a20](https://github.com/powerhouse-inc/powerhouse/commit/8568e3a20))
89
+
90
+ ### ❤️ Thank You
91
+
92
+ - Frank
93
+
94
+ ## 6.0.0-dev.139 (2026-03-31)
95
+
96
+ ### 🩹 Fixes
97
+
98
+ - **docker:** use scoped registry for @powerhousedao packages ([f7c8ff72c](https://github.com/powerhouse-inc/powerhouse/commit/f7c8ff72c))
99
+
100
+ ### ❤️ Thank You
101
+
102
+ - Frank
103
+
104
+ ## 6.0.0-dev.138 (2026-03-31)
105
+
106
+ ### 🚀 Features
107
+
108
+ - **docker:** install PH_PACKAGES at switchboard startup ([c510da354](https://github.com/powerhouse-inc/powerhouse/commit/c510da354))
109
+ - **docker:** install PH_PACKAGES at switchboard startup ([fdf33e0aa](https://github.com/powerhouse-inc/powerhouse/commit/fdf33e0aa))
110
+
111
+ ### ❤️ Thank You
112
+
113
+ - Frank
114
+
115
+ ## 6.0.0-dev.137 (2026-03-31)
116
+
117
+ ### 🩹 Fixes
118
+
119
+ - **reactor-api:** always include ImportPackageLoader alongside custom loaders ([f33785d1a](https://github.com/powerhouse-inc/powerhouse/commit/f33785d1a))
120
+
121
+ ### ❤️ Thank You
122
+
123
+ - Frank
124
+
125
+ ## 6.0.0-dev.136 (2026-03-31)
126
+
127
+ ### 🚀 Features
128
+
129
+ - **reactor-api,switchboard:** load processors and subgraphs via HTTP registry ([6ebc6e069](https://github.com/powerhouse-inc/powerhouse/commit/6ebc6e069))
130
+
131
+ ### ❤️ Thank You
132
+
133
+ - Frank
134
+
135
+ ## 6.0.0-dev.135 (2026-03-31)
136
+
137
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
138
+
139
+ ## 6.0.0-dev.134 (2026-03-31)
140
+
141
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
142
+
143
+ ## 6.0.0-dev.133 (2026-03-31)
144
+
145
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
146
+
147
+ ## 6.0.0-dev.132 (2026-03-31)
148
+
149
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
150
+
151
+ ## 6.0.0-dev.131 (2026-03-31)
152
+
153
+ ### 🚀 Features
154
+
155
+ - add separate node and browser processor bundles ([#2451](https://github.com/powerhouse-inc/powerhouse/pull/2451))
156
+
157
+ ### ❤️ Thank You
158
+
159
+ - Ryan Wolhuter @ryanwolhuter
160
+
161
+ ## 6.0.0-dev.130 (2026-03-31)
162
+
163
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
164
+
165
+ ## 6.0.0-dev.129 (2026-03-30)
166
+
167
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
168
+
169
+ ## 6.0.0-dev.128 (2026-03-30)
170
+
171
+ ### 🩹 Fixes
172
+
173
+ - **reactor-api,switchboard:** import vite loader from subexport ([1909d0c25](https://github.com/powerhouse-inc/powerhouse/commit/1909d0c25))
174
+
175
+ ### ❤️ Thank You
176
+
177
+ - acaldas
178
+
179
+ ## 6.0.0-dev.127 (2026-03-30)
180
+
181
+ ### 🩹 Fixes
182
+
183
+ - **connect,docker:** set connect registry url on build step ([cc96c4ad7](https://github.com/powerhouse-inc/powerhouse/commit/cc96c4ad7))
184
+
185
+ ### ❤️ Thank You
186
+
187
+ - acaldas
188
+
189
+ ## 6.0.0-dev.126 (2026-03-30)
190
+
191
+ ### 🚀 Features
192
+
193
+ - **connect,docker:** load PH_PACKAGES from runtime JSON instead of build-time define ([701eec6ac](https://github.com/powerhouse-inc/powerhouse/commit/701eec6ac))
194
+
195
+ ### ❤️ Thank You
196
+
197
+ - acaldas
198
+
199
+ ## 6.0.0-dev.125 (2026-03-30)
200
+
201
+ ### 🚀 Features
202
+
203
+ - **docker:** use switchboard bin directly in entrypoint ([6848e119b](https://github.com/powerhouse-inc/powerhouse/commit/6848e119b))
204
+ - **docker:** install switchboard directly instead of ph-cmd ([66ab86bc1](https://github.com/powerhouse-inc/powerhouse/commit/66ab86bc1))
205
+
206
+ ### 🩹 Fixes
207
+
208
+ - **connect,builder-tools,design-system:** multiple fixes to dynamic package loading in connect ([fb47de8b3](https://github.com/powerhouse-inc/powerhouse/commit/fb47de8b3))
209
+
210
+ ### ❤️ Thank You
211
+
212
+ - acaldas
213
+ - Frank
214
+
215
+ ## 6.0.0-dev.124 (2026-03-30)
216
+
217
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
218
+
219
+ ## 6.0.0-dev.123 (2026-03-29)
220
+
221
+ ### 🚀 Features
222
+
223
+ - **docker:** redesign Docker strategy with runtime package loading ([08207df3d](https://github.com/powerhouse-inc/powerhouse/commit/08207df3d))
224
+
225
+ ### ❤️ Thank You
226
+
227
+ - Frank
228
+
229
+ ## 6.0.0-dev.122 (2026-03-29)
230
+
231
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
232
+
233
+ ## 6.0.0-dev.121 (2026-03-29)
234
+
235
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
236
+
237
+ ## 6.0.0-dev.120 (2026-03-29)
238
+
239
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
240
+
241
+ ## 6.0.0-dev.119 (2026-03-29)
242
+
243
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
244
+
245
+ ## 6.0.0-dev.118 (2026-03-28)
246
+
247
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
248
+
249
+ ## 6.0.0-dev.117 (2026-03-28)
250
+
251
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
252
+
253
+ ## 6.0.0-dev.116 (2026-03-27)
254
+
255
+ ### 🚀 Features
256
+
257
+ - verify signatures on switchboard an consider actions without an app key on signer as unsigned ([c9a45d2e7](https://github.com/powerhouse-inc/powerhouse/commit/c9a45d2e7))
258
+
259
+ ### 🩹 Fixes
260
+
261
+ - **reactor-api:** deserialize signatures in pushSyncEnvelopes resolver ([ab5a33eb6](https://github.com/powerhouse-inc/powerhouse/commit/ab5a33eb6))
262
+ - dependency improvements ([a41a67741](https://github.com/powerhouse-inc/powerhouse/commit/a41a67741))
263
+ - **document-drive:** exclude self from collision check when renaming nodes ([7dfc73268](https://github.com/powerhouse-inc/powerhouse/commit/7dfc73268))
264
+
265
+ ### ❤️ Thank You
266
+
267
+ - acaldas @acaldas
268
+ - Guillermo Puente @gpuente
269
+
270
+ ## 6.0.0-dev.115 (2026-03-27)
271
+
272
+ ### 🚀 Features
273
+
274
+ - **reactor-api:** add MercuriusGatewayAdapter implementing IGatewayAdapter ([ea05779a3](https://github.com/powerhouse-inc/powerhouse/commit/ea05779a3))
275
+ - **reactor-api:** add FastifyHttpAdapter with dispatch-map design ([969d56af3](https://github.com/powerhouse-inc/powerhouse/commit/969d56af3))
276
+ - **reactor-api:** add FastifyHttpAdapter implementing IHttpAdapter ([94d3d9b48](https://github.com/powerhouse-inc/powerhouse/commit/94d3d9b48))
277
+
278
+ ### ❤️ Thank You
279
+
280
+ - Samuel Hawksby-Robinson @Samyoul
281
+
282
+ ## 6.0.0-dev.114 (2026-03-27)
283
+
284
+ ### 🚀 Features
285
+
286
+ - **registry:** simplify Dockerfile to install from npm ([7e2c2fa91](https://github.com/powerhouse-inc/powerhouse/commit/7e2c2fa91))
287
+
288
+ ### 🩹 Fixes
289
+
290
+ - **reactor-api:** resolve ESLint unsafe-any errors in mountNodeRoute and Sentry handler ([40777f429](https://github.com/powerhouse-inc/powerhouse/commit/40777f429))
291
+
292
+ ### ❤️ Thank You
293
+
294
+ - acaldas @acaldas
295
+ - Claude Opus 4.6 (1M context)
296
+ - Samuel Hawksby-Robinson @Samyoul
297
+
298
+ ## 6.0.0-dev.113 (2026-03-27)
299
+
300
+ ### 🚀 Features
301
+
302
+ - expand codegen tests to cover new cases ([#2432](https://github.com/powerhouse-inc/powerhouse/pull/2432))
303
+
304
+ ### 🩹 Fixes
305
+
306
+ - **codegen:** e2e tests for doc model and subgraph generation -- and a fix for a bug they found ([1c58a34df](https://github.com/powerhouse-inc/powerhouse/commit/1c58a34df))
307
+ - **codegen:** handle JSONC comments in ensureTsconfigPaths ([ae3cd38fe](https://github.com/powerhouse-inc/powerhouse/commit/ae3cd38fe))
308
+ - **vetra:** move connect dependency to root and fix CSS import ([1e288a8a9](https://github.com/powerhouse-inc/powerhouse/commit/1e288a8a9))
309
+ - **vetra:** add missing Connect boilerplate files for ph vetra ([bfe64f705](https://github.com/powerhouse-inc/powerhouse/commit/bfe64f705))
310
+
311
+ ### ❤️ Thank You
312
+
313
+ - Benjamin Jordan
314
+ - Guillermo Puente @gpuente
315
+ - Ryan Wolhuter @ryanwolhuter
316
+
317
+ ## 6.0.0-dev.112 (2026-03-26)
318
+
319
+ ### 🚀 Features
320
+
321
+ - **codegen:** e2e codegen processor tests ([08686abc6](https://github.com/powerhouse-inc/powerhouse/commit/08686abc6))
322
+
323
+ ### ❤️ Thank You
324
+
325
+ - Benjamin Jordan
326
+
327
+ ## 6.0.0-dev.111 (2026-03-25)
328
+
329
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
330
+
331
+ ## 6.0.0-dev.110 (2026-03-25)
332
+
333
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
334
+
335
+ ## 6.0.0-dev.109 (2026-03-24)
336
+
337
+ ### 🚀 Features
338
+
339
+ - **vetra-e2e:** add editor creation, registry publish, and consumer install e2e tests ([a215a7d7e](https://github.com/powerhouse-inc/powerhouse/commit/a215a7d7e))
340
+
341
+ ### 🩹 Fixes
342
+
343
+ - **switchboard:** use DATABASE_URL for read model storage instead of PGlite ([fabdf4e96](https://github.com/powerhouse-inc/powerhouse/commit/fabdf4e96))
344
+ - **switchboard:** cast api.app.handle to Express for Vite middleware mount ([87197a864](https://github.com/powerhouse-inc/powerhouse/commit/87197a864))
345
+ - lockfile ([292187fae](https://github.com/powerhouse-inc/powerhouse/commit/292187fae))
346
+
347
+ ### ❤️ Thank You
348
+
349
+ - Benjamin Jordan
350
+ - Frank
351
+ - Guillermo Puente @gpuente
352
+ - Samuel Hawksby-Robinson @Samyoul
353
+
354
+ ## 6.0.0-dev.108 (2026-03-24)
355
+
356
+ ### 🚀 Features
357
+
358
+ - register vetra document models and processors in switchboard ([b50da707e](https://github.com/powerhouse-inc/powerhouse/commit/b50da707e))
359
+ - **switchboard:** add DYNAMIC_MODEL_LOADING feature flag ([50aa9c40e](https://github.com/powerhouse-inc/powerhouse/commit/50aa9c40e))
360
+ - add document drive bundle step ([4c5085630](https://github.com/powerhouse-inc/powerhouse/commit/4c5085630))
361
+ - bundle cli shared stuff separately ([0f1f1ed8e](https://github.com/powerhouse-inc/powerhouse/commit/0f1f1ed8e))
362
+ - move shared cli types ([437455beb](https://github.com/powerhouse-inc/powerhouse/commit/437455beb))
363
+ - deal with an absolutely ridiculous amount of wrong exports ([d45e52ab9](https://github.com/powerhouse-inc/powerhouse/commit/d45e52ab9))
364
+ - **switchboard:** resolve registry URL from powerhouse.config.json ([a524fa593](https://github.com/powerhouse-inc/powerhouse/commit/a524fa593))
365
+ - dang that's a lot of files ([d7c198c22](https://github.com/powerhouse-inc/powerhouse/commit/d7c198c22))
366
+ - add versioned deps as dep of vetra-e2e ([884de81e5](https://github.com/powerhouse-inc/powerhouse/commit/884de81e5))
367
+ - update config for versioned documents test package ([a29d6b9ab](https://github.com/powerhouse-inc/powerhouse/commit/a29d6b9ab))
368
+ - make vetra a common package in connect ([4b366d892](https://github.com/powerhouse-inc/powerhouse/commit/4b366d892))
369
+ - re-implement package manager and add start connect function ([1fd9946b4](https://github.com/powerhouse-inc/powerhouse/commit/1fd9946b4))
370
+ - add build command ([b8427cbca](https://github.com/powerhouse-inc/powerhouse/commit/b8427cbca))
371
+ - remove dependency on knex from analytics engine browser ([e87e0c75a](https://github.com/powerhouse-inc/powerhouse/commit/e87e0c75a))
372
+ - **vetra:** do not bundle processors isomorphically ([6f9d380a6](https://github.com/powerhouse-inc/powerhouse/commit/6f9d380a6))
373
+ - **registry:** use tsdown in registry ([fd3da952b](https://github.com/powerhouse-inc/powerhouse/commit/fd3da952b))
374
+ - **analytics-engine:** use tsdown in analytics engine ([ef8bce39c](https://github.com/powerhouse-inc/powerhouse/commit/ef8bce39c))
375
+ - **builder-tools:** use tsdown for builder tools ([076657a43](https://github.com/powerhouse-inc/powerhouse/commit/076657a43))
376
+ - **ph-cmd:** use tsdown for ph-cmd ([23ea5bc8d](https://github.com/powerhouse-inc/powerhouse/commit/23ea5bc8d))
377
+ - start using tsdown ([b8b03f73a](https://github.com/powerhouse-inc/powerhouse/commit/b8b03f73a))
378
+ - **ph-cli:** use tsdown to bundle ph-cli ([b32726fc1](https://github.com/powerhouse-inc/powerhouse/commit/b32726fc1))
379
+ - add tsdown ([276222480](https://github.com/powerhouse-inc/powerhouse/commit/276222480))
380
+
381
+ ### 🩹 Fixes
382
+
383
+ - include academy tenant in dev releases ([a459f0edf](https://github.com/powerhouse-inc/powerhouse/commit/a459f0edf))
384
+ - add retry loop for k8s push race conditions ([31659b5e3](https://github.com/powerhouse-inc/powerhouse/commit/31659b5e3))
385
+ - deps ([cbb8c5da9](https://github.com/powerhouse-inc/powerhouse/commit/cbb8c5da9))
386
+ - codegen tests ([b857b8ab6](https://github.com/powerhouse-inc/powerhouse/commit/b857b8ab6))
387
+ - **reactor-api:** resolve tsconfig path aliases in switchboard's Vite SSR loader ([dd812a933](https://github.com/powerhouse-inc/powerhouse/commit/dd812a933))
388
+ - **document-drive:** fix tsc build and prisma ESM \_\_dirname error ([f0c252d96](https://github.com/powerhouse-inc/powerhouse/commit/f0c252d96))
389
+ - stop mixing node and browser code ([9d5513533](https://github.com/powerhouse-inc/powerhouse/commit/9d5513533))
390
+ - always build css after bundle ([36dca2c95](https://github.com/powerhouse-inc/powerhouse/commit/36dca2c95))
391
+ - always build css after bundling ([565d11dca](https://github.com/powerhouse-inc/powerhouse/commit/565d11dca))
392
+ - so much, too much to even describe ([4aa9ebf54](https://github.com/powerhouse-inc/powerhouse/commit/4aa9ebf54))
393
+ - e2e tests ([d1bfe5f08](https://github.com/powerhouse-inc/powerhouse/commit/d1bfe5f08))
394
+ - **connect,vetra:** move vite plugin node polyfills to specific packages ([e3b0fa37b](https://github.com/powerhouse-inc/powerhouse/commit/e3b0fa37b))
395
+ - strange export style in reactor browser which caused circular references ([683e17196](https://github.com/powerhouse-inc/powerhouse/commit/683e17196))
396
+ - handle both node and browser types ([90f793133](https://github.com/powerhouse-inc/powerhouse/commit/90f793133))
397
+
398
+ ### ❤️ Thank You
399
+
400
+ - Frank
401
+ - Guillermo Puente @gpuente
402
+ - ryanwolhuter @ryanwolhuter
403
+
404
+ ## 6.0.0-dev.107 (2026-03-23)
405
+
406
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
407
+
408
+ ## 6.0.0-dev.106 (2026-03-23)
409
+
410
+ ### 🚀 Features
411
+
412
+ - add ph build command 2 ([#2415](https://github.com/powerhouse-inc/powerhouse/pull/2415))
413
+
414
+ ### 🩹 Fixes
415
+
416
+ - **release:** remove stale build-connect step, now covered by build-bundle ([e00eed45a](https://github.com/powerhouse-inc/powerhouse/commit/e00eed45a))
417
+ - add git pull --rebase before push in k8s update jobs to avoid race conditions ([fa7af726f](https://github.com/powerhouse-inc/powerhouse/commit/fa7af726f))
418
+
419
+ ### ❤️ Thank You
420
+
421
+ - Frank
422
+ - Ryan Wolhuter @ryanwolhuter
423
+
424
+ ## 6.0.0-dev.105 (2026-03-23)
425
+
426
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
427
+
428
+ ## 6.0.0-dev.104 (2026-03-22)
429
+
430
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
431
+
432
+ ## 6.0.0-dev.103 (2026-03-21)
433
+
434
+ ### 🩹 Fixes
435
+
436
+ - **reactor:** temporary fix for deleting documents and cleaning up all edges too -- very costly ([8a15a0604](https://github.com/powerhouse-inc/powerhouse/commit/8a15a0604))
437
+
438
+ ### ❤️ Thank You
439
+
440
+ - Benjamin Jordan
441
+
442
+ ## 6.0.0-dev.102 (2026-03-20)
443
+
444
+ ### 🩹 Fixes
445
+
446
+ - update workflow to use refname for tag in case it is not annotated, and provide a clear error message when there is no tag ([269758716](https://github.com/powerhouse-inc/powerhouse/commit/269758716))
447
+ - **builder-tools,reactor-browser:** bundling fixes ([59dfd75b6](https://github.com/powerhouse-inc/powerhouse/commit/59dfd75b6))
448
+
449
+ ### ❤️ Thank You
450
+
451
+ - acaldas @acaldas
452
+ - Benjamin Jordan
453
+
454
+ ## 6.0.0-dev.101 (2026-03-20)
455
+
456
+ ### 🚀 Features
457
+
458
+ - **examples:** add Discord webhook processor example ([fc09a4d66](https://github.com/powerhouse-inc/powerhouse/commit/fc09a4d66))
459
+
460
+ ### ❤️ Thank You
461
+
462
+ - Benjamin Jordan
463
+ - Claude Opus 4.6
464
+
465
+ ## 6.0.0-dev.100 (2026-03-19)
466
+
467
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
468
+
469
+ ## 6.0.0-dev.99 (2026-03-18)
470
+
471
+ ### 🚀 Features
472
+
473
+ - **test-subscription:** adding a cli test-client for testing reactor api subscriptions ([563a8ac7d](https://github.com/powerhouse-inc/powerhouse/commit/563a8ac7d))
474
+
475
+ ### 🩹 Fixes
476
+
477
+ - updated pnpm-lock ([c2843dc5b](https://github.com/powerhouse-inc/powerhouse/commit/c2843dc5b))
478
+
479
+ ### ❤️ Thank You
480
+
481
+ - acaldas
482
+ - Benjamin Jordan
483
+
484
+ ## 6.0.0-dev.98 (2026-03-18)
485
+
486
+ ### 🩹 Fixes
487
+
488
+ - **connect:** declare dependencies ([6aa6910d3](https://github.com/powerhouse-inc/powerhouse/commit/6aa6910d3))
489
+
490
+ ### ❤️ Thank You
491
+
492
+ - acaldas
493
+
494
+ ## 6.0.0-dev.97 (2026-03-18)
495
+
496
+ ### 🩹 Fixes
497
+
498
+ - **design-system:** removed zod dependency ([fdc7c2ef7](https://github.com/powerhouse-inc/powerhouse/commit/fdc7c2ef7))
499
+
500
+ ### ❤️ Thank You
501
+
502
+ - acaldas @acaldas
503
+
504
+ ## 6.0.0-dev.96 (2026-03-17)
505
+
506
+ ### 🩹 Fixes
507
+
508
+ - **switchboard:** avoid double /v1/metrics suffix in OTLP exporter URL ([c184093c3](https://github.com/powerhouse-inc/powerhouse/commit/c184093c3))
509
+ - **switchboard:** enforce OTel provider registration ordering via StartServerOptions ([c797fd242](https://github.com/powerhouse-inc/powerhouse/commit/c797fd242))
510
+
511
+ ### ❤️ Thank You
512
+
513
+ - Samuel Hawksby-Robinson @Samyoul
514
+
515
+ ## 6.0.0-dev.95 (2026-03-17)
516
+
517
+ ### 🚀 Features
518
+
519
+ - **switchboard:** add OTel metrics export via OTEL_EXPORTER_OTLP_ENDPOINT ([52f34aa1f](https://github.com/powerhouse-inc/powerhouse/commit/52f34aa1f))
520
+
521
+ ### 🩹 Fixes
522
+
523
+ - **codegen:** added missing deps to boilerplate ([721dcb581](https://github.com/powerhouse-inc/powerhouse/commit/721dcb581))
524
+ - **switchboard:** derive exportTimeoutMillis from exportIntervalMillis ([775a77f3b](https://github.com/powerhouse-inc/powerhouse/commit/775a77f3b))
525
+ - **switchboard:** set exportTimeoutMillis to stay under shutdown deadline ([341d88d9e](https://github.com/powerhouse-inc/powerhouse/commit/341d88d9e))
526
+ - **switchboard:** address further OTel metrics review feedback ([dee185ba8](https://github.com/powerhouse-inc/powerhouse/commit/dee185ba8))
527
+ - **switchboard:** address OTel metrics review feedback ([c5ac016fc](https://github.com/powerhouse-inc/powerhouse/commit/c5ac016fc))
528
+
529
+ ### ❤️ Thank You
530
+
531
+ - acaldas @acaldas
532
+ - Samuel Hawksby-Robinson @Samyoul
533
+
534
+ ## 6.0.0-dev.94 (2026-03-17)
535
+
536
+ ### 🩹 Fixes
537
+
538
+ - **common:** added missing runtime dependencies ([b0f647f75](https://github.com/powerhouse-inc/powerhouse/commit/b0f647f75))
539
+
540
+ ### ❤️ Thank You
541
+
542
+ - acaldas @acaldas
543
+
544
+ ## 6.0.0-dev.93 (2026-03-17)
545
+
546
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
547
+
548
+ ## 6.0.0-dev.92 (2026-03-17)
549
+
550
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
551
+
552
+ ## 6.0.0-dev.91 (2026-03-17)
553
+
554
+ ### 🩹 Fixes
555
+
556
+ - adding build-bundle to simulate-ci-workflow ([ca93d1a2b](https://github.com/powerhouse-inc/powerhouse/commit/ca93d1a2b))
557
+
558
+ ### ❤️ Thank You
559
+
560
+ - Benjamin Jordan
561
+
562
+ ## 6.0.0-dev.90 (2026-03-14)
563
+
564
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
565
+
566
+ ## 6.0.0-dev.89 (2026-03-13)
567
+
568
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
569
+
570
+ ## 6.0.0-dev.88 (2026-03-12)
571
+
572
+ ### 🚀 Features
573
+
574
+ - reactor-hypercore example ([d5557973a](https://github.com/powerhouse-inc/powerhouse/commit/d5557973a))
575
+
576
+ ### ❤️ Thank You
577
+
578
+ - Benjamin Jordan
579
+
580
+ ## 6.0.0-dev.87 (2026-03-12)
581
+
582
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
583
+
584
+ ## 6.0.0-dev.86 (2026-03-12)
585
+
586
+ ### 🚀 Features
587
+
588
+ - **renown,reactor-browser:** renown integration improvements ([a65731a73](https://github.com/powerhouse-inc/powerhouse/commit/a65731a73))
589
+
590
+ ### ❤️ Thank You
591
+
592
+ - acaldas @acaldas
593
+
594
+ ## 6.0.0-dev.85 (2026-03-12)
595
+
596
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
597
+
598
+ ## 6.0.0-dev.84 (2026-03-11)
599
+
600
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
601
+
602
+ ## 6.0.0-dev.83 (2026-03-11)
603
+
604
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
605
+
606
+ ## 6.0.0-dev.82 (2026-03-11)
607
+
608
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
609
+
610
+ ## 6.0.0-dev.81 (2026-03-11)
611
+
612
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
613
+
614
+ ## 6.0.0-dev.80 (2026-03-11)
615
+
616
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
617
+
618
+ ## 6.0.0-dev.79 (2026-03-11)
619
+
620
+ ### 🚀 Features
621
+
622
+ - **ci:** add gitops action for registry image updates ([ba91d00dd](https://github.com/powerhouse-inc/powerhouse/commit/ba91d00dd))
623
+
624
+ ### ❤️ Thank You
625
+
626
+ - Frank
627
+
628
+ ## 6.0.0-dev.78 (2026-03-11)
629
+
630
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
631
+
632
+ ## 6.0.0-dev.77 (2026-03-10)
633
+
634
+ ### 🩹 Fixes
635
+
636
+ - **renown:** moved e2e script test to reactor-browser ([3c9b41045](https://github.com/powerhouse-inc/powerhouse/commit/3c9b41045))
637
+
638
+ ### ❤️ Thank You
639
+
640
+ - acaldas @acaldas
641
+
642
+ ## 6.0.0-dev.76 (2026-03-10)
643
+
644
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
645
+
646
+ ## 6.0.0-dev.75 (2026-03-10)
647
+
648
+ ### 🩹 Fixes
649
+
650
+ - **registry:** resolve catalog references in Dockerfile with sed ([765e8fbdd](https://github.com/powerhouse-inc/powerhouse/commit/765e8fbdd))
651
+ - **registry:** copy pnpm-workspace.yaml for Docker build catalog resolution ([7407700b1](https://github.com/powerhouse-inc/powerhouse/commit/7407700b1))
652
+
653
+ ### ❤️ Thank You
654
+
655
+ - Frank
656
+
657
+ ## 6.0.0-dev.74 (2026-03-10)
658
+
659
+ ### 🚀 Features
660
+
661
+ - **ci:** add registry Docker image to publish workflow ([17544abad](https://github.com/powerhouse-inc/powerhouse/commit/17544abad))
662
+
663
+ ### ❤️ Thank You
664
+
665
+ - Frank
666
+
667
+ ## 6.0.0-dev.73 (2026-03-10)
668
+
669
+ ### 🚀 Features
670
+
671
+ - opentelementry-instrumentation-reactor package ([67d5c31e5](https://github.com/powerhouse-inc/powerhouse/commit/67d5c31e5))
672
+
673
+ ### ❤️ Thank You
674
+
675
+ - Benjamin Jordan
676
+
677
+ ## 6.0.0-dev.72 (2026-03-09)
678
+
679
+ ### 🚀 Features
680
+
681
+ - **renown,reactor-browser,connect:** cleanup renown integration ([fe6112c2c](https://github.com/powerhouse-inc/powerhouse/commit/fe6112c2c))
682
+
683
+ ### ❤️ Thank You
684
+
685
+ - acaldas @acaldas
686
+
687
+ ## 6.0.0-dev.71 (2026-03-07)
688
+
689
+ ### 🚀 Features
690
+
691
+ - **connect,reactor-browser:** add dynamic package loading from HTTP registry ([f92816782](https://github.com/powerhouse-inc/powerhouse/commit/f92816782))
692
+ - **document-model,reactor-api,reactor-browser:** implemented remote document controller ([6299c21da](https://github.com/powerhouse-inc/powerhouse/commit/6299c21da))
693
+
694
+ ### 🩹 Fixes
695
+
696
+ - **reactor-browser:** removed subexports ([4cda7f44c](https://github.com/powerhouse-inc/powerhouse/commit/4cda7f44c))
697
+
698
+ ### ❤️ Thank You
699
+
700
+ - acaldas @acaldas
701
+ - Guillermo Puente @gpuente
702
+
703
+ ## 6.0.0-dev.70 (2026-03-06)
704
+
705
+ ### 🚀 Features
706
+
707
+ - **switchboard,reactor-api,registry:** add runtime dynamic pacage loading from HTTP registry ([37f91250e](https://github.com/powerhouse-inc/powerhouse/commit/37f91250e))
708
+ - add new bundling for connect ([#2390](https://github.com/powerhouse-inc/powerhouse/pull/2390))
709
+
710
+ ### 🩹 Fixes
711
+
712
+ - eslint config ([fb20b3726](https://github.com/powerhouse-inc/powerhouse/commit/fb20b3726))
713
+
714
+ ### ❤️ Thank You
715
+
716
+ - Guillermo Puente @gpuente
717
+ - Ryan Wolhuter @ryanwolhuter
718
+
719
+ ## 6.0.0-dev.69 (2026-03-05)
720
+
721
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
722
+
723
+ ## 6.0.0-dev.68 (2026-03-04)
724
+
725
+ ### 🩹 Fixes
726
+
727
+ - **vetra:** remove custom subgraphs from vetra ([3a1e3b9b0](https://github.com/powerhouse-inc/powerhouse/commit/3a1e3b9b0))
728
+ - resolve empty name causing silent ADD_FILE failure in drives ([b44ed0c1c](https://github.com/powerhouse-inc/powerhouse/commit/b44ed0c1c))
729
+ - **reactor-mcp:** adopt new reactor client interface for MCP server ([1b8e6fb19](https://github.com/powerhouse-inc/powerhouse/commit/1b8e6fb19))
730
+
731
+ ### ❤️ Thank You
732
+
733
+ - Guillermo Puente @gpuente
734
+
735
+ ## 6.0.0-dev.67 (2026-03-03)
736
+
737
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
738
+
739
+ ## 6.0.0-dev.66 (2026-03-03)
740
+
741
+ ### 🚀 Features
742
+
743
+ - move reactor logic from connect to reactor browser ([#2385](https://github.com/powerhouse-inc/powerhouse/pull/2385))
744
+
745
+ ### ❤️ Thank You
746
+
747
+ - Ryan Wolhuter @ryanwolhuter
748
+
749
+ ## 6.0.0-dev.65 (2026-03-03)
750
+
751
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
752
+
753
+ ## 6.0.0-dev.64 (2026-03-03)
754
+
755
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
756
+
757
+ ## 6.0.0-dev.62 (2026-03-03)
758
+
759
+ ### 🚀 Features
760
+
761
+ - **ci:** push academy to Harbor academy project and update k8s for academy namespace ([efbf8f58d](https://github.com/powerhouse-inc/powerhouse/commit/efbf8f58d))
762
+
763
+ ### 🩹 Fixes
764
+
765
+ - cherry-picked fixes ([a73630a6a](https://github.com/powerhouse-inc/powerhouse/commit/a73630a6a))
766
+ - moving analytics processors to shared and fixing them, fixing other linting errors toos ([0c8f7fe98](https://github.com/powerhouse-inc/powerhouse/commit/0c8f7fe98))
767
+
768
+ ### ❤️ Thank You
769
+
770
+ - Benjamin Jordan
771
+ - Frank
772
+
773
+ ## 6.0.0-dev.61 (2026-02-27)
774
+
775
+ ### 🚀 Features
776
+
777
+ - **ci:** update k8s-hosting academy image tag after docker publish ([0b98b73a9](https://github.com/powerhouse-inc/powerhouse/commit/0b98b73a9))
778
+ - add bundle step for ph cli ([#2375](https://github.com/powerhouse-inc/powerhouse/pull/2375))
779
+
780
+ ### ❤️ Thank You
781
+
782
+ - Frank
783
+ - Ryan Wolhuter @ryanwolhuter
784
+
785
+ ## 6.0.0-dev.60 (2026-02-27)
786
+
787
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
788
+
789
+ ## 6.0.0-dev.59 (2026-02-26)
790
+
791
+ ### 🚀 Features
792
+
793
+ - use update-ts-references tool which also removes unused ones ([#2374](https://github.com/powerhouse-inc/powerhouse/pull/2374))
794
+
795
+ ### ❤️ Thank You
796
+
797
+ - Ryan Wolhuter @ryanwolhuter
798
+
799
+ ## 6.0.0-dev.58 (2026-02-25)
800
+
801
+ ### 🚀 Features
802
+
803
+ - added ability to configure max reshuffle depth in reactor orchestrator ([94f3ae986](https://github.com/powerhouse-inc/powerhouse/commit/94f3ae986))
804
+
805
+ ### 🔥 Performance
806
+
807
+ - **reducer:** pre-allocate operation arrays to avoid resize overhead ([1cf1c0078](https://github.com/powerhouse-inc/powerhouse/commit/1cf1c0078))
808
+
809
+ ### ❤️ Thank You
810
+
811
+ - Benjamin Jordan
812
+ - Samuel Hawksby-Robinson @Samyoul
813
+
814
+ ## 6.0.0-dev.57 (2026-02-24)
815
+
816
+ ### 🚀 Features
817
+
818
+ - run sync integration test as part of reactor flow ([7dea8bf3e](https://github.com/powerhouse-inc/powerhouse/commit/7dea8bf3e))
819
+
820
+ ### 🩹 Fixes
821
+
822
+ - switchboard needs build:misc ([916f761b8](https://github.com/powerhouse-inc/powerhouse/commit/916f761b8))
823
+ - arg, workflow changes should trigger the workflow ([645cca08f](https://github.com/powerhouse-inc/powerhouse/commit/645cca08f))
824
+ - build step before integration test ([0b6b48f74](https://github.com/powerhouse-inc/powerhouse/commit/0b6b48f74))
825
+
826
+ ### ❤️ Thank You
827
+
828
+ - Benjamin Jordan
829
+
830
+ ## 6.0.0-dev.56 (2026-02-21)
831
+
832
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
833
+
834
+ ## 6.0.0-dev.55 (2026-02-20)
835
+
836
+ ### 🚀 Features
837
+
838
+ - test-connect and reactor gql updates to pass along more context ([ae581e8e8](https://github.com/powerhouse-inc/powerhouse/commit/ae581e8e8))
839
+
840
+ ### ❤️ Thank You
841
+
842
+ - Benjamin Jordan
843
+
844
+ ## 6.0.0-dev.54 (2026-02-19)
845
+
846
+ ### 🚀 Features
847
+
848
+ - wip orchestrator for the test-client ([186d7c015](https://github.com/powerhouse-inc/powerhouse/commit/186d7c015))
849
+ - **connect:** build tweaks ([22b6bc7d5](https://github.com/powerhouse-inc/powerhouse/commit/22b6bc7d5))
850
+ - improved logging on vetra, switchboard and connect ([3fb127687](https://github.com/powerhouse-inc/powerhouse/commit/3fb127687))
851
+
852
+ ### 🩹 Fixes
853
+
854
+ - **ph-cli,switchboard:** create preview drive on new reactor ([1e5ed8794](https://github.com/powerhouse-inc/powerhouse/commit/1e5ed8794))
855
+
856
+ ### ❤️ Thank You
857
+
858
+ - acaldas @acaldas
859
+ - Benjamin Jordan
860
+
861
+ ## 6.0.0-dev.53 (2026-02-18)
862
+
863
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
864
+
865
+ ## 6.0.0-dev.52 (2026-02-17)
866
+
867
+ ### 🩹 Fixes
868
+
869
+ - **reactor-api:** improved subgraph path matching and removed name parameter from reactor subgraph ([dcadf7fb3](https://github.com/powerhouse-inc/powerhouse/commit/dcadf7fb3))
870
+
871
+ ### ❤️ Thank You
872
+
873
+ - acaldas @acaldas
874
+
875
+ ## 6.0.0-dev.51 (2026-02-17)
876
+
877
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
878
+
879
+ ## 6.0.0-dev.50 (2026-02-17)
880
+
881
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
882
+
883
+ ## 6.0.0-dev.49 (2026-02-17)
884
+
885
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
886
+
887
+ ## 6.0.0-dev.47 (2026-02-17)
888
+
889
+ ### 🩹 Fixes
890
+
891
+ - **monorepo:** make shared package publicly available ([#2348](https://github.com/powerhouse-inc/powerhouse/pull/2348))
892
+
893
+ ### ❤️ Thank You
894
+
895
+ - Ryan Wolhuter @ryanwolhuter
896
+
897
+ ## 6.0.0-dev.46 (2026-02-17)
898
+
899
+ ### 🚀 Features
900
+
901
+ - **connect:** re enable processors in connect ([#2342](https://github.com/powerhouse-inc/powerhouse/pull/2342))
902
+
903
+ ### ❤️ Thank You
904
+
905
+ - Ryan Wolhuter @ryanwolhuter
906
+
907
+ ## 6.0.0-dev.45 (2026-02-16)
908
+
909
+ ### 🚀 Features
910
+
911
+ - **monorepo:** ensure shared is only in dev deps ([#2341](https://github.com/powerhouse-inc/powerhouse/pull/2341))
912
+
913
+ ### ❤️ Thank You
914
+
915
+ - Ryan Wolhuter @ryanwolhuter
916
+
917
+ ## 6.0.0-dev.44 (2026-02-15)
918
+
919
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
920
+
921
+ ## 6.0.0-dev.43 (2026-02-14)
922
+
923
+ ### 🚀 Features
924
+
925
+ - **monorepo:** move more shared stuff to shared ([#2335](https://github.com/powerhouse-inc/powerhouse/pull/2335))
926
+
927
+ ### ❤️ Thank You
928
+
929
+ - Ryan Wolhuter @ryanwolhuter
930
+
931
+ ## 6.0.0-dev.42 (2026-02-13)
932
+
933
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
934
+
935
+ ## 6.0.0-dev.41 (2026-02-12)
936
+
937
+ ### 🚀 Features
938
+
939
+ - **monorepo:** use catalog for other shared deps ([#2330](https://github.com/powerhouse-inc/powerhouse/pull/2330))
940
+ - **vetra:** add processor apps input to vetra ([#2329](https://github.com/powerhouse-inc/powerhouse/pull/2329))
941
+
942
+ ### 🩹 Fixes
943
+
944
+ - **builder-tools:** use same class-variance-authority as design-systom ([d600feb49](https://github.com/powerhouse-inc/powerhouse/commit/d600feb49))
945
+ - **design-system:** copy assets to dist folder to enable relative path import ([de5cb5e4e](https://github.com/powerhouse-inc/powerhouse/commit/de5cb5e4e))
946
+ - **monorepo:** add build-cli to old release workflow ([a30624bd2](https://github.com/powerhouse-inc/powerhouse/commit/a30624bd2))
947
+
948
+ ### ❤️ Thank You
949
+
950
+ - acaldas @acaldas
951
+ - Ryan Wolhuter @ryanwolhuter
952
+ - ryanwolhuter @ryanwolhuter
953
+
954
+ ## 6.0.0-dev.40 (2026-02-12)
955
+
956
+ ### 🚀 Features
957
+
958
+ - **monorepo:** add shared package ([#2324](https://github.com/powerhouse-inc/powerhouse/pull/2324))
959
+
960
+ ### ❤️ Thank You
961
+
962
+ - Ryan Wolhuter @ryanwolhuter
963
+
964
+ ## 6.0.0-dev.39 (2026-02-11)
965
+
966
+ ### 🚀 Features
967
+
968
+ - **reactor,codegen:** handle processor apps in cli ([#2319](https://github.com/powerhouse-inc/powerhouse/pull/2319))
969
+
970
+ ### ❤️ Thank You
971
+
972
+ - Ryan Wolhuter @ryanwolhuter
973
+
974
+ ## 6.0.0-dev.38 (2026-02-10)
975
+
976
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
977
+
978
+ ## 6.0.0-dev.37 (2026-02-10)
979
+
980
+ ### 🚀 Features
981
+
982
+ - **reactor-api:** added nested operations query on phdocument and Graphql client update ([67584e3fc](https://github.com/powerhouse-inc/powerhouse/commit/67584e3fc))
983
+
984
+ ### ❤️ Thank You
985
+
986
+ - acaldas
987
+
988
+ ## 6.0.0-dev.36 (2026-02-06)
989
+
990
+ ### 🚀 Features
991
+
992
+ - **codegen:** use bun for the slowest tests ([#2303](https://github.com/powerhouse-inc/powerhouse/pull/2303))
993
+
994
+ ### ❤️ Thank You
995
+
996
+ - Ryan Wolhuter @ryanwolhuter
997
+
998
+ ## 6.0.0-dev.35 (2026-02-06)
999
+
1000
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
1001
+
1002
+ ## 6.0.0-dev.34 (2026-02-05)
1003
+
1004
+ ### 🚀 Features
1005
+
1006
+ - **codegen:** update processors codegen ([#2293](https://github.com/powerhouse-inc/powerhouse/pull/2293))
1007
+
1008
+ ### 🩹 Fixes
1009
+
1010
+ - **ci:** allow release to continue when academy build fails ([477d9ef71](https://github.com/powerhouse-inc/powerhouse/commit/477d9ef71))
1011
+
1012
+ ### 🔥 Performance
1013
+
1014
+ - **document-model:** optimize getDocumentLastModified from O(n log n) to O(n) ([bb94ff310](https://github.com/powerhouse-inc/powerhouse/commit/bb94ff310))
1015
+
1016
+ ### ❤️ Thank You
1017
+
1018
+ - Frank
1019
+ - Ryan Wolhuter @ryanwolhuter
1020
+ - Samuel Hawksby-Robinson @Samyoul
1021
+
1022
+ ## 6.0.0-dev.33 (2026-02-05)
1023
+
1024
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
1025
+
1026
+ ## 6.0.0-dev.32 (2026-02-04)
1027
+
1028
+ ### 🩹 Fixes
1029
+
1030
+ - remove duplicate trigger-downstream from publish-docker-images ([1f70c8041](https://github.com/powerhouse-inc/powerhouse/commit/1f70c8041))
1031
+
1032
+ ### ❤️ Thank You
1033
+
1034
+ - Frank
1035
+
1036
+ ## 6.0.0-dev.31 (2026-02-04)
1037
+
1038
+ ### 🚀 Features
1039
+
1040
+ - trigger powerhouse-demo after release ([f5b63728d](https://github.com/powerhouse-inc/powerhouse/commit/f5b63728d))
1041
+ - **profiling:** add Pyroscope monitoring to reactor-direct ([2c7779229](https://github.com/powerhouse-inc/powerhouse/commit/2c7779229))
1042
+ - **profiling:** add reactor-direct.ts for direct reactor performance profiling ([806714e27](https://github.com/powerhouse-inc/powerhouse/commit/806714e27))
1043
+ - align document-model-subgraph with ReactorSubgraph patterns ([0c0813ef7](https://github.com/powerhouse-inc/powerhouse/commit/0c0813ef7))
1044
+ - add new document model subgraph with new reactor API ([a282586c3](https://github.com/powerhouse-inc/powerhouse/commit/a282586c3))
1045
+
1046
+ ### 🩹 Fixes
1047
+
1048
+ - linting issues ([e1eb2c806](https://github.com/powerhouse-inc/powerhouse/commit/e1eb2c806))
1049
+ - ignore release.ts ([25a40d2a6](https://github.com/powerhouse-inc/powerhouse/commit/25a40d2a6))
1050
+
1051
+ ### ❤️ Thank You
1052
+
1053
+ - Benjamin Jordan
1054
+ - Frank
1055
+ - Guillermo Puente @gpuente
1056
+ - Samuel Hawksby-Robinson @Samyoul
1057
+
1058
+ ## 6.0.0-dev.30 (2026-02-03)
1059
+
1060
+ ### 🩹 Fixes
1061
+
1062
+ - **release:** ignore errors on git stage ([e0c10d604](https://github.com/powerhouse-inc/powerhouse/commit/e0c10d604))
1063
+ - **releases:** remove problematic publish dry run ([8b9b065b9](https://github.com/powerhouse-inc/powerhouse/commit/8b9b065b9))
1064
+ - **releases:** include git side effects check in all booleans ([19c44503d](https://github.com/powerhouse-inc/powerhouse/commit/19c44503d))
1065
+
1066
+ ### ❤️ Thank You
1067
+
1068
+ - ryanwolhuter @ryanwolhuter
1069
+
1070
+ ## 6.0.0-dev.29 (2026-02-03)
1071
+
1072
+ ### 🚀 Features
1073
+
1074
+ - **release:** add doc comments ([3ab9879d4](https://github.com/powerhouse-inc/powerhouse/commit/3ab9879d4))
1075
+ - **monorepo:** simplified release workflow ([#2276](https://github.com/powerhouse-inc/powerhouse/pull/2276))
1076
+
1077
+ ### 🩹 Fixes
1078
+
1079
+ - package.json onlyBuilt ([3b6165267](https://github.com/powerhouse-inc/powerhouse/commit/3b6165267))
1080
+ - **release:** move checkout action ([4ed305d57](https://github.com/powerhouse-inc/powerhouse/commit/4ed305d57))
1081
+
1082
+ ### ❤️ Thank You
1083
+
1084
+ - Benjamin Jordan (@thegoldenmule)
1085
+ - Ryan Wolhuter @ryanwolhuter
1086
+ - ryanwolhuter @ryanwolhuter
1087
+
1088
+ ## 6.0.0-dev.28 (2026-01-31)
1089
+
1090
+ ### 🚀 Features
1091
+
1092
+ - add e2e tests to simulate ([6ba43d19b](https://github.com/powerhouse-inc/powerhouse/commit/6ba43d19b))
1093
+ - adding signal handlers and removing old feature flags ([f08253a2d](https://github.com/powerhouse-inc/powerhouse/commit/f08253a2d))
1094
+
1095
+ ### ❤️ Thank You
1096
+
1097
+ - Benjamin Jordan (@thegoldenmule)
1098
+
1099
+ ## 6.0.0-dev.27 (2026-01-30)
1100
+
1101
+ ### 🚀 Features
1102
+
1103
+ - renown sdk improvements ([bc1099d94](https://github.com/powerhouse-inc/powerhouse/commit/bc1099d94))
1104
+ - **ph-cmd:** fix forwarding and versioning bug ([#2272](https://github.com/powerhouse-inc/powerhouse/pull/2272))
1105
+
1106
+ ### ❤️ Thank You
1107
+
1108
+ - acaldas
1109
+ - Ryan Wolhuter @ryanwolhuter
1110
+
1111
+ ## 6.0.0-dev.26 (2026-01-29)
1112
+
1113
+ ### 🚀 Features
1114
+
1115
+ - update minimum node version to 24 ([7a71107c5](https://github.com/powerhouse-inc/powerhouse/commit/7a71107c5))
1116
+
1117
+ ### 🩹 Fixes
1118
+
1119
+ - undo my changes to the tsc script ([0a36d0a49](https://github.com/powerhouse-inc/powerhouse/commit/0a36d0a49))
1120
+
1121
+ ### ❤️ Thank You
1122
+
1123
+ - acaldas @acaldas
1124
+ - Benjamin Jordan (@thegoldenmule)
1125
+
1126
+ ## 6.0.0-dev.25 (2026-01-28)
1127
+
1128
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
1129
+
1130
+ ## 6.0.0-dev.24 (2026-01-27)
1131
+
1132
+ ### 🚀 Features
1133
+
1134
+ - **switchboard:** enhance pyroscope profiler with wall and heap support ([254c0cea9](https://github.com/powerhouse-inc/powerhouse/commit/254c0cea9))
1135
+ - **monorepo:** ensure the same typescript version is used everywhere ([#2258](https://github.com/powerhouse-inc/powerhouse/pull/2258))
1136
+
1137
+ ### 🩹 Fixes
1138
+
1139
+ - **vetra,switchboard:** fix TypeScript errors in permission tests and profiler ([7726f95a3](https://github.com/powerhouse-inc/powerhouse/commit/7726f95a3))
1140
+
1141
+ ### ❤️ Thank You
1142
+
1143
+ - Frank
1144
+ - Ryan Wolhuter @ryanwolhuter
1145
+
1146
+ ## 6.0.0-dev.23 (2026-01-27)
1147
+
1148
+ ### 🚀 Features
1149
+
1150
+ - **monorepo:** add diff filter to exclude deleted files in changed files action ([e86961e79](https://github.com/powerhouse-inc/powerhouse/commit/e86961e79))
1151
+ - **academy:** added release slides to academy project ([eab5e56fe](https://github.com/powerhouse-inc/powerhouse/commit/eab5e56fe))
1152
+
1153
+ ### ❤️ Thank You
1154
+
1155
+ - acaldas @acaldas
1156
+ - ryanwolhuter @ryanwolhuter
1157
+
1158
+ ## 6.0.0-dev.22 (2026-01-27)
1159
+
1160
+ ### 🩹 Fixes
1161
+
1162
+ - **monorepo:** inefficient workflows ([#2250](https://github.com/powerhouse-inc/powerhouse/pull/2250))
1163
+
1164
+ ### ❤️ Thank You
1165
+
1166
+ - Ryan Wolhuter @ryanwolhuter
1167
+
1168
+ ## 6.0.0-dev.21 (2026-01-27)
1169
+
1170
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
1171
+
1172
+ ## 6.0.0-dev.20 (2026-01-26)
1173
+
1174
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
1175
+
1176
+ ## 6.0.0-dev.19 (2026-01-26)
1177
+
1178
+ ### 🩹 Fixes
1179
+
1180
+ - **docker:** add ph-cli to global install for switchboard ([6cea7f52e](https://github.com/powerhouse-inc/powerhouse/commit/6cea7f52e))
1181
+
1182
+ ### ❤️ Thank You
1183
+
1184
+ - Frank
1185
+
1186
+ ## 6.0.0-dev.18 (2026-01-26)
1187
+
1188
+ ### 🚀 Features
1189
+
1190
+ - **ph-cli, ph-cmd:** use cmd ts for remaining ph cmd commands ([#2209](https://github.com/powerhouse-inc/powerhouse/pull/2209))
1191
+
1192
+ ### 🩹 Fixes
1193
+
1194
+ - trailing newline in publish-docker-images workflow ([7d2e30db4](https://github.com/powerhouse-inc/powerhouse/commit/7d2e30db4))
1195
+ - **ci:** remove deploy-k8s from publish-docker-images workflow ([c5869e82f](https://github.com/powerhouse-inc/powerhouse/commit/c5869e82f))
1196
+
1197
+ ### ❤️ Thank You
1198
+
1199
+ - Frank
1200
+ - Ryan Wolhuter @ryanwolhuter
1201
+
1202
+ ## 6.0.0-dev.17 (2026-01-26)
1203
+
1204
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
1205
+
1206
+ ## 6.0.0-dev.16 (2026-01-24)
1207
+
1208
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
1209
+
1
1210
  ## 6.0.0-dev.15 (2026-01-23)
2
1211
 
3
1212
  This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
@@ -74,7 +1283,7 @@ This was a version bump only for @powerhousedao/switchboard to align it with oth
74
1283
  ### 🚀 Features
75
1284
 
76
1285
  - **design-system:** default styles tweaks and DocumentStateViewer ([c0a66720c](https://github.com/powerhouse-inc/powerhouse/commit/c0a66720c))
77
- - **ci:** deploy staging tenant from release/staging/* branches ([8761579e7](https://github.com/powerhouse-inc/powerhouse/commit/8761579e7))
1286
+ - **ci:** deploy staging tenant from release/staging/\* branches ([8761579e7](https://github.com/powerhouse-inc/powerhouse/commit/8761579e7))
78
1287
  - **ci:** add Harbor registry to docker image publishing ([f3a2fab69](https://github.com/powerhouse-inc/powerhouse/commit/f3a2fab69))
79
1288
 
80
1289
  ### 🩹 Fixes
@@ -2699,7 +3908,7 @@ This was a version bump only for @powerhousedao/switchboard to align it with oth
2699
3908
 
2700
3909
  - **reactor-api:** init project ([#388](https://github.com/powerhouse-inc/powerhouse/pull/388))
2701
3910
 
2702
- ### ❤️ Thank You
3911
+ ### ❤️ Thank You
2703
3912
 
2704
3913
  - acaldas
2705
3914
 
@@ -2713,7 +3922,7 @@ This was a version bump only for @powerhousedao/switchboard to align it with oth
2713
3922
 
2714
3923
  - Updated @powerhousedao/reactor-api to 1.1.0
2715
3924
 
2716
- ### ❤️ Thank You
3925
+ ### ❤️ Thank You
2717
3926
 
2718
3927
  - acaldas
2719
3928
 
@@ -2727,6 +3936,6 @@ This was a version bump only for @powerhousedao/switchboard to align it with oth
2727
3936
 
2728
3937
  - Updated @powerhousedao/general-document-indexer to 1.1.0
2729
3938
 
2730
- ### ❤️ Thank You
3939
+ ### ❤️ Thank You
2731
3940
 
2732
- - acaldas
3941
+ - acaldas