@powerhousedao/switchboard 6.0.0-dev.13 → 6.0.0-dev.131

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