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

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