@powerhousedao/switchboard 6.0.0-dev.1 → 6.0.0-dev.100

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 (45) hide show
  1. package/CHANGELOG.md +905 -0
  2. package/Dockerfile +63 -37
  3. package/README.md +92 -0
  4. package/dist/src/index.js +35 -3
  5. package/dist/src/index.js.map +1 -1
  6. package/dist/src/metrics.d.ts +7 -0
  7. package/dist/src/metrics.d.ts.map +1 -0
  8. package/dist/src/metrics.js +34 -0
  9. package/dist/src/metrics.js.map +1 -0
  10. package/dist/src/migrate.d.ts +3 -0
  11. package/dist/src/migrate.d.ts.map +1 -0
  12. package/dist/src/migrate.js +65 -0
  13. package/dist/src/migrate.js.map +1 -0
  14. package/dist/src/profiler.d.ts +6 -1
  15. package/dist/src/profiler.d.ts.map +1 -1
  16. package/dist/src/profiler.js +31 -5
  17. package/dist/src/profiler.js.map +1 -1
  18. package/dist/src/renown.d.ts +16 -0
  19. package/dist/src/renown.d.ts.map +1 -0
  20. package/dist/src/renown.js +33 -0
  21. package/dist/src/renown.js.map +1 -0
  22. package/dist/src/server.d.ts +0 -1
  23. package/dist/src/server.d.ts.map +1 -1
  24. package/dist/src/server.js +163 -78
  25. package/dist/src/server.js.map +1 -1
  26. package/dist/src/types.d.ts +19 -6
  27. package/dist/src/types.d.ts.map +1 -1
  28. package/dist/test/metrics.test.d.ts +2 -0
  29. package/dist/test/metrics.test.d.ts.map +1 -0
  30. package/dist/test/metrics.test.js +121 -0
  31. package/dist/test/metrics.test.js.map +1 -0
  32. package/dist/tsconfig.tsbuildinfo +1 -1
  33. package/dist/vitest.config.d.ts +3 -0
  34. package/dist/vitest.config.d.ts.map +1 -0
  35. package/dist/vitest.config.js +15 -0
  36. package/dist/vitest.config.js.map +1 -0
  37. package/entrypoint.sh +11 -16
  38. package/package.json +35 -23
  39. package/test/metrics.test.ts +202 -0
  40. package/tsconfig.json +8 -2
  41. package/vitest.config.ts +15 -0
  42. package/dist/src/connect-crypto.d.ts +0 -41
  43. package/dist/src/connect-crypto.d.ts.map +0 -1
  44. package/dist/src/connect-crypto.js +0 -127
  45. package/dist/src/connect-crypto.js.map +0 -1
package/CHANGELOG.md CHANGED
@@ -1,3 +1,908 @@
1
+ ## 6.0.0-dev.100 (2026-03-19)
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.99 (2026-03-18)
6
+
7
+ ### 🚀 Features
8
+
9
+ - **test-subscription:** adding a cli test-client for testing reactor api subscriptions ([563a8ac7d](https://github.com/powerhouse-inc/powerhouse/commit/563a8ac7d))
10
+
11
+ ### 🩹 Fixes
12
+
13
+ - updated pnpm-lock ([c2843dc5b](https://github.com/powerhouse-inc/powerhouse/commit/c2843dc5b))
14
+
15
+ ### ❤️ Thank You
16
+
17
+ - acaldas
18
+ - Benjamin Jordan
19
+
20
+ ## 6.0.0-dev.98 (2026-03-18)
21
+
22
+ ### 🩹 Fixes
23
+
24
+ - **connect:** declare dependencies ([6aa6910d3](https://github.com/powerhouse-inc/powerhouse/commit/6aa6910d3))
25
+
26
+ ### ❤️ Thank You
27
+
28
+ - acaldas
29
+
30
+ ## 6.0.0-dev.97 (2026-03-18)
31
+
32
+ ### 🩹 Fixes
33
+
34
+ - **design-system:** removed zod dependency ([fdc7c2ef7](https://github.com/powerhouse-inc/powerhouse/commit/fdc7c2ef7))
35
+
36
+ ### ❤️ Thank You
37
+
38
+ - acaldas @acaldas
39
+
40
+ ## 6.0.0-dev.96 (2026-03-17)
41
+
42
+ ### 🩹 Fixes
43
+
44
+ - **switchboard:** avoid double /v1/metrics suffix in OTLP exporter URL ([c184093c3](https://github.com/powerhouse-inc/powerhouse/commit/c184093c3))
45
+ - **switchboard:** enforce OTel provider registration ordering via StartServerOptions ([c797fd242](https://github.com/powerhouse-inc/powerhouse/commit/c797fd242))
46
+
47
+ ### ❤️ Thank You
48
+
49
+ - Samuel Hawksby-Robinson @Samyoul
50
+
51
+ ## 6.0.0-dev.95 (2026-03-17)
52
+
53
+ ### 🚀 Features
54
+
55
+ - **switchboard:** add OTel metrics export via OTEL_EXPORTER_OTLP_ENDPOINT ([52f34aa1f](https://github.com/powerhouse-inc/powerhouse/commit/52f34aa1f))
56
+
57
+ ### 🩹 Fixes
58
+
59
+ - **codegen:** added missing deps to boilerplate ([721dcb581](https://github.com/powerhouse-inc/powerhouse/commit/721dcb581))
60
+ - **switchboard:** derive exportTimeoutMillis from exportIntervalMillis ([775a77f3b](https://github.com/powerhouse-inc/powerhouse/commit/775a77f3b))
61
+ - **switchboard:** set exportTimeoutMillis to stay under shutdown deadline ([341d88d9e](https://github.com/powerhouse-inc/powerhouse/commit/341d88d9e))
62
+ - **switchboard:** address further OTel metrics review feedback ([dee185ba8](https://github.com/powerhouse-inc/powerhouse/commit/dee185ba8))
63
+ - **switchboard:** address OTel metrics review feedback ([c5ac016fc](https://github.com/powerhouse-inc/powerhouse/commit/c5ac016fc))
64
+
65
+ ### ❤️ Thank You
66
+
67
+ - acaldas @acaldas
68
+ - Samuel Hawksby-Robinson @Samyoul
69
+
70
+ ## 6.0.0-dev.94 (2026-03-17)
71
+
72
+ ### 🩹 Fixes
73
+
74
+ - **common:** added missing runtime dependencies ([b0f647f75](https://github.com/powerhouse-inc/powerhouse/commit/b0f647f75))
75
+
76
+ ### ❤️ Thank You
77
+
78
+ - acaldas @acaldas
79
+
80
+ ## 6.0.0-dev.93 (2026-03-17)
81
+
82
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
83
+
84
+ ## 6.0.0-dev.92 (2026-03-17)
85
+
86
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
87
+
88
+ ## 6.0.0-dev.91 (2026-03-17)
89
+
90
+ ### 🩹 Fixes
91
+
92
+ - adding build-bundle to simulate-ci-workflow ([ca93d1a2b](https://github.com/powerhouse-inc/powerhouse/commit/ca93d1a2b))
93
+
94
+ ### ❤️ Thank You
95
+
96
+ - Benjamin Jordan
97
+
98
+ ## 6.0.0-dev.90 (2026-03-14)
99
+
100
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
101
+
102
+ ## 6.0.0-dev.89 (2026-03-13)
103
+
104
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
105
+
106
+ ## 6.0.0-dev.88 (2026-03-12)
107
+
108
+ ### 🚀 Features
109
+
110
+ - reactor-hypercore example ([d5557973a](https://github.com/powerhouse-inc/powerhouse/commit/d5557973a))
111
+
112
+ ### ❤️ Thank You
113
+
114
+ - Benjamin Jordan
115
+
116
+ ## 6.0.0-dev.87 (2026-03-12)
117
+
118
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
119
+
120
+ ## 6.0.0-dev.86 (2026-03-12)
121
+
122
+ ### 🚀 Features
123
+
124
+ - **renown,reactor-browser:** renown integration improvements ([a65731a73](https://github.com/powerhouse-inc/powerhouse/commit/a65731a73))
125
+
126
+ ### ❤️ Thank You
127
+
128
+ - acaldas @acaldas
129
+
130
+ ## 6.0.0-dev.85 (2026-03-12)
131
+
132
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
133
+
134
+ ## 6.0.0-dev.84 (2026-03-11)
135
+
136
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
137
+
138
+ ## 6.0.0-dev.83 (2026-03-11)
139
+
140
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
141
+
142
+ ## 6.0.0-dev.82 (2026-03-11)
143
+
144
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
145
+
146
+ ## 6.0.0-dev.81 (2026-03-11)
147
+
148
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
149
+
150
+ ## 6.0.0-dev.80 (2026-03-11)
151
+
152
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
153
+
154
+ ## 6.0.0-dev.79 (2026-03-11)
155
+
156
+ ### 🚀 Features
157
+
158
+ - **ci:** add gitops action for registry image updates ([ba91d00dd](https://github.com/powerhouse-inc/powerhouse/commit/ba91d00dd))
159
+
160
+ ### ❤️ Thank You
161
+
162
+ - Frank
163
+
164
+ ## 6.0.0-dev.78 (2026-03-11)
165
+
166
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
167
+
168
+ ## 6.0.0-dev.77 (2026-03-10)
169
+
170
+ ### 🩹 Fixes
171
+
172
+ - **renown:** moved e2e script test to reactor-browser ([3c9b41045](https://github.com/powerhouse-inc/powerhouse/commit/3c9b41045))
173
+
174
+ ### ❤️ Thank You
175
+
176
+ - acaldas @acaldas
177
+
178
+ ## 6.0.0-dev.76 (2026-03-10)
179
+
180
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
181
+
182
+ ## 6.0.0-dev.75 (2026-03-10)
183
+
184
+ ### 🩹 Fixes
185
+
186
+ - **registry:** resolve catalog references in Dockerfile with sed ([765e8fbdd](https://github.com/powerhouse-inc/powerhouse/commit/765e8fbdd))
187
+ - **registry:** copy pnpm-workspace.yaml for Docker build catalog resolution ([7407700b1](https://github.com/powerhouse-inc/powerhouse/commit/7407700b1))
188
+
189
+ ### ❤️ Thank You
190
+
191
+ - Frank
192
+
193
+ ## 6.0.0-dev.74 (2026-03-10)
194
+
195
+ ### 🚀 Features
196
+
197
+ - **ci:** add registry Docker image to publish workflow ([17544abad](https://github.com/powerhouse-inc/powerhouse/commit/17544abad))
198
+
199
+ ### ❤️ Thank You
200
+
201
+ - Frank
202
+
203
+ ## 6.0.0-dev.73 (2026-03-10)
204
+
205
+ ### 🚀 Features
206
+
207
+ - opentelementry-instrumentation-reactor package ([67d5c31e5](https://github.com/powerhouse-inc/powerhouse/commit/67d5c31e5))
208
+
209
+ ### ❤️ Thank You
210
+
211
+ - Benjamin Jordan
212
+
213
+ ## 6.0.0-dev.72 (2026-03-09)
214
+
215
+ ### 🚀 Features
216
+
217
+ - **renown,reactor-browser,connect:** cleanup renown integration ([fe6112c2c](https://github.com/powerhouse-inc/powerhouse/commit/fe6112c2c))
218
+
219
+ ### ❤️ Thank You
220
+
221
+ - acaldas @acaldas
222
+
223
+ ## 6.0.0-dev.71 (2026-03-07)
224
+
225
+ ### 🚀 Features
226
+
227
+ - **connect,reactor-browser:** add dynamic package loading from HTTP registry ([f92816782](https://github.com/powerhouse-inc/powerhouse/commit/f92816782))
228
+ - **document-model,reactor-api,reactor-browser:** implemented remote document controller ([6299c21da](https://github.com/powerhouse-inc/powerhouse/commit/6299c21da))
229
+
230
+ ### 🩹 Fixes
231
+
232
+ - **reactor-browser:** removed subexports ([4cda7f44c](https://github.com/powerhouse-inc/powerhouse/commit/4cda7f44c))
233
+
234
+ ### ❤️ Thank You
235
+
236
+ - acaldas @acaldas
237
+ - Guillermo Puente @gpuente
238
+
239
+ ## 6.0.0-dev.70 (2026-03-06)
240
+
241
+ ### 🚀 Features
242
+
243
+ - **switchboard,reactor-api,registry:** add runtime dynamic pacage loading from HTTP registry ([37f91250e](https://github.com/powerhouse-inc/powerhouse/commit/37f91250e))
244
+ - add new bundling for connect ([#2390](https://github.com/powerhouse-inc/powerhouse/pull/2390))
245
+
246
+ ### 🩹 Fixes
247
+
248
+ - eslint config ([fb20b3726](https://github.com/powerhouse-inc/powerhouse/commit/fb20b3726))
249
+
250
+ ### ❤️ Thank You
251
+
252
+ - Guillermo Puente @gpuente
253
+ - Ryan Wolhuter @ryanwolhuter
254
+
255
+ ## 6.0.0-dev.69 (2026-03-05)
256
+
257
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
258
+
259
+ ## 6.0.0-dev.68 (2026-03-04)
260
+
261
+ ### 🩹 Fixes
262
+
263
+ - **vetra:** remove custom subgraphs from vetra ([3a1e3b9b0](https://github.com/powerhouse-inc/powerhouse/commit/3a1e3b9b0))
264
+ - resolve empty name causing silent ADD_FILE failure in drives ([b44ed0c1c](https://github.com/powerhouse-inc/powerhouse/commit/b44ed0c1c))
265
+ - **reactor-mcp:** adopt new reactor client interface for MCP server ([1b8e6fb19](https://github.com/powerhouse-inc/powerhouse/commit/1b8e6fb19))
266
+
267
+ ### ❤️ Thank You
268
+
269
+ - Guillermo Puente @gpuente
270
+
271
+ ## 6.0.0-dev.67 (2026-03-03)
272
+
273
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
274
+
275
+ ## 6.0.0-dev.66 (2026-03-03)
276
+
277
+ ### 🚀 Features
278
+
279
+ - move reactor logic from connect to reactor browser ([#2385](https://github.com/powerhouse-inc/powerhouse/pull/2385))
280
+
281
+ ### ❤️ Thank You
282
+
283
+ - Ryan Wolhuter @ryanwolhuter
284
+
285
+ ## 6.0.0-dev.65 (2026-03-03)
286
+
287
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
288
+
289
+ ## 6.0.0-dev.64 (2026-03-03)
290
+
291
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
292
+
293
+ ## 6.0.0-dev.62 (2026-03-03)
294
+
295
+ ### 🚀 Features
296
+
297
+ - **ci:** push academy to Harbor academy project and update k8s for academy namespace ([efbf8f58d](https://github.com/powerhouse-inc/powerhouse/commit/efbf8f58d))
298
+
299
+ ### 🩹 Fixes
300
+
301
+ - cherry-picked fixes ([a73630a6a](https://github.com/powerhouse-inc/powerhouse/commit/a73630a6a))
302
+ - moving analytics processors to shared and fixing them, fixing other linting errors toos ([0c8f7fe98](https://github.com/powerhouse-inc/powerhouse/commit/0c8f7fe98))
303
+
304
+ ### ❤️ Thank You
305
+
306
+ - Benjamin Jordan
307
+ - Frank
308
+
309
+ ## 6.0.0-dev.61 (2026-02-27)
310
+
311
+ ### 🚀 Features
312
+
313
+ - **ci:** update k8s-hosting academy image tag after docker publish ([0b98b73a9](https://github.com/powerhouse-inc/powerhouse/commit/0b98b73a9))
314
+ - add bundle step for ph cli ([#2375](https://github.com/powerhouse-inc/powerhouse/pull/2375))
315
+
316
+ ### ❤️ Thank You
317
+
318
+ - Frank
319
+ - Ryan Wolhuter @ryanwolhuter
320
+
321
+ ## 6.0.0-dev.60 (2026-02-27)
322
+
323
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
324
+
325
+ ## 6.0.0-dev.59 (2026-02-26)
326
+
327
+ ### 🚀 Features
328
+
329
+ - use update-ts-references tool which also removes unused ones ([#2374](https://github.com/powerhouse-inc/powerhouse/pull/2374))
330
+
331
+ ### ❤️ Thank You
332
+
333
+ - Ryan Wolhuter @ryanwolhuter
334
+
335
+ ## 6.0.0-dev.58 (2026-02-25)
336
+
337
+ ### 🚀 Features
338
+
339
+ - added ability to configure max reshuffle depth in reactor orchestrator ([94f3ae986](https://github.com/powerhouse-inc/powerhouse/commit/94f3ae986))
340
+
341
+ ### 🔥 Performance
342
+
343
+ - **reducer:** pre-allocate operation arrays to avoid resize overhead ([1cf1c0078](https://github.com/powerhouse-inc/powerhouse/commit/1cf1c0078))
344
+
345
+ ### ❤️ Thank You
346
+
347
+ - Benjamin Jordan
348
+ - Samuel Hawksby-Robinson @Samyoul
349
+
350
+ ## 6.0.0-dev.57 (2026-02-24)
351
+
352
+ ### 🚀 Features
353
+
354
+ - run sync integration test as part of reactor flow ([7dea8bf3e](https://github.com/powerhouse-inc/powerhouse/commit/7dea8bf3e))
355
+
356
+ ### 🩹 Fixes
357
+
358
+ - switchboard needs build:misc ([916f761b8](https://github.com/powerhouse-inc/powerhouse/commit/916f761b8))
359
+ - arg, workflow changes should trigger the workflow ([645cca08f](https://github.com/powerhouse-inc/powerhouse/commit/645cca08f))
360
+ - build step before integration test ([0b6b48f74](https://github.com/powerhouse-inc/powerhouse/commit/0b6b48f74))
361
+
362
+ ### ❤️ Thank You
363
+
364
+ - Benjamin Jordan
365
+
366
+ ## 6.0.0-dev.56 (2026-02-21)
367
+
368
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
369
+
370
+ ## 6.0.0-dev.55 (2026-02-20)
371
+
372
+ ### 🚀 Features
373
+
374
+ - test-connect and reactor gql updates to pass along more context ([ae581e8e8](https://github.com/powerhouse-inc/powerhouse/commit/ae581e8e8))
375
+
376
+ ### ❤️ Thank You
377
+
378
+ - Benjamin Jordan
379
+
380
+ ## 6.0.0-dev.54 (2026-02-19)
381
+
382
+ ### 🚀 Features
383
+
384
+ - wip orchestrator for the test-client ([186d7c015](https://github.com/powerhouse-inc/powerhouse/commit/186d7c015))
385
+ - **connect:** build tweaks ([22b6bc7d5](https://github.com/powerhouse-inc/powerhouse/commit/22b6bc7d5))
386
+ - improved logging on vetra, switchboard and connect ([3fb127687](https://github.com/powerhouse-inc/powerhouse/commit/3fb127687))
387
+
388
+ ### 🩹 Fixes
389
+
390
+ - **ph-cli,switchboard:** create preview drive on new reactor ([1e5ed8794](https://github.com/powerhouse-inc/powerhouse/commit/1e5ed8794))
391
+
392
+ ### ❤️ Thank You
393
+
394
+ - acaldas @acaldas
395
+ - Benjamin Jordan
396
+
397
+ ## 6.0.0-dev.53 (2026-02-18)
398
+
399
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
400
+
401
+ ## 6.0.0-dev.52 (2026-02-17)
402
+
403
+ ### 🩹 Fixes
404
+
405
+ - **reactor-api:** improved subgraph path matching and removed name parameter from reactor subgraph ([dcadf7fb3](https://github.com/powerhouse-inc/powerhouse/commit/dcadf7fb3))
406
+
407
+ ### ❤️ Thank You
408
+
409
+ - acaldas @acaldas
410
+
411
+ ## 6.0.0-dev.51 (2026-02-17)
412
+
413
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
414
+
415
+ ## 6.0.0-dev.50 (2026-02-17)
416
+
417
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
418
+
419
+ ## 6.0.0-dev.49 (2026-02-17)
420
+
421
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
422
+
423
+ ## 6.0.0-dev.47 (2026-02-17)
424
+
425
+ ### 🩹 Fixes
426
+
427
+ - **monorepo:** make shared package publicly available ([#2348](https://github.com/powerhouse-inc/powerhouse/pull/2348))
428
+
429
+ ### ❤️ Thank You
430
+
431
+ - Ryan Wolhuter @ryanwolhuter
432
+
433
+ ## 6.0.0-dev.46 (2026-02-17)
434
+
435
+ ### 🚀 Features
436
+
437
+ - **connect:** re enable processors in connect ([#2342](https://github.com/powerhouse-inc/powerhouse/pull/2342))
438
+
439
+ ### ❤️ Thank You
440
+
441
+ - Ryan Wolhuter @ryanwolhuter
442
+
443
+ ## 6.0.0-dev.45 (2026-02-16)
444
+
445
+ ### 🚀 Features
446
+
447
+ - **monorepo:** ensure shared is only in dev deps ([#2341](https://github.com/powerhouse-inc/powerhouse/pull/2341))
448
+
449
+ ### ❤️ Thank You
450
+
451
+ - Ryan Wolhuter @ryanwolhuter
452
+
453
+ ## 6.0.0-dev.44 (2026-02-15)
454
+
455
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
456
+
457
+ ## 6.0.0-dev.43 (2026-02-14)
458
+
459
+ ### 🚀 Features
460
+
461
+ - **monorepo:** move more shared stuff to shared ([#2335](https://github.com/powerhouse-inc/powerhouse/pull/2335))
462
+
463
+ ### ❤️ Thank You
464
+
465
+ - Ryan Wolhuter @ryanwolhuter
466
+
467
+ ## 6.0.0-dev.42 (2026-02-13)
468
+
469
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
470
+
471
+ ## 6.0.0-dev.41 (2026-02-12)
472
+
473
+ ### 🚀 Features
474
+
475
+ - **monorepo:** use catalog for other shared deps ([#2330](https://github.com/powerhouse-inc/powerhouse/pull/2330))
476
+ - **vetra:** add processor apps input to vetra ([#2329](https://github.com/powerhouse-inc/powerhouse/pull/2329))
477
+
478
+ ### 🩹 Fixes
479
+
480
+ - **builder-tools:** use same class-variance-authority as design-systom ([d600feb49](https://github.com/powerhouse-inc/powerhouse/commit/d600feb49))
481
+ - **design-system:** copy assets to dist folder to enable relative path import ([de5cb5e4e](https://github.com/powerhouse-inc/powerhouse/commit/de5cb5e4e))
482
+ - **monorepo:** add build-cli to old release workflow ([a30624bd2](https://github.com/powerhouse-inc/powerhouse/commit/a30624bd2))
483
+
484
+ ### ❤️ Thank You
485
+
486
+ - acaldas @acaldas
487
+ - Ryan Wolhuter @ryanwolhuter
488
+ - ryanwolhuter @ryanwolhuter
489
+
490
+ ## 6.0.0-dev.40 (2026-02-12)
491
+
492
+ ### 🚀 Features
493
+
494
+ - **monorepo:** add shared package ([#2324](https://github.com/powerhouse-inc/powerhouse/pull/2324))
495
+
496
+ ### ❤️ Thank You
497
+
498
+ - Ryan Wolhuter @ryanwolhuter
499
+
500
+ ## 6.0.0-dev.39 (2026-02-11)
501
+
502
+ ### 🚀 Features
503
+
504
+ - **reactor,codegen:** handle processor apps in cli ([#2319](https://github.com/powerhouse-inc/powerhouse/pull/2319))
505
+
506
+ ### ❤️ Thank You
507
+
508
+ - Ryan Wolhuter @ryanwolhuter
509
+
510
+ ## 6.0.0-dev.38 (2026-02-10)
511
+
512
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
513
+
514
+ ## 6.0.0-dev.37 (2026-02-10)
515
+
516
+ ### 🚀 Features
517
+
518
+ - **reactor-api:** added nested operations query on phdocument and Graphql client update ([67584e3fc](https://github.com/powerhouse-inc/powerhouse/commit/67584e3fc))
519
+
520
+ ### ❤️ Thank You
521
+
522
+ - acaldas
523
+
524
+ ## 6.0.0-dev.36 (2026-02-06)
525
+
526
+ ### 🚀 Features
527
+
528
+ - **codegen:** use bun for the slowest tests ([#2303](https://github.com/powerhouse-inc/powerhouse/pull/2303))
529
+
530
+ ### ❤️ Thank You
531
+
532
+ - Ryan Wolhuter @ryanwolhuter
533
+
534
+ ## 6.0.0-dev.35 (2026-02-06)
535
+
536
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
537
+
538
+ ## 6.0.0-dev.34 (2026-02-05)
539
+
540
+ ### 🚀 Features
541
+
542
+ - **codegen:** update processors codegen ([#2293](https://github.com/powerhouse-inc/powerhouse/pull/2293))
543
+
544
+ ### 🩹 Fixes
545
+
546
+ - **ci:** allow release to continue when academy build fails ([477d9ef71](https://github.com/powerhouse-inc/powerhouse/commit/477d9ef71))
547
+
548
+ ### 🔥 Performance
549
+
550
+ - **document-model:** optimize getDocumentLastModified from O(n log n) to O(n) ([bb94ff310](https://github.com/powerhouse-inc/powerhouse/commit/bb94ff310))
551
+
552
+ ### ❤️ Thank You
553
+
554
+ - Frank
555
+ - Ryan Wolhuter @ryanwolhuter
556
+ - Samuel Hawksby-Robinson @Samyoul
557
+
558
+ ## 6.0.0-dev.33 (2026-02-05)
559
+
560
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
561
+
562
+ ## 6.0.0-dev.32 (2026-02-04)
563
+
564
+ ### 🩹 Fixes
565
+
566
+ - remove duplicate trigger-downstream from publish-docker-images ([1f70c8041](https://github.com/powerhouse-inc/powerhouse/commit/1f70c8041))
567
+
568
+ ### ❤️ Thank You
569
+
570
+ - Frank
571
+
572
+ ## 6.0.0-dev.31 (2026-02-04)
573
+
574
+ ### 🚀 Features
575
+
576
+ - trigger powerhouse-demo after release ([f5b63728d](https://github.com/powerhouse-inc/powerhouse/commit/f5b63728d))
577
+ - **profiling:** add Pyroscope monitoring to reactor-direct ([2c7779229](https://github.com/powerhouse-inc/powerhouse/commit/2c7779229))
578
+ - **profiling:** add reactor-direct.ts for direct reactor performance profiling ([806714e27](https://github.com/powerhouse-inc/powerhouse/commit/806714e27))
579
+ - align document-model-subgraph with ReactorSubgraph patterns ([0c0813ef7](https://github.com/powerhouse-inc/powerhouse/commit/0c0813ef7))
580
+ - add new document model subgraph with new reactor API ([a282586c3](https://github.com/powerhouse-inc/powerhouse/commit/a282586c3))
581
+
582
+ ### 🩹 Fixes
583
+
584
+ - linting issues ([e1eb2c806](https://github.com/powerhouse-inc/powerhouse/commit/e1eb2c806))
585
+ - ignore release.ts ([25a40d2a6](https://github.com/powerhouse-inc/powerhouse/commit/25a40d2a6))
586
+
587
+ ### ❤️ Thank You
588
+
589
+ - Benjamin Jordan
590
+ - Frank
591
+ - Guillermo Puente @gpuente
592
+ - Samuel Hawksby-Robinson @Samyoul
593
+
594
+ ## 6.0.0-dev.30 (2026-02-03)
595
+
596
+ ### 🩹 Fixes
597
+
598
+ - **release:** ignore errors on git stage ([e0c10d604](https://github.com/powerhouse-inc/powerhouse/commit/e0c10d604))
599
+ - **releases:** remove problematic publish dry run ([8b9b065b9](https://github.com/powerhouse-inc/powerhouse/commit/8b9b065b9))
600
+ - **releases:** include git side effects check in all booleans ([19c44503d](https://github.com/powerhouse-inc/powerhouse/commit/19c44503d))
601
+
602
+ ### ❤️ Thank You
603
+
604
+ - ryanwolhuter @ryanwolhuter
605
+
606
+ ## 6.0.0-dev.29 (2026-02-03)
607
+
608
+ ### 🚀 Features
609
+
610
+ - **release:** add doc comments ([3ab9879d4](https://github.com/powerhouse-inc/powerhouse/commit/3ab9879d4))
611
+ - **monorepo:** simplified release workflow ([#2276](https://github.com/powerhouse-inc/powerhouse/pull/2276))
612
+
613
+ ### 🩹 Fixes
614
+
615
+ - package.json onlyBuilt ([3b6165267](https://github.com/powerhouse-inc/powerhouse/commit/3b6165267))
616
+ - **release:** move checkout action ([4ed305d57](https://github.com/powerhouse-inc/powerhouse/commit/4ed305d57))
617
+
618
+ ### ❤️ Thank You
619
+
620
+ - Benjamin Jordan (@thegoldenmule)
621
+ - Ryan Wolhuter @ryanwolhuter
622
+ - ryanwolhuter @ryanwolhuter
623
+
624
+ ## 6.0.0-dev.28 (2026-01-31)
625
+
626
+ ### 🚀 Features
627
+
628
+ - add e2e tests to simulate ([6ba43d19b](https://github.com/powerhouse-inc/powerhouse/commit/6ba43d19b))
629
+ - adding signal handlers and removing old feature flags ([f08253a2d](https://github.com/powerhouse-inc/powerhouse/commit/f08253a2d))
630
+
631
+ ### ❤️ Thank You
632
+
633
+ - Benjamin Jordan (@thegoldenmule)
634
+
635
+ ## 6.0.0-dev.27 (2026-01-30)
636
+
637
+ ### 🚀 Features
638
+
639
+ - renown sdk improvements ([bc1099d94](https://github.com/powerhouse-inc/powerhouse/commit/bc1099d94))
640
+ - **ph-cmd:** fix forwarding and versioning bug ([#2272](https://github.com/powerhouse-inc/powerhouse/pull/2272))
641
+
642
+ ### ❤️ Thank You
643
+
644
+ - acaldas
645
+ - Ryan Wolhuter @ryanwolhuter
646
+
647
+ ## 6.0.0-dev.26 (2026-01-29)
648
+
649
+ ### 🚀 Features
650
+
651
+ - update minimum node version to 24 ([7a71107c5](https://github.com/powerhouse-inc/powerhouse/commit/7a71107c5))
652
+
653
+ ### 🩹 Fixes
654
+
655
+ - undo my changes to the tsc script ([0a36d0a49](https://github.com/powerhouse-inc/powerhouse/commit/0a36d0a49))
656
+
657
+ ### ❤️ Thank You
658
+
659
+ - acaldas @acaldas
660
+ - Benjamin Jordan (@thegoldenmule)
661
+
662
+ ## 6.0.0-dev.25 (2026-01-28)
663
+
664
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
665
+
666
+ ## 6.0.0-dev.24 (2026-01-27)
667
+
668
+ ### 🚀 Features
669
+
670
+ - **switchboard:** enhance pyroscope profiler with wall and heap support ([254c0cea9](https://github.com/powerhouse-inc/powerhouse/commit/254c0cea9))
671
+ - **monorepo:** ensure the same typescript version is used everywhere ([#2258](https://github.com/powerhouse-inc/powerhouse/pull/2258))
672
+
673
+ ### 🩹 Fixes
674
+
675
+ - **vetra,switchboard:** fix TypeScript errors in permission tests and profiler ([7726f95a3](https://github.com/powerhouse-inc/powerhouse/commit/7726f95a3))
676
+
677
+ ### ❤️ Thank You
678
+
679
+ - Frank
680
+ - Ryan Wolhuter @ryanwolhuter
681
+
682
+ ## 6.0.0-dev.23 (2026-01-27)
683
+
684
+ ### 🚀 Features
685
+
686
+ - **monorepo:** add diff filter to exclude deleted files in changed files action ([e86961e79](https://github.com/powerhouse-inc/powerhouse/commit/e86961e79))
687
+ - **academy:** added release slides to academy project ([eab5e56fe](https://github.com/powerhouse-inc/powerhouse/commit/eab5e56fe))
688
+
689
+ ### ❤️ Thank You
690
+
691
+ - acaldas @acaldas
692
+ - ryanwolhuter @ryanwolhuter
693
+
694
+ ## 6.0.0-dev.22 (2026-01-27)
695
+
696
+ ### 🩹 Fixes
697
+
698
+ - **monorepo:** inefficient workflows ([#2250](https://github.com/powerhouse-inc/powerhouse/pull/2250))
699
+
700
+ ### ❤️ Thank You
701
+
702
+ - Ryan Wolhuter @ryanwolhuter
703
+
704
+ ## 6.0.0-dev.21 (2026-01-27)
705
+
706
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
707
+
708
+ ## 6.0.0-dev.20 (2026-01-26)
709
+
710
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
711
+
712
+ ## 6.0.0-dev.19 (2026-01-26)
713
+
714
+ ### 🩹 Fixes
715
+
716
+ - **docker:** add ph-cli to global install for switchboard ([6cea7f52e](https://github.com/powerhouse-inc/powerhouse/commit/6cea7f52e))
717
+
718
+ ### ❤️ Thank You
719
+
720
+ - Frank
721
+
722
+ ## 6.0.0-dev.18 (2026-01-26)
723
+
724
+ ### 🚀 Features
725
+
726
+ - **ph-cli, ph-cmd:** use cmd ts for remaining ph cmd commands ([#2209](https://github.com/powerhouse-inc/powerhouse/pull/2209))
727
+
728
+ ### 🩹 Fixes
729
+
730
+ - trailing newline in publish-docker-images workflow ([7d2e30db4](https://github.com/powerhouse-inc/powerhouse/commit/7d2e30db4))
731
+ - **ci:** remove deploy-k8s from publish-docker-images workflow ([c5869e82f](https://github.com/powerhouse-inc/powerhouse/commit/c5869e82f))
732
+
733
+ ### ❤️ Thank You
734
+
735
+ - Frank
736
+ - Ryan Wolhuter @ryanwolhuter
737
+
738
+ ## 6.0.0-dev.17 (2026-01-26)
739
+
740
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
741
+
742
+ ## 6.0.0-dev.16 (2026-01-24)
743
+
744
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
745
+
746
+ ## 6.0.0-dev.15 (2026-01-23)
747
+
748
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
749
+
750
+ ## 6.0.0-dev.14 (2026-01-22)
751
+
752
+ ### 🩹 Fixes
753
+
754
+ - pnpm filtering ([3875e271c](https://github.com/powerhouse-inc/powerhouse/commit/3875e271c))
755
+ - do not run profiling tests by default ([a196a19da](https://github.com/powerhouse-inc/powerhouse/commit/a196a19da))
756
+ - **profiling:** add TypeScript configuration for profiling scripts ([d0ee094c7](https://github.com/powerhouse-inc/powerhouse/commit/d0ee094c7))
757
+ - **design-system:** declare document-drive and reactor-browser as runtime dependencies ([3db4afa38](https://github.com/powerhouse-inc/powerhouse/commit/3db4afa38))
758
+
759
+ ### ❤️ Thank You
760
+
761
+ - acaldas @acaldas
762
+ - Benjamin Jordan (@thegoldenmule)
763
+ - Samuel Hawksby-Robinson @Samyoul
764
+
765
+ ## 6.0.0-dev.13 (2026-01-21)
766
+
767
+ ### 🚀 Features
768
+
769
+ - add workflow to trigger downstream package updates ([e8c6cce75](https://github.com/powerhouse-inc/powerhouse/commit/e8c6cce75))
770
+
771
+ ### ❤️ Thank You
772
+
773
+ - Frank
774
+
775
+ ## 6.0.0-dev.12 (2026-01-20)
776
+
777
+ ### 🩹 Fixes
778
+
779
+ - **docker:** install prettier globally for ph init project ([7817c65ba](https://github.com/powerhouse-inc/powerhouse/commit/7817c65ba))
780
+
781
+ ### ❤️ Thank You
782
+
783
+ - Frank
784
+
785
+ ## 6.0.0-dev.11 (2026-01-20)
786
+
787
+ ### 🩹 Fixes
788
+
789
+ - **monorepo:** exclude root package from recursive build to prevent infinite loop ([099139393](https://github.com/powerhouse-inc/powerhouse/commit/099139393))
790
+ - **codegen:** fix failing codegen tests ([#2227](https://github.com/powerhouse-inc/powerhouse/pull/2227))
791
+
792
+ ### ❤️ Thank You
793
+
794
+ - Frank
795
+ - Ryan Wolhuter @ryanwolhuter
796
+
797
+ ## 6.0.0-dev.10 (2026-01-19)
798
+
799
+ ### 🚀 Features
800
+
801
+ - **ph-cmd:** move dependencies to dev dependencies ([8aa16c346](https://github.com/powerhouse-inc/powerhouse/commit/8aa16c346))
802
+
803
+ ### ❤️ Thank You
804
+
805
+ - ryanwolhuter @ryanwolhuter
806
+
807
+ ## 6.0.0-dev.9 (2026-01-19)
808
+
809
+ ### 🚀 Features
810
+
811
+ - **ph-cmd:** test build with bun ([#2225](https://github.com/powerhouse-inc/powerhouse/pull/2225))
812
+
813
+ ### ❤️ Thank You
814
+
815
+ - Ryan Wolhuter @ryanwolhuter
816
+
817
+ ## 6.0.0-dev.8 (2026-01-17)
818
+
819
+ ### 🚀 Features
820
+
821
+ - **design-system:** default styles tweaks and DocumentStateViewer ([c0a66720c](https://github.com/powerhouse-inc/powerhouse/commit/c0a66720c))
822
+ - **ci:** deploy staging tenant from release/staging/* branches ([8761579e7](https://github.com/powerhouse-inc/powerhouse/commit/8761579e7))
823
+ - **ci:** add Harbor registry to docker image publishing ([f3a2fab69](https://github.com/powerhouse-inc/powerhouse/commit/f3a2fab69))
824
+
825
+ ### 🩹 Fixes
826
+
827
+ - **switchboard:** keep prisma db push before running migrations ([e666de869](https://github.com/powerhouse-inc/powerhouse/commit/e666de869))
828
+ - **switchboard:** use ph switchboard --migrate for database migrations ([d4ee55a23](https://github.com/powerhouse-inc/powerhouse/commit/d4ee55a23))
829
+
830
+ ### ❤️ Thank You
831
+
832
+ - acaldas @acaldas
833
+ - Frank
834
+
835
+ ## 6.0.0-dev.7 (2026-01-16)
836
+
837
+ ### 🩹 Fixes
838
+
839
+ - **ph-cmd:** do not publish dependencies in cli ([0f5296d02](https://github.com/powerhouse-inc/powerhouse/commit/0f5296d02))
840
+
841
+ ### ❤️ Thank You
842
+
843
+ - ryanwolhuter @ryanwolhuter
844
+
845
+ ## 6.0.0-dev.6 (2026-01-16)
846
+
847
+ ### 🩹 Fixes
848
+
849
+ - **ph-cmd:** move .npmrc to codegen package dir ([35ef27743](https://github.com/powerhouse-inc/powerhouse/commit/35ef27743))
850
+
851
+ ### ❤️ Thank You
852
+
853
+ - ryanwolhuter @ryanwolhuter
854
+
855
+ ## 6.0.0-dev.5 (2026-01-16)
856
+
857
+ ### 🩹 Fixes
858
+
859
+ - **switchboard:** regenerate Prisma client for Alpine Linux ([4bc96c72d](https://github.com/powerhouse-inc/powerhouse/commit/4bc96c72d))
860
+
861
+ ### ❤️ Thank You
862
+
863
+ - Frank
864
+
865
+ ## 6.0.0-dev.4 (2026-01-16)
866
+
867
+ ### 🩹 Fixes
868
+
869
+ - **switchboard:** add openssl for Prisma compatibility ([fe7235609](https://github.com/powerhouse-inc/powerhouse/commit/fe7235609))
870
+
871
+ ### ❤️ Thank You
872
+
873
+ - Frank
874
+
875
+ ## 6.0.0-dev.3 (2026-01-16)
876
+
877
+ ### 🚀 Features
878
+
879
+ - **docker:** optimize images with multi-stage builds ([d51a2df9d](https://github.com/powerhouse-inc/powerhouse/commit/d51a2df9d))
880
+
881
+ ### ❤️ Thank You
882
+
883
+ - Frank
884
+
885
+ ## 6.0.0-dev.2 (2026-01-15)
886
+
887
+ ### 🚀 Features
888
+
889
+ - adding a migration command to switchboard ([155f3da66](https://github.com/powerhouse-inc/powerhouse/commit/155f3da66))
890
+ - added profiling scripts to switchboard and listen for sigint ([3a3eab12d](https://github.com/powerhouse-inc/powerhouse/commit/3a3eab12d))
891
+ - test-client now successfully executes scenarios ([ef9299d90](https://github.com/powerhouse-inc/powerhouse/commit/ef9299d90))
892
+ - new cicd flows ([01310e0d3](https://github.com/powerhouse-inc/powerhouse/commit/01310e0d3))
893
+ - enabled doc version in connect ([#2171](https://github.com/powerhouse-inc/powerhouse/pull/2171))
894
+
895
+ ### 🩹 Fixes
896
+
897
+ - workflow permissions ([6e451590d](https://github.com/powerhouse-inc/powerhouse/commit/6e451590d))
898
+ - switchboard, by default, writes to .ph directory ([6435defb6](https://github.com/powerhouse-inc/powerhouse/commit/6435defb6))
899
+
900
+ ### ❤️ Thank You
901
+
902
+ - Benjamin Jordan (@thegoldenmule)
903
+ - Frank
904
+ - Guillermo Puente Sandoval @gpuente
905
+
1
906
  ## 6.0.0-dev.1 (2026-01-15)
2
907
 
3
908
  ### 🚀 Features