@powerhousedao/switchboard 6.0.0-dev.25 → 6.0.0-dev.251

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 (81) hide show
  1. package/.env +7 -3
  2. package/Auth.md +45 -27
  3. package/CHANGELOG.md +1978 -5
  4. package/README.md +55 -12
  5. package/dist/index.d.mts +2 -0
  6. package/dist/index.mjs +218 -0
  7. package/dist/index.mjs.map +1 -0
  8. package/dist/install-packages.d.mts +1 -0
  9. package/dist/install-packages.mjs +34 -0
  10. package/dist/install-packages.mjs.map +1 -0
  11. package/dist/migrate.d.mts +1 -0
  12. package/dist/migrate.mjs +60 -0
  13. package/dist/migrate.mjs.map +1 -0
  14. package/dist/server-Dd7gPta4.mjs +769 -0
  15. package/dist/server-Dd7gPta4.mjs.map +1 -0
  16. package/dist/server.d.mts +105 -0
  17. package/dist/server.d.mts.map +1 -0
  18. package/dist/server.mjs +6 -0
  19. package/dist/utils-DFl0ezBT.mjs +47 -0
  20. package/dist/utils-DFl0ezBT.mjs.map +1 -0
  21. package/dist/utils.d.mts +9 -0
  22. package/dist/utils.d.mts.map +1 -0
  23. package/dist/utils.mjs +4 -0
  24. package/package.json +70 -39
  25. package/test/attachments/auth.test.ts +219 -0
  26. package/test/attachments/index.test.ts +119 -0
  27. package/test/attachments/routes-integration.test.ts +103 -0
  28. package/test/attachments/routes.test.ts +864 -0
  29. package/test/metrics.test.ts +202 -0
  30. package/test/pglite-dialect.test.ts +40 -0
  31. package/test/pglite-version.test.ts +37 -0
  32. package/tsconfig.json +16 -4
  33. package/tsdown.config.ts +16 -0
  34. package/vitest.config.ts +11 -0
  35. package/Dockerfile +0 -86
  36. package/dist/src/clients/redis.d.ts +0 -5
  37. package/dist/src/clients/redis.d.ts.map +0 -1
  38. package/dist/src/clients/redis.js +0 -48
  39. package/dist/src/clients/redis.js.map +0 -1
  40. package/dist/src/config.d.ts +0 -12
  41. package/dist/src/config.d.ts.map +0 -1
  42. package/dist/src/config.js +0 -33
  43. package/dist/src/config.js.map +0 -1
  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/dist/src/feature-flags.d.ts +0 -2
  49. package/dist/src/feature-flags.d.ts.map +0 -1
  50. package/dist/src/feature-flags.js +0 -9
  51. package/dist/src/feature-flags.js.map +0 -1
  52. package/dist/src/index.d.ts +0 -3
  53. package/dist/src/index.d.ts.map +0 -1
  54. package/dist/src/index.js +0 -21
  55. package/dist/src/index.js.map +0 -1
  56. package/dist/src/install-packages.d.ts +0 -2
  57. package/dist/src/install-packages.d.ts.map +0 -1
  58. package/dist/src/install-packages.js +0 -36
  59. package/dist/src/install-packages.js.map +0 -1
  60. package/dist/src/migrate.d.ts +0 -3
  61. package/dist/src/migrate.d.ts.map +0 -1
  62. package/dist/src/migrate.js +0 -65
  63. package/dist/src/migrate.js.map +0 -1
  64. package/dist/src/profiler.d.ts +0 -9
  65. package/dist/src/profiler.d.ts.map +0 -1
  66. package/dist/src/profiler.js +0 -43
  67. package/dist/src/profiler.js.map +0 -1
  68. package/dist/src/server.d.ts +0 -6
  69. package/dist/src/server.d.ts.map +0 -1
  70. package/dist/src/server.js +0 -304
  71. package/dist/src/server.js.map +0 -1
  72. package/dist/src/types.d.ts +0 -64
  73. package/dist/src/types.d.ts.map +0 -1
  74. package/dist/src/types.js +0 -2
  75. package/dist/src/types.js.map +0 -1
  76. package/dist/src/utils.d.ts +0 -6
  77. package/dist/src/utils.d.ts.map +0 -1
  78. package/dist/src/utils.js +0 -92
  79. package/dist/src/utils.js.map +0 -1
  80. package/dist/tsconfig.tsbuildinfo +0 -1
  81. package/entrypoint.sh +0 -17
package/CHANGELOG.md CHANGED
@@ -1,3 +1,1976 @@
1
+ ## 6.0.0-dev.251 (2026-05-16)
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.250 (2026-05-15)
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.249 (2026-05-15)
10
+
11
+ ### 🚀 Features
12
+
13
+ - added release script ([20454f119](https://github.com/powerhouse-inc/powerhouse/commit/20454f119))
14
+ - add tailwind eslint plugin ([#2612](https://github.com/powerhouse-inc/powerhouse/pull/2612))
15
+
16
+ ### 🩹 Fixes
17
+
18
+ - sync integration test should not use atomicfs ([75d0a1785](https://github.com/powerhouse-inc/powerhouse/commit/75d0a1785))
19
+ - **codegen:** install dependencies during migrate before regeneration ([ff107e29f](https://github.com/powerhouse-inc/powerhouse/commit/ff107e29f))
20
+
21
+ ### ❤️ Thank You
22
+
23
+ - acaldas
24
+ - Benjamin Jordan
25
+ - Guillermo Puente @gpuente
26
+ - Ryan Wolhuter @ryanwolhuter
27
+
28
+ ## 6.0.0-dev.248 (2026-05-14)
29
+
30
+ ### 🚀 Features
31
+
32
+ - **shared:** replace jszip with fflate for tree-shakeable zip handling ([9a417aa98](https://github.com/powerhouse-inc/powerhouse/commit/9a417aa98))
33
+
34
+ ### 🩹 Fixes
35
+
36
+ - declare graphql/graphql-tag as peerDependencies to prevent dup instances ([4fec9d5b6](https://github.com/powerhouse-inc/powerhouse/commit/4fec9d5b6))
37
+
38
+ ### ❤️ Thank You
39
+
40
+ - acaldas
41
+
42
+ ## 6.0.0-dev.247 (2026-05-14)
43
+
44
+ ### 🚀 Features
45
+
46
+ - **pglite-fs:** adding crash tests, also adding permutations of reactor tests with new backend ([4747ba737](https://github.com/powerhouse-inc/powerhouse/commit/4747ba737))
47
+ - **pglite-fs:** implemented a fs-backed pglite backend with in-memory WAL ([736ae675b](https://github.com/powerhouse-inc/powerhouse/commit/736ae675b))
48
+ - **ph-lora:** release-notes skill + v6.0.0 release notes ([22aa1e682](https://github.com/powerhouse-inc/powerhouse/commit/22aa1e682))
49
+ - **ph-lora:** doc-status and doc-clarity command ([1087fadb9](https://github.com/powerhouse-inc/powerhouse/commit/1087fadb9))
50
+ - **ph-lora:** doc-fix command ([87c6ab98d](https://github.com/powerhouse-inc/powerhouse/commit/87c6ab98d))
51
+ - **ph-lora:** tier 2 CI, mapping validator, file-level sourceFiles, authorization gap report ([76ce10b41](https://github.com/powerhouse-inc/powerhouse/commit/76ce10b41))
52
+ - **ph-lora:** tier 1 doc checker, mapping, gap report for react hooks ([47c6fc620](https://github.com/powerhouse-inc/powerhouse/commit/47c6fc620))
53
+
54
+ ### ❤️ Thank You
55
+
56
+ - Benjamin Jordan
57
+ - CallmeT-ty @CallmeT-ty
58
+ - Claude Sonnet 4.6
59
+
60
+ ## 6.0.0-dev.246 (2026-05-13)
61
+
62
+ ### 🚀 Features
63
+
64
+ - improve document toolbar ([#2602](https://github.com/powerhouse-inc/powerhouse/pull/2602))
65
+
66
+ ### 🩹 Fixes
67
+
68
+ - mark json files with correct permissions so nginx can serve them ([c2008bb1c](https://github.com/powerhouse-inc/powerhouse/commit/c2008bb1c))
69
+
70
+ ### ❤️ Thank You
71
+
72
+ - Benjamin Jordan
73
+ - Ryan Wolhuter @ryanwolhuter
74
+
75
+ ## 6.0.0-dev.245 (2026-05-13)
76
+
77
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
78
+
79
+ ## 6.0.0-dev.244 (2026-05-13)
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.243 (2026-05-12)
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.242 (2026-05-12)
88
+
89
+ ### 🩹 Fixes
90
+
91
+ - **release:** pass explicit from-ref to releaseChangelog ([5af1ce209](https://github.com/powerhouse-inc/powerhouse/commit/5af1ce209))
92
+
93
+ ### ❤️ Thank You
94
+
95
+ - acaldas
96
+
97
+ ## 6.0.0-dev.241 (2026-05-12)
98
+
99
+ ### 🚀 Features
100
+
101
+ - **connect:** surface missing-model failures and move registry URL to ph-packages.json ([bcb8bbdb0](https://github.com/powerhouse-inc/powerhouse/commit/bcb8bbdb0))
102
+
103
+ ### 🩹 Fixes
104
+
105
+ - **release:** pass explicit from-ref to releaseChangelog ([5af1ce209](https://github.com/powerhouse-inc/powerhouse/commit/5af1ce209))
106
+ - **switchboard:** move @pyroscope/nodejs to dependencies ([c71e0b3de](https://github.com/powerhouse-inc/powerhouse/commit/c71e0b3de))
107
+ - **sentry:** inject debug-ids before publish + drop dead dirs ([444c677a2](https://github.com/powerhouse-inc/powerhouse/commit/444c677a2))
108
+ - switching postgres versions ([353951582](https://github.com/powerhouse-inc/powerhouse/commit/353951582))
109
+
110
+ ### ❤️ Thank You
111
+
112
+ - acaldas
113
+ - Benjamin Jordan
114
+
115
+ ## 6.0.0-dev.240 (2026-05-11)
116
+
117
+ ### 🩹 Fixes
118
+
119
+ - **reactor-api:** exclude hub/spoke test by default, added specific job to test it ([8e8474929](https://github.com/powerhouse-inc/powerhouse/commit/8e8474929))
120
+ - **release:** pass the just-published tag from release -> publish-ph-binaries ([dd19a9b20](https://github.com/powerhouse-inc/powerhouse/commit/dd19a9b20))
121
+
122
+ ### ❤️ Thank You
123
+
124
+ - acaldas
125
+ - Benjamin Jordan
126
+
127
+ ## 6.0.0-dev.239 (2026-05-11)
128
+
129
+ ### 🚀 Features
130
+
131
+ - **ph-cmd:** added scripts to install dev and staging ph-cmd binary ([492555423](https://github.com/powerhouse-inc/powerhouse/commit/492555423))
132
+ - **switchboard:** bridge OpenTelemetry spans to Sentry ([c1f2fc28b](https://github.com/powerhouse-inc/powerhouse/commit/c1f2fc28b))
133
+ - **ph-cli,ph-cmd,shared:** use lightweight sentry sdk ([248c6b2f6](https://github.com/powerhouse-inc/powerhouse/commit/248c6b2f6))
134
+
135
+ ### 🩹 Fixes
136
+
137
+ - update dockerfiles for pnpm 11 bin path ([d33db03ce](https://github.com/powerhouse-inc/powerhouse/commit/d33db03ce))
138
+ - **switchboard:** only enable tracing if a destination is configured ([8abff8020](https://github.com/powerhouse-inc/powerhouse/commit/8abff8020))
139
+
140
+ ### ❤️ Thank You
141
+
142
+ - acaldas
143
+
144
+ ## 6.0.0-dev.238 (2026-05-11)
145
+
146
+ ### 🚀 Features
147
+
148
+ - **switchboard:** bridge OpenTelemetry spans to Sentry ([c1f2fc28b](https://github.com/powerhouse-inc/powerhouse/commit/c1f2fc28b))
149
+ - **ph-cli,ph-cmd,shared:** use lightweight sentry sdk ([248c6b2f6](https://github.com/powerhouse-inc/powerhouse/commit/248c6b2f6))
150
+
151
+ ### 🩹 Fixes
152
+
153
+ - update dockerfiles for pnpm 11 bin path ([d33db03ce](https://github.com/powerhouse-inc/powerhouse/commit/d33db03ce))
154
+ - **switchboard:** only enable tracing if a destination is configured ([8abff8020](https://github.com/powerhouse-inc/powerhouse/commit/8abff8020))
155
+
156
+ ### ❤️ Thank You
157
+
158
+ - acaldas
159
+
160
+ ## 6.0.0-dev.237 (2026-05-10)
161
+
162
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
163
+
164
+ ## 6.0.0-dev.236 (2026-05-09)
165
+
166
+ ### 🚀 Features
167
+
168
+ - add download button ([#2586](https://github.com/powerhouse-inc/powerhouse/pull/2586))
169
+ - new test-sync-queue cli app that detects sync drift for large drives ([771352e08](https://github.com/powerhouse-inc/powerhouse/commit/771352e08))
170
+ - new test-sync-queue cli app that detects sync drift for large drives ([ddcd53f1e](https://github.com/powerhouse-inc/powerhouse/commit/ddcd53f1e))
171
+
172
+ ### 🩹 Fixes
173
+
174
+ - switchboard itself was not using proper env vars ([a18a78f05](https://github.com/powerhouse-inc/powerhouse/commit/a18a78f05))
175
+ - switchboard migrate command did not honor proper env vars ([97f8c4781](https://github.com/powerhouse-inc/powerhouse/commit/97f8c4781))
176
+ - switchboard itself was not using proper env vars ([50a3b842f](https://github.com/powerhouse-inc/powerhouse/commit/50a3b842f))
177
+ - switchboard migrate command did not honor proper env vars ([2fc850209](https://github.com/powerhouse-inc/powerhouse/commit/2fc850209))
178
+
179
+ ### ❤️ Thank You
180
+
181
+ - Benjamin Jordan
182
+ - Ryan Wolhuter @ryanwolhuter
183
+
184
+ ## 6.0.0-dev.235 (2026-05-08)
185
+
186
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
187
+
188
+ ## 6.0.0-dev.234 (2026-05-08)
189
+
190
+ ### 🩹 Fixes
191
+
192
+ - **ci:** pnpm 11 reads PNPM_CONFIG_* not NPM_CONFIG_* ([b6c05fb23](https://github.com/powerhouse-inc/powerhouse/commit/b6c05fb23))
193
+ - **ci, docker:** pnpm 11 uses pnpm-workspace.yaml for allowBuilds; env var for min-release-age ([37c04c28a](https://github.com/powerhouse-inc/powerhouse/commit/37c04c28a))
194
+
195
+ ### ❤️ Thank You
196
+
197
+ - acaldas
198
+
199
+ ## 6.0.0-dev.233 (2026-05-08)
200
+
201
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
202
+
203
+ ## 6.0.0-dev.232 (2026-05-07)
204
+
205
+ ### 🩹 Fixes
206
+
207
+ - opt out of pnpm 11 minimum-release-age; fix docker/boilerplate strict-dep-builds ([75d31f3c6](https://github.com/powerhouse-inc/powerhouse/commit/75d31f3c6))
208
+
209
+ ### ❤️ Thank You
210
+
211
+ - acaldas
212
+
213
+ ## 6.0.0-dev.231 (2026-05-07)
214
+
215
+ ### 🩹 Fixes
216
+
217
+ - add pnpm workspace to boilerplate ([1b3a6e78c](https://github.com/powerhouse-inc/powerhouse/commit/1b3a6e78c))
218
+ - **ci:** pnpm v11 docker init + global bin path ([9d93dc20a](https://github.com/powerhouse-inc/powerhouse/commit/9d93dc20a))
219
+
220
+ ### ❤️ Thank You
221
+
222
+ - acaldas
223
+
224
+ ## 6.0.0-dev.230 (2026-05-07)
225
+
226
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
227
+
228
+ ## 6.0.0-dev.229 (2026-05-07)
229
+
230
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
231
+
232
+ ## 6.0.0-dev.228 (2026-05-07)
233
+
234
+ ### 🚀 Features
235
+
236
+ - **connect,reactor-api:** set git hash at build time and display with url ([99b5233c7](https://github.com/powerhouse-inc/powerhouse/commit/99b5233c7))
237
+
238
+ ### ❤️ Thank You
239
+
240
+ - acaldas
241
+
242
+ ## 6.0.0-dev.227 (2026-05-07)
243
+
244
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
245
+
246
+ ## 6.0.0-dev.226 (2026-05-06)
247
+
248
+ ### 🚀 Features
249
+
250
+ - various mixed load scenarios for the lb ([6ef3a76bf](https://github.com/powerhouse-inc/powerhouse/commit/6ef3a76bf))
251
+
252
+ ### 🩹 Fixes
253
+
254
+ - bump document-engineering to 1.40.3 and align zod pin ([d50e7e42c](https://github.com/powerhouse-inc/powerhouse/commit/d50e7e42c))
255
+
256
+ ### ❤️ Thank You
257
+
258
+ - Benjamin Jordan
259
+ - Guillermo Puente @gpuente
260
+
261
+ ## 6.0.0-dev.225 (2026-05-06)
262
+
263
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
264
+
265
+ ## 6.0.0-dev.224 (2026-05-06)
266
+
267
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
268
+
269
+ ## 6.0.0-dev.223 (2026-05-06)
270
+
271
+ ### 🚀 Features
272
+
273
+ - add json viewer for operations tooltip ([#2569](https://github.com/powerhouse-inc/powerhouse/pull/2569))
274
+
275
+ ### 🩹 Fixes
276
+
277
+ - **release:** drop concurrency from publish-docker-images.yml ([#2572](https://github.com/powerhouse-inc/powerhouse/issues/2572))
278
+
279
+ ### ❤️ Thank You
280
+
281
+ - Frank
282
+ - Ryan Wolhuter @ryanwolhuter
283
+
284
+ ## 6.0.0-dev.222 (2026-05-06)
285
+
286
+ ### 🩹 Fixes
287
+
288
+ - **release:** retry git push with rebase + add workflow concurrency ([#2572](https://github.com/powerhouse-inc/powerhouse/pull/2572))
289
+
290
+ ### ❤️ Thank You
291
+
292
+ - Frank @froid1911
293
+
294
+ ## 6.0.0-dev.220 (2026-05-06)
295
+
296
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
297
+
298
+ ## 6.0.0-dev.219 (2026-05-06)
299
+
300
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
301
+
302
+ ## 6.0.0-dev.218 (2026-05-06)
303
+
304
+ ### 🚀 Features
305
+
306
+ - **registry:** renown JWT auth in front of verdaccio ([e5bbf93f1](https://github.com/powerhouse-inc/powerhouse/commit/e5bbf93f1))
307
+
308
+ ### ❤️ Thank You
309
+
310
+ - Frank
311
+
312
+ ## 6.0.0-dev.217 (2026-05-06)
313
+
314
+ ### 🚀 Features
315
+
316
+ - **switchboard-lb:** rewrite to use simpler drive-id header ([a442207d1](https://github.com/powerhouse-inc/powerhouse/commit/a442207d1))
317
+ - **reactor-attachments:** implementing HEAD, implementing soft-delete and fixing some indexing issues ([f1430bca4](https://github.com/powerhouse-inc/powerhouse/commit/f1430bca4))
318
+
319
+ ### 🩹 Fixes
320
+
321
+ - **reactor-attachments:** switch to Attachment-Metadata instead of the X- prefix ([7ea3f120a](https://github.com/powerhouse-inc/powerhouse/commit/7ea3f120a))
322
+ - **reactor-api, switchboard:** partial-delete index, reservation validation, fastify param routing, case-insensitive hashes ([f0b5b0620](https://github.com/powerhouse-inc/powerhouse/commit/f0b5b0620))
323
+ - **reactor-attachments:** code-review feedback ([18cd49ab6](https://github.com/powerhouse-inc/powerhouse/commit/18cd49ab6))
324
+
325
+ ### ❤️ Thank You
326
+
327
+ - Benjamin Jordan
328
+
329
+ ## 6.0.0-dev.216 (2026-05-05)
330
+
331
+ ### 🩹 Fixes
332
+
333
+ - **codegen,ph-cli,shared:** build package types with tsc ([a1a47e932](https://github.com/powerhouse-inc/powerhouse/commit/a1a47e932))
334
+ - **codegen,ph-cli,shared:** build package types with tsc ([f3658dddc](https://github.com/powerhouse-inc/powerhouse/commit/f3658dddc))
335
+
336
+ ### ❤️ Thank You
337
+
338
+ - acaldas
339
+ - Copilot
340
+
341
+ ## 6.0.0-dev.215 (2026-05-05)
342
+
343
+ ### 🚀 Features
344
+
345
+ - make document cache usable with graphql client ([#2557](https://github.com/powerhouse-inc/powerhouse/pull/2557))
346
+
347
+ ### 🩹 Fixes
348
+
349
+ - **ci:** pick docker tag matching branch channel ([1f6c5ba7c](https://github.com/powerhouse-inc/powerhouse/commit/1f6c5ba7c))
350
+
351
+ ### ❤️ Thank You
352
+
353
+ - Frank
354
+ - Ryan Wolhuter @ryanwolhuter
355
+
356
+ ## 6.0.0-dev.214 (2026-05-05)
357
+
358
+ ### 🚀 Features
359
+
360
+ - **switchboard:** env var to force a specific pg version when using pglite ([5cdd35ca1](https://github.com/powerhouse-inc/powerhouse/commit/5cdd35ca1))
361
+ - **switchboard:** adding pglite migration flag ([952075b11](https://github.com/powerhouse-inc/powerhouse/commit/952075b11))
362
+
363
+ ### 🩹 Fixes
364
+
365
+ - **reactor-api:** a number of hacks to get around the way vite works, and pre-empt sigterm and sigkill ([36bf0918c](https://github.com/powerhouse-inc/powerhouse/commit/36bf0918c))
366
+
367
+ ### ❤️ Thank You
368
+
369
+ - Benjamin Jordan
370
+
371
+ ## 6.0.0-dev.213 (2026-05-04)
372
+
373
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
374
+
375
+ ## 6.0.0-dev.212 (2026-05-03)
376
+
377
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
378
+
379
+ ## 6.0.0-dev.211 (2026-05-02)
380
+
381
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
382
+
383
+ ## 6.0.0-dev.210 (2026-05-01)
384
+
385
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
386
+
387
+ ## 6.0.0-dev.209 (2026-04-30)
388
+
389
+ ### 🚀 Features
390
+
391
+ - **reactor-api:** added system subgraph which returns version and hash information ([248fc1e92](https://github.com/powerhouse-inc/powerhouse/commit/248fc1e92))
392
+ - **reactor-attachments:** switchboard implementation fixes ([3b320d01c](https://github.com/powerhouse-inc/powerhouse/commit/3b320d01c))
393
+ - initial switchboard endpoints and implementation ([01b20cede](https://github.com/powerhouse-inc/powerhouse/commit/01b20cede))
394
+
395
+ ### 🩹 Fixes
396
+
397
+ - so much linting that it kills my computer ([d6b6ff143](https://github.com/powerhouse-inc/powerhouse/commit/d6b6ff143))
398
+ - **reactor-attachments:** force octet-stream content-type for remote uploads ([fc45afccb](https://github.com/powerhouse-inc/powerhouse/commit/fc45afccb))
399
+
400
+ ### ❤️ Thank You
401
+
402
+ - Benjamin Jordan
403
+
404
+ ## 6.0.0-dev.208 (2026-04-29)
405
+
406
+ ### 🚀 Features
407
+
408
+ - first swing at a load test ([f7e0f4456](https://github.com/powerhouse-inc/powerhouse/commit/f7e0f4456))
409
+ - added observability profile ([957af0925](https://github.com/powerhouse-inc/powerhouse/commit/957af0925))
410
+ - metrics integration ([1ce0b5fdf](https://github.com/powerhouse-inc/powerhouse/commit/1ce0b5fdf))
411
+ - switchboard-lb M3 ([cc49638e0](https://github.com/powerhouse-inc/powerhouse/commit/cc49638e0))
412
+ - **reactor-api:** added attachment service creation to reactor-api ([f96e9806b](https://github.com/powerhouse-inc/powerhouse/commit/f96e9806b))
413
+ - **reactor-attachments:** initial storage implementation ([b82e0fc8c](https://github.com/powerhouse-inc/powerhouse/commit/b82e0fc8c))
414
+ - **reactor-attachments:** initial setup of package ([ac5bac96a](https://github.com/powerhouse-inc/powerhouse/commit/ac5bac96a))
415
+
416
+ ### 🩹 Fixes
417
+
418
+ - **reactor-attachments:** fix the tsdown config ([8485b54be](https://github.com/powerhouse-inc/powerhouse/commit/8485b54be))
419
+
420
+ ### ❤️ Thank You
421
+
422
+ - Benjamin Jordan
423
+
424
+ ## 6.0.0-dev.207 (2026-04-29)
425
+
426
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
427
+
428
+ ## 6.0.0-dev.206 (2026-04-28)
429
+
430
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
431
+
432
+ ## 6.0.0-dev.205 (2026-04-28)
433
+
434
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
435
+
436
+ ## 6.0.0-dev.204 (2026-04-28)
437
+
438
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
439
+
440
+ ## 6.0.0-dev.203 (2026-04-28)
441
+
442
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
443
+
444
+ ## 6.0.0-dev.202 (2026-04-28)
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.201 (2026-04-28)
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.200 (2026-04-27)
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.199 (2026-04-26)
457
+
458
+ ### 🚀 Features
459
+
460
+ - **ph-cli:** add ph-clint and mastra dependencies ([a389b5bdd](https://github.com/powerhouse-inc/powerhouse/commit/a389b5bdd))
461
+
462
+ ### ❤️ Thank You
463
+
464
+ - Frank
465
+
466
+ ## 6.0.0-dev.198 (2026-04-26)
467
+
468
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
469
+
470
+ ## 6.0.0-dev.197 (2026-04-25)
471
+
472
+ ### 🩹 Fixes
473
+
474
+ - **switchboard:** fall back to free port on EADDRINUSE and propagate to vetra ([182118e02](https://github.com/powerhouse-inc/powerhouse/commit/182118e02))
475
+ - exclude pglite wasm and data files on ph build ([96eee628c](https://github.com/powerhouse-inc/powerhouse/commit/96eee628c))
476
+
477
+ ### 🔥 Performance
478
+
479
+ - **design-system:** improve DocumentToolbar tree-shaking ([6d3bf98ad](https://github.com/powerhouse-inc/powerhouse/commit/6d3bf98ad))
480
+
481
+ ### ❤️ Thank You
482
+
483
+ - acaldas
484
+ - Copilot
485
+ - Guillermo Puente @gpuente
486
+
487
+ ## 6.0.0-dev.196 (2026-04-24)
488
+
489
+ ### 🚀 Features
490
+
491
+ - separate generate commands ([#2505](https://github.com/powerhouse-inc/powerhouse/pull/2505))
492
+
493
+ ### ❤️ Thank You
494
+
495
+ - Ryan Wolhuter @ryanwolhuter
496
+
497
+ ## 6.0.0-dev.195 (2026-04-24)
498
+
499
+ ### 🚀 Features
500
+
501
+ - **codegen:** add sideEffects:false to generated package boilerplate ([844449485](https://github.com/powerhouse-inc/powerhouse/commit/844449485))
502
+
503
+ ### 🩹 Fixes
504
+
505
+ - **registry:** downgrade express to v4 to fix package details page 404 ([40cd8a5d8](https://github.com/powerhouse-inc/powerhouse/commit/40cd8a5d8))
506
+ - outdated pnpm lock ([4a1f21903](https://github.com/powerhouse-inc/powerhouse/commit/4a1f21903))
507
+ - **common:** cleanup deps ([8602d77ba](https://github.com/powerhouse-inc/powerhouse/commit/8602d77ba))
508
+
509
+ ### ❤️ Thank You
510
+
511
+ - acaldas
512
+ - Guillermo Puente @gpuente
513
+
514
+ ## 6.0.0-dev.194 (2026-04-23)
515
+
516
+ ### 🩹 Fixes
517
+
518
+ - **codegen:** updated dependencies list ([b4545f389](https://github.com/powerhouse-inc/powerhouse/commit/b4545f389))
519
+
520
+ ### ❤️ Thank You
521
+
522
+ - acaldas
523
+
524
+ ## 6.0.0-dev.193 (2026-04-23)
525
+
526
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
527
+
528
+ ## 6.0.0-dev.192 (2026-04-22)
529
+
530
+ ### 🚀 Features
531
+
532
+ - update migrate command ([#2492](https://github.com/powerhouse-inc/powerhouse/pull/2492))
533
+
534
+ ### ❤️ Thank You
535
+
536
+ - Ryan Wolhuter @ryanwolhuter
537
+
538
+ ## 6.0.0-dev.191 (2026-04-22)
539
+
540
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
541
+
542
+ ## 6.0.0-dev.190 (2026-04-22)
543
+
544
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
545
+
546
+ ## 6.0.0-dev.189 (2026-04-22)
547
+
548
+ ### 🚀 Features
549
+
550
+ - **lb:** the load balancer now pins through milestone 2 ([b928cfe04](https://github.com/powerhouse-inc/powerhouse/commit/b928cfe04))
551
+ - **lb:** wip on m1 features ([096384d5c](https://github.com/powerhouse-inc/powerhouse/commit/096384d5c))
552
+ - **switchboard-lb:** proxy upstream routes via least_conn (M1) ([5e3343b21](https://github.com/powerhouse-inc/powerhouse/commit/5e3343b21))
553
+
554
+ ### ❤️ Thank You
555
+
556
+ - Benjamin Jordan
557
+ - Claude Opus 4.7
558
+
559
+ ## 6.0.0-dev.188 (2026-04-21)
560
+
561
+ ### 🩹 Fixes
562
+
563
+ - **ph-cli:** pin @tsdown/css to match tsdown version ([961675548](https://github.com/powerhouse-inc/powerhouse/commit/961675548))
564
+
565
+ ### ❤️ Thank You
566
+
567
+ - Guillermo Puente @gpuente
568
+
569
+ ## 6.0.0-dev.187 (2026-04-21)
570
+
571
+ ### 🩹 Fixes
572
+
573
+ - **ci:** install sentry-cli via official installer ([52a3b3fbd](https://github.com/powerhouse-inc/powerhouse/commit/52a3b3fbd))
574
+
575
+ ### ❤️ Thank You
576
+
577
+ - Frank
578
+
579
+ ## 6.0.0-dev.186 (2026-04-21)
580
+
581
+ ### 🩹 Fixes
582
+
583
+ - **ci:** invoke sentry-cli via --package so npx resolves the binary ([21cf95abb](https://github.com/powerhouse-inc/powerhouse/commit/21cf95abb))
584
+
585
+ ### ❤️ Thank You
586
+
587
+ - Frank
588
+
589
+ ## 6.0.0-dev.185 (2026-04-21)
590
+
591
+ ### 🚀 Features
592
+
593
+ - **sentry:** upload source maps + tag releases in CI ([46461b97e](https://github.com/powerhouse-inc/powerhouse/commit/46461b97e))
594
+
595
+ ### ❤️ Thank You
596
+
597
+ - Frank
598
+
599
+ ## 6.0.0-dev.184 (2026-04-21)
600
+
601
+ ### 🚀 Features
602
+
603
+ - **cli:** opt-out Sentry error reporting for ph-cli and ph-cmd ([1f9c3be35](https://github.com/powerhouse-inc/powerhouse/commit/1f9c3be35))
604
+
605
+ ### ❤️ Thank You
606
+
607
+ - Frank
608
+
609
+ ## 6.0.0-dev.183 (2026-04-21)
610
+
611
+ ### 🚀 Features
612
+
613
+ - reactor now attempts to migrate dbs from old versions ([92b2fdde9](https://github.com/powerhouse-inc/powerhouse/commit/92b2fdde9))
614
+ - step 1 of a switchboard load balancer ([618c32bfc](https://github.com/powerhouse-inc/powerhouse/commit/618c32bfc))
615
+ - **docker:** run connect nginx as non-root (H3) ([3120ba1c4](https://github.com/powerhouse-inc/powerhouse/commit/3120ba1c4))
616
+ - emit editor assets as hashed files via resolveNewUrlToAsset ([27f0ea69c](https://github.com/powerhouse-inc/powerhouse/commit/27f0ea69c))
617
+
618
+ ### 🩹 Fixes
619
+
620
+ - **shared:** handle react imports in cjs deps ([78941ed7c](https://github.com/powerhouse-inc/powerhouse/commit/78941ed7c))
621
+ - **switchboard:** since each subgraph adds its own listeners, we need to update the maxlisteners ([b14c031de](https://github.com/powerhouse-inc/powerhouse/commit/b14c031de))
622
+
623
+ ### ❤️ Thank You
624
+
625
+ - acaldas
626
+ - Benjamin Jordan
627
+ - Frank
628
+ - Guillermo Puente @gpuente
629
+
630
+ ## 6.0.0-dev.182 (2026-04-20)
631
+
632
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
633
+
634
+ ## 6.0.0-dev.181 (2026-04-19)
635
+
636
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
637
+
638
+ ## 6.0.0-dev.180 (2026-04-18)
639
+
640
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
641
+
642
+ ## 6.0.0-dev.179 (2026-04-17)
643
+
644
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
645
+
646
+ ## 6.0.0-dev.178 (2026-04-17)
647
+
648
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
649
+
650
+ ## 6.0.0-dev.177 (2026-04-17)
651
+
652
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
653
+
654
+ ## 6.0.0-dev.176 (2026-04-16)
655
+
656
+ ### 🩹 Fixes
657
+
658
+ - update lockfile ([728604c16](https://github.com/powerhouse-inc/powerhouse/commit/728604c16))
659
+
660
+ ### ❤️ Thank You
661
+
662
+ - acaldas
663
+
664
+ ## 6.0.0-dev.175 (2026-04-16)
665
+
666
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
667
+
668
+ ## 6.0.0-dev.174 (2026-04-15)
669
+
670
+ ### 🩹 Fixes
671
+
672
+ - **deps:** resolve all critical and high security vulnerabilities ([6a8531af3](https://github.com/powerhouse-inc/powerhouse/commit/6a8531af3))
673
+
674
+ ### ❤️ Thank You
675
+
676
+ - acaldas
677
+
678
+ ## 6.0.0-dev.173 (2026-04-15)
679
+
680
+ ### 🩹 Fixes
681
+
682
+ - **renown:** fix sleep listener leak, fix pre-existing test failures, add test script ([606e9f82e](https://github.com/powerhouse-inc/powerhouse/commit/606e9f82e))
683
+
684
+ ### ❤️ Thank You
685
+
686
+ - acaldas
687
+
688
+ ## 6.0.0-dev.172 (2026-04-15)
689
+
690
+ ### 🩹 Fixes
691
+
692
+ - **switchboard:** support setting dynamic model loading with env var and only enabled https node hooks when needed ([cbb96b940](https://github.com/powerhouse-inc/powerhouse/commit/cbb96b940))
693
+
694
+ ### ❤️ Thank You
695
+
696
+ - acaldas
697
+
698
+ ## 6.0.0-dev.171 (2026-04-14)
699
+
700
+ ### 🩹 Fixes
701
+
702
+ - **vetra:** generate manifest from global state in package generator ([f5de73f05](https://github.com/powerhouse-inc/powerhouse/commit/f5de73f05))
703
+
704
+ ### ❤️ Thank You
705
+
706
+ - Guillermo Puente @gpuente
707
+
708
+ ## 6.0.0-dev.170 (2026-04-13)
709
+
710
+ ### 🩹 Fixes
711
+
712
+ - declare react as peerDependency and dedupe on vite ([3444dab52](https://github.com/powerhouse-inc/powerhouse/commit/3444dab52))
713
+ - **reactor:** make registerModules and registerUpgradeManifests resilient to invalid items ([20b4dd6c6](https://github.com/powerhouse-inc/powerhouse/commit/20b4dd6c6))
714
+
715
+ ### ❤️ Thank You
716
+
717
+ - acaldas
718
+
719
+ ## 6.0.0-dev.169 (2026-04-13)
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.168 (2026-04-12)
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.167 (2026-04-11)
728
+
729
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
730
+
731
+ ## 6.0.0-dev.166 (2026-04-10)
732
+
733
+ ### 🩹 Fixes
734
+
735
+ - **design-system,connect:** cleanup dependencies ([97466944a](https://github.com/powerhouse-inc/powerhouse/commit/97466944a))
736
+
737
+ ### ❤️ Thank You
738
+
739
+ - acaldas
740
+
741
+ ## 6.0.0-dev.165 (2026-04-10)
742
+
743
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
744
+
745
+ ## 6.0.0-dev.164 (2026-04-09)
746
+
747
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
748
+
749
+ ## 6.0.0-dev.163 (2026-04-09)
750
+
751
+ ### 🩹 Fixes
752
+
753
+ - **switchboard:** set log level from env var ([eddc863e8](https://github.com/powerhouse-inc/powerhouse/commit/eddc863e8))
754
+ - **reactor-api,switchboard:** output https hooks on separate file ([9b05a45e9](https://github.com/powerhouse-inc/powerhouse/commit/9b05a45e9))
755
+ - **renown:** removed unused didtools/key-did dependency ([7771007c0](https://github.com/powerhouse-inc/powerhouse/commit/7771007c0))
756
+
757
+ ### ❤️ Thank You
758
+
759
+ - acaldas
760
+
761
+ ## 6.0.0-dev.162 (2026-04-09)
762
+
763
+ ### 🚀 Features
764
+
765
+ - **ph-cmd:** delegate init to versioned ph-cli ([875a4e6f4](https://github.com/powerhouse-inc/powerhouse/commit/875a4e6f4))
766
+
767
+ ### ❤️ Thank You
768
+
769
+ - acaldas
770
+
771
+ ## 6.0.0-dev.161 (2026-04-08)
772
+
773
+ ### 🩹 Fixes
774
+
775
+ - **connect:** prevent HMR page reloads and support hot module re-injection ([26c8c79b9](https://github.com/powerhouse-inc/powerhouse/commit/26c8c79b9))
776
+
777
+ ### ❤️ Thank You
778
+
779
+ - acaldas
780
+
781
+ ## 6.0.0-dev.160 (2026-04-08)
782
+
783
+ ### 🩹 Fixes
784
+
785
+ - **design-system:** fixed build and static assets ([fbcfd28d0](https://github.com/powerhouse-inc/powerhouse/commit/fbcfd28d0))
786
+
787
+ ### ❤️ Thank You
788
+
789
+ - acaldas
790
+
791
+ ## 6.0.0-dev.159 (2026-04-07)
792
+
793
+ ### 🩹 Fixes
794
+
795
+ - support both old and new switchboard dist layout in entrypoint ([80bfba241](https://github.com/powerhouse-inc/powerhouse/commit/80bfba241))
796
+
797
+ ### ❤️ Thank You
798
+
799
+ - Frank
800
+
801
+ ## 6.0.0-dev.158 (2026-04-07)
802
+
803
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
804
+
805
+ ## 6.0.0-dev.157 (2026-04-06)
806
+
807
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
808
+
809
+ ## 6.0.0-dev.156 (2026-04-05)
810
+
811
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
812
+
813
+ ## 6.0.0-dev.155 (2026-04-04)
814
+
815
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
816
+
817
+ ## 6.0.0-dev.154 (2026-04-03)
818
+
819
+ ### 🩹 Fixes
820
+
821
+ - versioned docs need build artifacts ([d20b4db62](https://github.com/powerhouse-inc/powerhouse/commit/d20b4db62))
822
+ - add typecheck to simulate workflow ([76d4e606c](https://github.com/powerhouse-inc/powerhouse/commit/76d4e606c))
823
+ - lots of feedback, and added tsdown configs for 4 packages ([d847d8748](https://github.com/powerhouse-inc/powerhouse/commit/d847d8748))
824
+ - a couple build settings needed adjusted ([28750c38d](https://github.com/powerhouse-inc/powerhouse/commit/28750c38d))
825
+ - switching versioned-documents test to tsdown ([f9ade0d54](https://github.com/powerhouse-inc/powerhouse/commit/f9ade0d54))
826
+ - build issue with switchboard ([07a378cec](https://github.com/powerhouse-inc/powerhouse/commit/07a378cec))
827
+ - a few more build fixes ([b8b395f68](https://github.com/powerhouse-inc/powerhouse/commit/b8b395f68))
828
+ - remove outdated script ([2f194d576](https://github.com/powerhouse-inc/powerhouse/commit/2f194d576))
829
+ - a few fixes on the build workflow ([b6195242c](https://github.com/powerhouse-inc/powerhouse/commit/b6195242c))
830
+
831
+ ### ❤️ Thank You
832
+
833
+ - Benjamin Jordan
834
+
835
+ ## 6.0.0-dev.153 (2026-04-02)
836
+
837
+ ### 🩹 Fixes
838
+
839
+ - **codegen:** moved tmpl/core to devDeps to avoid jsr install issues ([c322fbe60](https://github.com/powerhouse-inc/powerhouse/commit/c322fbe60))
840
+
841
+ ### ❤️ Thank You
842
+
843
+ - acaldas
844
+
845
+ ## 6.0.0-dev.152 (2026-04-02)
846
+
847
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
848
+
849
+ ## 6.0.0-dev.151 (2026-04-01)
850
+
851
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
852
+
853
+ ## 6.0.0-dev.150 (2026-04-01)
854
+
855
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
856
+
857
+ ## 6.0.0-dev.149 (2026-04-01)
858
+
859
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
860
+
861
+ ## 6.0.0-dev.148 (2026-04-01)
862
+
863
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
864
+
865
+ ## 6.0.0-dev.147 (2026-04-01)
866
+
867
+ ### 🚀 Features
868
+
869
+ - unify package and manifest types ([#2458](https://github.com/powerhouse-inc/powerhouse/pull/2458))
870
+
871
+ ### 🩹 Fixes
872
+
873
+ - format readme ([01011a461](https://github.com/powerhouse-inc/powerhouse/commit/01011a461))
874
+
875
+ ### ❤️ Thank You
876
+
877
+ - acaldas
878
+ - Ryan Wolhuter @ryanwolhuter
879
+
880
+ ## 6.0.0-dev.146 (2026-04-01)
881
+
882
+ ### 🩹 Fixes
883
+
884
+ - **docker:** fix switchboard-entrypoint.sh ([18a4013d7](https://github.com/powerhouse-inc/powerhouse/commit/18a4013d7))
885
+
886
+ ### ❤️ Thank You
887
+
888
+ - acaldas
889
+
890
+ ## 6.0.0-dev.145 (2026-04-01)
891
+
892
+ ### 🩹 Fixes
893
+
894
+ - **registry:** cache and resolve different package versions ([773d021a2](https://github.com/powerhouse-inc/powerhouse/commit/773d021a2))
895
+
896
+ ### ❤️ Thank You
897
+
898
+ - acaldas
899
+
900
+ ## 6.0.0-dev.144 (2026-04-01)
901
+
902
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
903
+
904
+ ## 6.0.0-dev.143 (2026-03-31)
905
+
906
+ ### 🚀 Features
907
+
908
+ - **switchboard,reactor-api:** implemented httpPackageLoader ([ba53e2298](https://github.com/powerhouse-inc/powerhouse/commit/ba53e2298))
909
+
910
+ ### ❤️ Thank You
911
+
912
+ - acaldas
913
+
914
+ ## 6.0.0-dev.142 (2026-03-31)
915
+
916
+ ### 🩹 Fixes
917
+
918
+ - **docker:** use scoped registry for @powerhousedao instead of global override ([33d06b487](https://github.com/powerhouse-inc/powerhouse/commit/33d06b487))
919
+
920
+ ### ❤️ Thank You
921
+
922
+ - Frank
923
+
924
+ ## 6.0.0-dev.141 (2026-03-31)
925
+
926
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
927
+
928
+ ## 6.0.0-dev.140 (2026-03-31)
929
+
930
+ ### 🚀 Features
931
+
932
+ - **registry:** enable npm proxy uplink in Verdaccio ([405733914](https://github.com/powerhouse-inc/powerhouse/commit/405733914))
933
+
934
+ ### 🩹 Fixes
935
+
936
+ - **docker:** use .npmrc for scoped registry config ([8568e3a20](https://github.com/powerhouse-inc/powerhouse/commit/8568e3a20))
937
+
938
+ ### ❤️ Thank You
939
+
940
+ - Frank
941
+
942
+ ## 6.0.0-dev.139 (2026-03-31)
943
+
944
+ ### 🩹 Fixes
945
+
946
+ - **docker:** use scoped registry for @powerhousedao packages ([f7c8ff72c](https://github.com/powerhouse-inc/powerhouse/commit/f7c8ff72c))
947
+
948
+ ### ❤️ Thank You
949
+
950
+ - Frank
951
+
952
+ ## 6.0.0-dev.138 (2026-03-31)
953
+
954
+ ### 🚀 Features
955
+
956
+ - **docker:** install PH_PACKAGES at switchboard startup ([c510da354](https://github.com/powerhouse-inc/powerhouse/commit/c510da354))
957
+ - **docker:** install PH_PACKAGES at switchboard startup ([fdf33e0aa](https://github.com/powerhouse-inc/powerhouse/commit/fdf33e0aa))
958
+
959
+ ### ❤️ Thank You
960
+
961
+ - Frank
962
+
963
+ ## 6.0.0-dev.137 (2026-03-31)
964
+
965
+ ### 🩹 Fixes
966
+
967
+ - **reactor-api:** always include ImportPackageLoader alongside custom loaders ([f33785d1a](https://github.com/powerhouse-inc/powerhouse/commit/f33785d1a))
968
+
969
+ ### ❤️ Thank You
970
+
971
+ - Frank
972
+
973
+ ## 6.0.0-dev.136 (2026-03-31)
974
+
975
+ ### 🚀 Features
976
+
977
+ - **reactor-api,switchboard:** load processors and subgraphs via HTTP registry ([6ebc6e069](https://github.com/powerhouse-inc/powerhouse/commit/6ebc6e069))
978
+
979
+ ### ❤️ Thank You
980
+
981
+ - Frank
982
+
983
+ ## 6.0.0-dev.135 (2026-03-31)
984
+
985
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
986
+
987
+ ## 6.0.0-dev.134 (2026-03-31)
988
+
989
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
990
+
991
+ ## 6.0.0-dev.133 (2026-03-31)
992
+
993
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
994
+
995
+ ## 6.0.0-dev.132 (2026-03-31)
996
+
997
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
998
+
999
+ ## 6.0.0-dev.131 (2026-03-31)
1000
+
1001
+ ### 🚀 Features
1002
+
1003
+ - add separate node and browser processor bundles ([#2451](https://github.com/powerhouse-inc/powerhouse/pull/2451))
1004
+
1005
+ ### ❤️ Thank You
1006
+
1007
+ - Ryan Wolhuter @ryanwolhuter
1008
+
1009
+ ## 6.0.0-dev.130 (2026-03-31)
1010
+
1011
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
1012
+
1013
+ ## 6.0.0-dev.129 (2026-03-30)
1014
+
1015
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
1016
+
1017
+ ## 6.0.0-dev.128 (2026-03-30)
1018
+
1019
+ ### 🩹 Fixes
1020
+
1021
+ - **reactor-api,switchboard:** import vite loader from subexport ([1909d0c25](https://github.com/powerhouse-inc/powerhouse/commit/1909d0c25))
1022
+
1023
+ ### ❤️ Thank You
1024
+
1025
+ - acaldas
1026
+
1027
+ ## 6.0.0-dev.127 (2026-03-30)
1028
+
1029
+ ### 🩹 Fixes
1030
+
1031
+ - **connect,docker:** set connect registry url on build step ([cc96c4ad7](https://github.com/powerhouse-inc/powerhouse/commit/cc96c4ad7))
1032
+
1033
+ ### ❤️ Thank You
1034
+
1035
+ - acaldas
1036
+
1037
+ ## 6.0.0-dev.126 (2026-03-30)
1038
+
1039
+ ### 🚀 Features
1040
+
1041
+ - **connect,docker:** load PH_PACKAGES from runtime JSON instead of build-time define ([701eec6ac](https://github.com/powerhouse-inc/powerhouse/commit/701eec6ac))
1042
+
1043
+ ### ❤️ Thank You
1044
+
1045
+ - acaldas
1046
+
1047
+ ## 6.0.0-dev.125 (2026-03-30)
1048
+
1049
+ ### 🚀 Features
1050
+
1051
+ - **docker:** use switchboard bin directly in entrypoint ([6848e119b](https://github.com/powerhouse-inc/powerhouse/commit/6848e119b))
1052
+ - **docker:** install switchboard directly instead of ph-cmd ([66ab86bc1](https://github.com/powerhouse-inc/powerhouse/commit/66ab86bc1))
1053
+
1054
+ ### 🩹 Fixes
1055
+
1056
+ - **connect,builder-tools,design-system:** multiple fixes to dynamic package loading in connect ([fb47de8b3](https://github.com/powerhouse-inc/powerhouse/commit/fb47de8b3))
1057
+
1058
+ ### ❤️ Thank You
1059
+
1060
+ - acaldas
1061
+ - Frank
1062
+
1063
+ ## 6.0.0-dev.124 (2026-03-30)
1064
+
1065
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
1066
+
1067
+ ## 6.0.0-dev.123 (2026-03-29)
1068
+
1069
+ ### 🚀 Features
1070
+
1071
+ - **docker:** redesign Docker strategy with runtime package loading ([08207df3d](https://github.com/powerhouse-inc/powerhouse/commit/08207df3d))
1072
+
1073
+ ### ❤️ Thank You
1074
+
1075
+ - Frank
1076
+
1077
+ ## 6.0.0-dev.122 (2026-03-29)
1078
+
1079
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
1080
+
1081
+ ## 6.0.0-dev.121 (2026-03-29)
1082
+
1083
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
1084
+
1085
+ ## 6.0.0-dev.120 (2026-03-29)
1086
+
1087
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
1088
+
1089
+ ## 6.0.0-dev.119 (2026-03-29)
1090
+
1091
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
1092
+
1093
+ ## 6.0.0-dev.118 (2026-03-28)
1094
+
1095
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
1096
+
1097
+ ## 6.0.0-dev.117 (2026-03-28)
1098
+
1099
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
1100
+
1101
+ ## 6.0.0-dev.116 (2026-03-27)
1102
+
1103
+ ### 🚀 Features
1104
+
1105
+ - verify signatures on switchboard an consider actions without an app key on signer as unsigned ([c9a45d2e7](https://github.com/powerhouse-inc/powerhouse/commit/c9a45d2e7))
1106
+
1107
+ ### 🩹 Fixes
1108
+
1109
+ - **reactor-api:** deserialize signatures in pushSyncEnvelopes resolver ([ab5a33eb6](https://github.com/powerhouse-inc/powerhouse/commit/ab5a33eb6))
1110
+ - dependency improvements ([a41a67741](https://github.com/powerhouse-inc/powerhouse/commit/a41a67741))
1111
+ - **document-drive:** exclude self from collision check when renaming nodes ([7dfc73268](https://github.com/powerhouse-inc/powerhouse/commit/7dfc73268))
1112
+
1113
+ ### ❤️ Thank You
1114
+
1115
+ - acaldas @acaldas
1116
+ - Guillermo Puente @gpuente
1117
+
1118
+ ## 6.0.0-dev.115 (2026-03-27)
1119
+
1120
+ ### 🚀 Features
1121
+
1122
+ - **reactor-api:** add MercuriusGatewayAdapter implementing IGatewayAdapter ([ea05779a3](https://github.com/powerhouse-inc/powerhouse/commit/ea05779a3))
1123
+ - **reactor-api:** add FastifyHttpAdapter with dispatch-map design ([969d56af3](https://github.com/powerhouse-inc/powerhouse/commit/969d56af3))
1124
+ - **reactor-api:** add FastifyHttpAdapter implementing IHttpAdapter ([94d3d9b48](https://github.com/powerhouse-inc/powerhouse/commit/94d3d9b48))
1125
+
1126
+ ### ❤️ Thank You
1127
+
1128
+ - Samuel Hawksby-Robinson @Samyoul
1129
+
1130
+ ## 6.0.0-dev.114 (2026-03-27)
1131
+
1132
+ ### 🚀 Features
1133
+
1134
+ - **registry:** simplify Dockerfile to install from npm ([7e2c2fa91](https://github.com/powerhouse-inc/powerhouse/commit/7e2c2fa91))
1135
+
1136
+ ### 🩹 Fixes
1137
+
1138
+ - **reactor-api:** resolve ESLint unsafe-any errors in mountNodeRoute and Sentry handler ([40777f429](https://github.com/powerhouse-inc/powerhouse/commit/40777f429))
1139
+
1140
+ ### ❤️ Thank You
1141
+
1142
+ - acaldas @acaldas
1143
+ - Claude Opus 4.6 (1M context)
1144
+ - Samuel Hawksby-Robinson @Samyoul
1145
+
1146
+ ## 6.0.0-dev.113 (2026-03-27)
1147
+
1148
+ ### 🚀 Features
1149
+
1150
+ - expand codegen tests to cover new cases ([#2432](https://github.com/powerhouse-inc/powerhouse/pull/2432))
1151
+
1152
+ ### 🩹 Fixes
1153
+
1154
+ - **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))
1155
+ - **codegen:** handle JSONC comments in ensureTsconfigPaths ([ae3cd38fe](https://github.com/powerhouse-inc/powerhouse/commit/ae3cd38fe))
1156
+ - **vetra:** move connect dependency to root and fix CSS import ([1e288a8a9](https://github.com/powerhouse-inc/powerhouse/commit/1e288a8a9))
1157
+ - **vetra:** add missing Connect boilerplate files for ph vetra ([bfe64f705](https://github.com/powerhouse-inc/powerhouse/commit/bfe64f705))
1158
+
1159
+ ### ❤️ Thank You
1160
+
1161
+ - Benjamin Jordan
1162
+ - Guillermo Puente @gpuente
1163
+ - Ryan Wolhuter @ryanwolhuter
1164
+
1165
+ ## 6.0.0-dev.112 (2026-03-26)
1166
+
1167
+ ### 🚀 Features
1168
+
1169
+ - **codegen:** e2e codegen processor tests ([08686abc6](https://github.com/powerhouse-inc/powerhouse/commit/08686abc6))
1170
+
1171
+ ### ❤️ Thank You
1172
+
1173
+ - Benjamin Jordan
1174
+
1175
+ ## 6.0.0-dev.111 (2026-03-25)
1176
+
1177
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
1178
+
1179
+ ## 6.0.0-dev.110 (2026-03-25)
1180
+
1181
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
1182
+
1183
+ ## 6.0.0-dev.109 (2026-03-24)
1184
+
1185
+ ### 🚀 Features
1186
+
1187
+ - **vetra-e2e:** add editor creation, registry publish, and consumer install e2e tests ([a215a7d7e](https://github.com/powerhouse-inc/powerhouse/commit/a215a7d7e))
1188
+
1189
+ ### 🩹 Fixes
1190
+
1191
+ - **switchboard:** use DATABASE_URL for read model storage instead of PGlite ([fabdf4e96](https://github.com/powerhouse-inc/powerhouse/commit/fabdf4e96))
1192
+ - **switchboard:** cast api.app.handle to Express for Vite middleware mount ([87197a864](https://github.com/powerhouse-inc/powerhouse/commit/87197a864))
1193
+ - lockfile ([292187fae](https://github.com/powerhouse-inc/powerhouse/commit/292187fae))
1194
+
1195
+ ### ❤️ Thank You
1196
+
1197
+ - Benjamin Jordan
1198
+ - Frank
1199
+ - Guillermo Puente @gpuente
1200
+ - Samuel Hawksby-Robinson @Samyoul
1201
+
1202
+ ## 6.0.0-dev.108 (2026-03-24)
1203
+
1204
+ ### 🚀 Features
1205
+
1206
+ - register vetra document models and processors in switchboard ([b50da707e](https://github.com/powerhouse-inc/powerhouse/commit/b50da707e))
1207
+ - **switchboard:** add DYNAMIC_MODEL_LOADING feature flag ([50aa9c40e](https://github.com/powerhouse-inc/powerhouse/commit/50aa9c40e))
1208
+ - add document drive bundle step ([4c5085630](https://github.com/powerhouse-inc/powerhouse/commit/4c5085630))
1209
+ - bundle cli shared stuff separately ([0f1f1ed8e](https://github.com/powerhouse-inc/powerhouse/commit/0f1f1ed8e))
1210
+ - move shared cli types ([437455beb](https://github.com/powerhouse-inc/powerhouse/commit/437455beb))
1211
+ - deal with an absolutely ridiculous amount of wrong exports ([d45e52ab9](https://github.com/powerhouse-inc/powerhouse/commit/d45e52ab9))
1212
+ - **switchboard:** resolve registry URL from powerhouse.config.json ([a524fa593](https://github.com/powerhouse-inc/powerhouse/commit/a524fa593))
1213
+ - dang that's a lot of files ([d7c198c22](https://github.com/powerhouse-inc/powerhouse/commit/d7c198c22))
1214
+ - add versioned deps as dep of vetra-e2e ([884de81e5](https://github.com/powerhouse-inc/powerhouse/commit/884de81e5))
1215
+ - update config for versioned documents test package ([a29d6b9ab](https://github.com/powerhouse-inc/powerhouse/commit/a29d6b9ab))
1216
+ - make vetra a common package in connect ([4b366d892](https://github.com/powerhouse-inc/powerhouse/commit/4b366d892))
1217
+ - re-implement package manager and add start connect function ([1fd9946b4](https://github.com/powerhouse-inc/powerhouse/commit/1fd9946b4))
1218
+ - add build command ([b8427cbca](https://github.com/powerhouse-inc/powerhouse/commit/b8427cbca))
1219
+ - remove dependency on knex from analytics engine browser ([e87e0c75a](https://github.com/powerhouse-inc/powerhouse/commit/e87e0c75a))
1220
+ - **vetra:** do not bundle processors isomorphically ([6f9d380a6](https://github.com/powerhouse-inc/powerhouse/commit/6f9d380a6))
1221
+ - **registry:** use tsdown in registry ([fd3da952b](https://github.com/powerhouse-inc/powerhouse/commit/fd3da952b))
1222
+ - **analytics-engine:** use tsdown in analytics engine ([ef8bce39c](https://github.com/powerhouse-inc/powerhouse/commit/ef8bce39c))
1223
+ - **builder-tools:** use tsdown for builder tools ([076657a43](https://github.com/powerhouse-inc/powerhouse/commit/076657a43))
1224
+ - **ph-cmd:** use tsdown for ph-cmd ([23ea5bc8d](https://github.com/powerhouse-inc/powerhouse/commit/23ea5bc8d))
1225
+ - start using tsdown ([b8b03f73a](https://github.com/powerhouse-inc/powerhouse/commit/b8b03f73a))
1226
+ - **ph-cli:** use tsdown to bundle ph-cli ([b32726fc1](https://github.com/powerhouse-inc/powerhouse/commit/b32726fc1))
1227
+ - add tsdown ([276222480](https://github.com/powerhouse-inc/powerhouse/commit/276222480))
1228
+
1229
+ ### 🩹 Fixes
1230
+
1231
+ - include academy tenant in dev releases ([a459f0edf](https://github.com/powerhouse-inc/powerhouse/commit/a459f0edf))
1232
+ - add retry loop for k8s push race conditions ([31659b5e3](https://github.com/powerhouse-inc/powerhouse/commit/31659b5e3))
1233
+ - deps ([cbb8c5da9](https://github.com/powerhouse-inc/powerhouse/commit/cbb8c5da9))
1234
+ - codegen tests ([b857b8ab6](https://github.com/powerhouse-inc/powerhouse/commit/b857b8ab6))
1235
+ - **reactor-api:** resolve tsconfig path aliases in switchboard's Vite SSR loader ([dd812a933](https://github.com/powerhouse-inc/powerhouse/commit/dd812a933))
1236
+ - **document-drive:** fix tsc build and prisma ESM \_\_dirname error ([f0c252d96](https://github.com/powerhouse-inc/powerhouse/commit/f0c252d96))
1237
+ - stop mixing node and browser code ([9d5513533](https://github.com/powerhouse-inc/powerhouse/commit/9d5513533))
1238
+ - always build css after bundle ([36dca2c95](https://github.com/powerhouse-inc/powerhouse/commit/36dca2c95))
1239
+ - always build css after bundling ([565d11dca](https://github.com/powerhouse-inc/powerhouse/commit/565d11dca))
1240
+ - so much, too much to even describe ([4aa9ebf54](https://github.com/powerhouse-inc/powerhouse/commit/4aa9ebf54))
1241
+ - e2e tests ([d1bfe5f08](https://github.com/powerhouse-inc/powerhouse/commit/d1bfe5f08))
1242
+ - **connect,vetra:** move vite plugin node polyfills to specific packages ([e3b0fa37b](https://github.com/powerhouse-inc/powerhouse/commit/e3b0fa37b))
1243
+ - strange export style in reactor browser which caused circular references ([683e17196](https://github.com/powerhouse-inc/powerhouse/commit/683e17196))
1244
+ - handle both node and browser types ([90f793133](https://github.com/powerhouse-inc/powerhouse/commit/90f793133))
1245
+
1246
+ ### ❤️ Thank You
1247
+
1248
+ - Frank
1249
+ - Guillermo Puente @gpuente
1250
+ - ryanwolhuter @ryanwolhuter
1251
+
1252
+ ## 6.0.0-dev.107 (2026-03-23)
1253
+
1254
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
1255
+
1256
+ ## 6.0.0-dev.106 (2026-03-23)
1257
+
1258
+ ### 🚀 Features
1259
+
1260
+ - add ph build command 2 ([#2415](https://github.com/powerhouse-inc/powerhouse/pull/2415))
1261
+
1262
+ ### 🩹 Fixes
1263
+
1264
+ - **release:** remove stale build-connect step, now covered by build-bundle ([e00eed45a](https://github.com/powerhouse-inc/powerhouse/commit/e00eed45a))
1265
+ - add git pull --rebase before push in k8s update jobs to avoid race conditions ([fa7af726f](https://github.com/powerhouse-inc/powerhouse/commit/fa7af726f))
1266
+
1267
+ ### ❤️ Thank You
1268
+
1269
+ - Frank
1270
+ - Ryan Wolhuter @ryanwolhuter
1271
+
1272
+ ## 6.0.0-dev.105 (2026-03-23)
1273
+
1274
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
1275
+
1276
+ ## 6.0.0-dev.104 (2026-03-22)
1277
+
1278
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
1279
+
1280
+ ## 6.0.0-dev.103 (2026-03-21)
1281
+
1282
+ ### 🩹 Fixes
1283
+
1284
+ - **reactor:** temporary fix for deleting documents and cleaning up all edges too -- very costly ([8a15a0604](https://github.com/powerhouse-inc/powerhouse/commit/8a15a0604))
1285
+
1286
+ ### ❤️ Thank You
1287
+
1288
+ - Benjamin Jordan
1289
+
1290
+ ## 6.0.0-dev.102 (2026-03-20)
1291
+
1292
+ ### 🩹 Fixes
1293
+
1294
+ - 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))
1295
+ - **builder-tools,reactor-browser:** bundling fixes ([59dfd75b6](https://github.com/powerhouse-inc/powerhouse/commit/59dfd75b6))
1296
+
1297
+ ### ❤️ Thank You
1298
+
1299
+ - acaldas @acaldas
1300
+ - Benjamin Jordan
1301
+
1302
+ ## 6.0.0-dev.101 (2026-03-20)
1303
+
1304
+ ### 🚀 Features
1305
+
1306
+ - **examples:** add Discord webhook processor example ([fc09a4d66](https://github.com/powerhouse-inc/powerhouse/commit/fc09a4d66))
1307
+
1308
+ ### ❤️ Thank You
1309
+
1310
+ - Benjamin Jordan
1311
+ - Claude Opus 4.6
1312
+
1313
+ ## 6.0.0-dev.100 (2026-03-19)
1314
+
1315
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
1316
+
1317
+ ## 6.0.0-dev.99 (2026-03-18)
1318
+
1319
+ ### 🚀 Features
1320
+
1321
+ - **test-subscription:** adding a cli test-client for testing reactor api subscriptions ([563a8ac7d](https://github.com/powerhouse-inc/powerhouse/commit/563a8ac7d))
1322
+
1323
+ ### 🩹 Fixes
1324
+
1325
+ - updated pnpm-lock ([c2843dc5b](https://github.com/powerhouse-inc/powerhouse/commit/c2843dc5b))
1326
+
1327
+ ### ❤️ Thank You
1328
+
1329
+ - acaldas
1330
+ - Benjamin Jordan
1331
+
1332
+ ## 6.0.0-dev.98 (2026-03-18)
1333
+
1334
+ ### 🩹 Fixes
1335
+
1336
+ - **connect:** declare dependencies ([6aa6910d3](https://github.com/powerhouse-inc/powerhouse/commit/6aa6910d3))
1337
+
1338
+ ### ❤️ Thank You
1339
+
1340
+ - acaldas
1341
+
1342
+ ## 6.0.0-dev.97 (2026-03-18)
1343
+
1344
+ ### 🩹 Fixes
1345
+
1346
+ - **design-system:** removed zod dependency ([fdc7c2ef7](https://github.com/powerhouse-inc/powerhouse/commit/fdc7c2ef7))
1347
+
1348
+ ### ❤️ Thank You
1349
+
1350
+ - acaldas @acaldas
1351
+
1352
+ ## 6.0.0-dev.96 (2026-03-17)
1353
+
1354
+ ### 🩹 Fixes
1355
+
1356
+ - **switchboard:** avoid double /v1/metrics suffix in OTLP exporter URL ([c184093c3](https://github.com/powerhouse-inc/powerhouse/commit/c184093c3))
1357
+ - **switchboard:** enforce OTel provider registration ordering via StartServerOptions ([c797fd242](https://github.com/powerhouse-inc/powerhouse/commit/c797fd242))
1358
+
1359
+ ### ❤️ Thank You
1360
+
1361
+ - Samuel Hawksby-Robinson @Samyoul
1362
+
1363
+ ## 6.0.0-dev.95 (2026-03-17)
1364
+
1365
+ ### 🚀 Features
1366
+
1367
+ - **switchboard:** add OTel metrics export via OTEL_EXPORTER_OTLP_ENDPOINT ([52f34aa1f](https://github.com/powerhouse-inc/powerhouse/commit/52f34aa1f))
1368
+
1369
+ ### 🩹 Fixes
1370
+
1371
+ - **codegen:** added missing deps to boilerplate ([721dcb581](https://github.com/powerhouse-inc/powerhouse/commit/721dcb581))
1372
+ - **switchboard:** derive exportTimeoutMillis from exportIntervalMillis ([775a77f3b](https://github.com/powerhouse-inc/powerhouse/commit/775a77f3b))
1373
+ - **switchboard:** set exportTimeoutMillis to stay under shutdown deadline ([341d88d9e](https://github.com/powerhouse-inc/powerhouse/commit/341d88d9e))
1374
+ - **switchboard:** address further OTel metrics review feedback ([dee185ba8](https://github.com/powerhouse-inc/powerhouse/commit/dee185ba8))
1375
+ - **switchboard:** address OTel metrics review feedback ([c5ac016fc](https://github.com/powerhouse-inc/powerhouse/commit/c5ac016fc))
1376
+
1377
+ ### ❤️ Thank You
1378
+
1379
+ - acaldas @acaldas
1380
+ - Samuel Hawksby-Robinson @Samyoul
1381
+
1382
+ ## 6.0.0-dev.94 (2026-03-17)
1383
+
1384
+ ### 🩹 Fixes
1385
+
1386
+ - **common:** added missing runtime dependencies ([b0f647f75](https://github.com/powerhouse-inc/powerhouse/commit/b0f647f75))
1387
+
1388
+ ### ❤️ Thank You
1389
+
1390
+ - acaldas @acaldas
1391
+
1392
+ ## 6.0.0-dev.93 (2026-03-17)
1393
+
1394
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
1395
+
1396
+ ## 6.0.0-dev.92 (2026-03-17)
1397
+
1398
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
1399
+
1400
+ ## 6.0.0-dev.91 (2026-03-17)
1401
+
1402
+ ### 🩹 Fixes
1403
+
1404
+ - adding build-bundle to simulate-ci-workflow ([ca93d1a2b](https://github.com/powerhouse-inc/powerhouse/commit/ca93d1a2b))
1405
+
1406
+ ### ❤️ Thank You
1407
+
1408
+ - Benjamin Jordan
1409
+
1410
+ ## 6.0.0-dev.90 (2026-03-14)
1411
+
1412
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
1413
+
1414
+ ## 6.0.0-dev.89 (2026-03-13)
1415
+
1416
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
1417
+
1418
+ ## 6.0.0-dev.88 (2026-03-12)
1419
+
1420
+ ### 🚀 Features
1421
+
1422
+ - reactor-hypercore example ([d5557973a](https://github.com/powerhouse-inc/powerhouse/commit/d5557973a))
1423
+
1424
+ ### ❤️ Thank You
1425
+
1426
+ - Benjamin Jordan
1427
+
1428
+ ## 6.0.0-dev.87 (2026-03-12)
1429
+
1430
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
1431
+
1432
+ ## 6.0.0-dev.86 (2026-03-12)
1433
+
1434
+ ### 🚀 Features
1435
+
1436
+ - **renown,reactor-browser:** renown integration improvements ([a65731a73](https://github.com/powerhouse-inc/powerhouse/commit/a65731a73))
1437
+
1438
+ ### ❤️ Thank You
1439
+
1440
+ - acaldas @acaldas
1441
+
1442
+ ## 6.0.0-dev.85 (2026-03-12)
1443
+
1444
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
1445
+
1446
+ ## 6.0.0-dev.84 (2026-03-11)
1447
+
1448
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
1449
+
1450
+ ## 6.0.0-dev.83 (2026-03-11)
1451
+
1452
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
1453
+
1454
+ ## 6.0.0-dev.82 (2026-03-11)
1455
+
1456
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
1457
+
1458
+ ## 6.0.0-dev.81 (2026-03-11)
1459
+
1460
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
1461
+
1462
+ ## 6.0.0-dev.80 (2026-03-11)
1463
+
1464
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
1465
+
1466
+ ## 6.0.0-dev.79 (2026-03-11)
1467
+
1468
+ ### 🚀 Features
1469
+
1470
+ - **ci:** add gitops action for registry image updates ([ba91d00dd](https://github.com/powerhouse-inc/powerhouse/commit/ba91d00dd))
1471
+
1472
+ ### ❤️ Thank You
1473
+
1474
+ - Frank
1475
+
1476
+ ## 6.0.0-dev.78 (2026-03-11)
1477
+
1478
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
1479
+
1480
+ ## 6.0.0-dev.77 (2026-03-10)
1481
+
1482
+ ### 🩹 Fixes
1483
+
1484
+ - **renown:** moved e2e script test to reactor-browser ([3c9b41045](https://github.com/powerhouse-inc/powerhouse/commit/3c9b41045))
1485
+
1486
+ ### ❤️ Thank You
1487
+
1488
+ - acaldas @acaldas
1489
+
1490
+ ## 6.0.0-dev.76 (2026-03-10)
1491
+
1492
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
1493
+
1494
+ ## 6.0.0-dev.75 (2026-03-10)
1495
+
1496
+ ### 🩹 Fixes
1497
+
1498
+ - **registry:** resolve catalog references in Dockerfile with sed ([765e8fbdd](https://github.com/powerhouse-inc/powerhouse/commit/765e8fbdd))
1499
+ - **registry:** copy pnpm-workspace.yaml for Docker build catalog resolution ([7407700b1](https://github.com/powerhouse-inc/powerhouse/commit/7407700b1))
1500
+
1501
+ ### ❤️ Thank You
1502
+
1503
+ - Frank
1504
+
1505
+ ## 6.0.0-dev.74 (2026-03-10)
1506
+
1507
+ ### 🚀 Features
1508
+
1509
+ - **ci:** add registry Docker image to publish workflow ([17544abad](https://github.com/powerhouse-inc/powerhouse/commit/17544abad))
1510
+
1511
+ ### ❤️ Thank You
1512
+
1513
+ - Frank
1514
+
1515
+ ## 6.0.0-dev.73 (2026-03-10)
1516
+
1517
+ ### 🚀 Features
1518
+
1519
+ - opentelementry-instrumentation-reactor package ([67d5c31e5](https://github.com/powerhouse-inc/powerhouse/commit/67d5c31e5))
1520
+
1521
+ ### ❤️ Thank You
1522
+
1523
+ - Benjamin Jordan
1524
+
1525
+ ## 6.0.0-dev.72 (2026-03-09)
1526
+
1527
+ ### 🚀 Features
1528
+
1529
+ - **renown,reactor-browser,connect:** cleanup renown integration ([fe6112c2c](https://github.com/powerhouse-inc/powerhouse/commit/fe6112c2c))
1530
+
1531
+ ### ❤️ Thank You
1532
+
1533
+ - acaldas @acaldas
1534
+
1535
+ ## 6.0.0-dev.71 (2026-03-07)
1536
+
1537
+ ### 🚀 Features
1538
+
1539
+ - **connect,reactor-browser:** add dynamic package loading from HTTP registry ([f92816782](https://github.com/powerhouse-inc/powerhouse/commit/f92816782))
1540
+ - **document-model,reactor-api,reactor-browser:** implemented remote document controller ([6299c21da](https://github.com/powerhouse-inc/powerhouse/commit/6299c21da))
1541
+
1542
+ ### 🩹 Fixes
1543
+
1544
+ - **reactor-browser:** removed subexports ([4cda7f44c](https://github.com/powerhouse-inc/powerhouse/commit/4cda7f44c))
1545
+
1546
+ ### ❤️ Thank You
1547
+
1548
+ - acaldas @acaldas
1549
+ - Guillermo Puente @gpuente
1550
+
1551
+ ## 6.0.0-dev.70 (2026-03-06)
1552
+
1553
+ ### 🚀 Features
1554
+
1555
+ - **switchboard,reactor-api,registry:** add runtime dynamic pacage loading from HTTP registry ([37f91250e](https://github.com/powerhouse-inc/powerhouse/commit/37f91250e))
1556
+ - add new bundling for connect ([#2390](https://github.com/powerhouse-inc/powerhouse/pull/2390))
1557
+
1558
+ ### 🩹 Fixes
1559
+
1560
+ - eslint config ([fb20b3726](https://github.com/powerhouse-inc/powerhouse/commit/fb20b3726))
1561
+
1562
+ ### ❤️ Thank You
1563
+
1564
+ - Guillermo Puente @gpuente
1565
+ - Ryan Wolhuter @ryanwolhuter
1566
+
1567
+ ## 6.0.0-dev.69 (2026-03-05)
1568
+
1569
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
1570
+
1571
+ ## 6.0.0-dev.68 (2026-03-04)
1572
+
1573
+ ### 🩹 Fixes
1574
+
1575
+ - **vetra:** remove custom subgraphs from vetra ([3a1e3b9b0](https://github.com/powerhouse-inc/powerhouse/commit/3a1e3b9b0))
1576
+ - resolve empty name causing silent ADD_FILE failure in drives ([b44ed0c1c](https://github.com/powerhouse-inc/powerhouse/commit/b44ed0c1c))
1577
+ - **reactor-mcp:** adopt new reactor client interface for MCP server ([1b8e6fb19](https://github.com/powerhouse-inc/powerhouse/commit/1b8e6fb19))
1578
+
1579
+ ### ❤️ Thank You
1580
+
1581
+ - Guillermo Puente @gpuente
1582
+
1583
+ ## 6.0.0-dev.67 (2026-03-03)
1584
+
1585
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
1586
+
1587
+ ## 6.0.0-dev.66 (2026-03-03)
1588
+
1589
+ ### 🚀 Features
1590
+
1591
+ - move reactor logic from connect to reactor browser ([#2385](https://github.com/powerhouse-inc/powerhouse/pull/2385))
1592
+
1593
+ ### ❤️ Thank You
1594
+
1595
+ - Ryan Wolhuter @ryanwolhuter
1596
+
1597
+ ## 6.0.0-dev.65 (2026-03-03)
1598
+
1599
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
1600
+
1601
+ ## 6.0.0-dev.64 (2026-03-03)
1602
+
1603
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
1604
+
1605
+ ## 6.0.0-dev.62 (2026-03-03)
1606
+
1607
+ ### 🚀 Features
1608
+
1609
+ - **ci:** push academy to Harbor academy project and update k8s for academy namespace ([efbf8f58d](https://github.com/powerhouse-inc/powerhouse/commit/efbf8f58d))
1610
+
1611
+ ### 🩹 Fixes
1612
+
1613
+ - cherry-picked fixes ([a73630a6a](https://github.com/powerhouse-inc/powerhouse/commit/a73630a6a))
1614
+ - moving analytics processors to shared and fixing them, fixing other linting errors toos ([0c8f7fe98](https://github.com/powerhouse-inc/powerhouse/commit/0c8f7fe98))
1615
+
1616
+ ### ❤️ Thank You
1617
+
1618
+ - Benjamin Jordan
1619
+ - Frank
1620
+
1621
+ ## 6.0.0-dev.61 (2026-02-27)
1622
+
1623
+ ### 🚀 Features
1624
+
1625
+ - **ci:** update k8s-hosting academy image tag after docker publish ([0b98b73a9](https://github.com/powerhouse-inc/powerhouse/commit/0b98b73a9))
1626
+ - add bundle step for ph cli ([#2375](https://github.com/powerhouse-inc/powerhouse/pull/2375))
1627
+
1628
+ ### ❤️ Thank You
1629
+
1630
+ - Frank
1631
+ - Ryan Wolhuter @ryanwolhuter
1632
+
1633
+ ## 6.0.0-dev.60 (2026-02-27)
1634
+
1635
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
1636
+
1637
+ ## 6.0.0-dev.59 (2026-02-26)
1638
+
1639
+ ### 🚀 Features
1640
+
1641
+ - use update-ts-references tool which also removes unused ones ([#2374](https://github.com/powerhouse-inc/powerhouse/pull/2374))
1642
+
1643
+ ### ❤️ Thank You
1644
+
1645
+ - Ryan Wolhuter @ryanwolhuter
1646
+
1647
+ ## 6.0.0-dev.58 (2026-02-25)
1648
+
1649
+ ### 🚀 Features
1650
+
1651
+ - added ability to configure max reshuffle depth in reactor orchestrator ([94f3ae986](https://github.com/powerhouse-inc/powerhouse/commit/94f3ae986))
1652
+
1653
+ ### 🔥 Performance
1654
+
1655
+ - **reducer:** pre-allocate operation arrays to avoid resize overhead ([1cf1c0078](https://github.com/powerhouse-inc/powerhouse/commit/1cf1c0078))
1656
+
1657
+ ### ❤️ Thank You
1658
+
1659
+ - Benjamin Jordan
1660
+ - Samuel Hawksby-Robinson @Samyoul
1661
+
1662
+ ## 6.0.0-dev.57 (2026-02-24)
1663
+
1664
+ ### 🚀 Features
1665
+
1666
+ - run sync integration test as part of reactor flow ([7dea8bf3e](https://github.com/powerhouse-inc/powerhouse/commit/7dea8bf3e))
1667
+
1668
+ ### 🩹 Fixes
1669
+
1670
+ - switchboard needs build:misc ([916f761b8](https://github.com/powerhouse-inc/powerhouse/commit/916f761b8))
1671
+ - arg, workflow changes should trigger the workflow ([645cca08f](https://github.com/powerhouse-inc/powerhouse/commit/645cca08f))
1672
+ - build step before integration test ([0b6b48f74](https://github.com/powerhouse-inc/powerhouse/commit/0b6b48f74))
1673
+
1674
+ ### ❤️ Thank You
1675
+
1676
+ - Benjamin Jordan
1677
+
1678
+ ## 6.0.0-dev.56 (2026-02-21)
1679
+
1680
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
1681
+
1682
+ ## 6.0.0-dev.55 (2026-02-20)
1683
+
1684
+ ### 🚀 Features
1685
+
1686
+ - test-connect and reactor gql updates to pass along more context ([ae581e8e8](https://github.com/powerhouse-inc/powerhouse/commit/ae581e8e8))
1687
+
1688
+ ### ❤️ Thank You
1689
+
1690
+ - Benjamin Jordan
1691
+
1692
+ ## 6.0.0-dev.54 (2026-02-19)
1693
+
1694
+ ### 🚀 Features
1695
+
1696
+ - wip orchestrator for the test-client ([186d7c015](https://github.com/powerhouse-inc/powerhouse/commit/186d7c015))
1697
+ - **connect:** build tweaks ([22b6bc7d5](https://github.com/powerhouse-inc/powerhouse/commit/22b6bc7d5))
1698
+ - improved logging on vetra, switchboard and connect ([3fb127687](https://github.com/powerhouse-inc/powerhouse/commit/3fb127687))
1699
+
1700
+ ### 🩹 Fixes
1701
+
1702
+ - **ph-cli,switchboard:** create preview drive on new reactor ([1e5ed8794](https://github.com/powerhouse-inc/powerhouse/commit/1e5ed8794))
1703
+
1704
+ ### ❤️ Thank You
1705
+
1706
+ - acaldas @acaldas
1707
+ - Benjamin Jordan
1708
+
1709
+ ## 6.0.0-dev.53 (2026-02-18)
1710
+
1711
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
1712
+
1713
+ ## 6.0.0-dev.52 (2026-02-17)
1714
+
1715
+ ### 🩹 Fixes
1716
+
1717
+ - **reactor-api:** improved subgraph path matching and removed name parameter from reactor subgraph ([dcadf7fb3](https://github.com/powerhouse-inc/powerhouse/commit/dcadf7fb3))
1718
+
1719
+ ### ❤️ Thank You
1720
+
1721
+ - acaldas @acaldas
1722
+
1723
+ ## 6.0.0-dev.51 (2026-02-17)
1724
+
1725
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
1726
+
1727
+ ## 6.0.0-dev.50 (2026-02-17)
1728
+
1729
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
1730
+
1731
+ ## 6.0.0-dev.49 (2026-02-17)
1732
+
1733
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
1734
+
1735
+ ## 6.0.0-dev.47 (2026-02-17)
1736
+
1737
+ ### 🩹 Fixes
1738
+
1739
+ - **monorepo:** make shared package publicly available ([#2348](https://github.com/powerhouse-inc/powerhouse/pull/2348))
1740
+
1741
+ ### ❤️ Thank You
1742
+
1743
+ - Ryan Wolhuter @ryanwolhuter
1744
+
1745
+ ## 6.0.0-dev.46 (2026-02-17)
1746
+
1747
+ ### 🚀 Features
1748
+
1749
+ - **connect:** re enable processors in connect ([#2342](https://github.com/powerhouse-inc/powerhouse/pull/2342))
1750
+
1751
+ ### ❤️ Thank You
1752
+
1753
+ - Ryan Wolhuter @ryanwolhuter
1754
+
1755
+ ## 6.0.0-dev.45 (2026-02-16)
1756
+
1757
+ ### 🚀 Features
1758
+
1759
+ - **monorepo:** ensure shared is only in dev deps ([#2341](https://github.com/powerhouse-inc/powerhouse/pull/2341))
1760
+
1761
+ ### ❤️ Thank You
1762
+
1763
+ - Ryan Wolhuter @ryanwolhuter
1764
+
1765
+ ## 6.0.0-dev.44 (2026-02-15)
1766
+
1767
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
1768
+
1769
+ ## 6.0.0-dev.43 (2026-02-14)
1770
+
1771
+ ### 🚀 Features
1772
+
1773
+ - **monorepo:** move more shared stuff to shared ([#2335](https://github.com/powerhouse-inc/powerhouse/pull/2335))
1774
+
1775
+ ### ❤️ Thank You
1776
+
1777
+ - Ryan Wolhuter @ryanwolhuter
1778
+
1779
+ ## 6.0.0-dev.42 (2026-02-13)
1780
+
1781
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
1782
+
1783
+ ## 6.0.0-dev.41 (2026-02-12)
1784
+
1785
+ ### 🚀 Features
1786
+
1787
+ - **monorepo:** use catalog for other shared deps ([#2330](https://github.com/powerhouse-inc/powerhouse/pull/2330))
1788
+ - **vetra:** add processor apps input to vetra ([#2329](https://github.com/powerhouse-inc/powerhouse/pull/2329))
1789
+
1790
+ ### 🩹 Fixes
1791
+
1792
+ - **builder-tools:** use same class-variance-authority as design-systom ([d600feb49](https://github.com/powerhouse-inc/powerhouse/commit/d600feb49))
1793
+ - **design-system:** copy assets to dist folder to enable relative path import ([de5cb5e4e](https://github.com/powerhouse-inc/powerhouse/commit/de5cb5e4e))
1794
+ - **monorepo:** add build-cli to old release workflow ([a30624bd2](https://github.com/powerhouse-inc/powerhouse/commit/a30624bd2))
1795
+
1796
+ ### ❤️ Thank You
1797
+
1798
+ - acaldas @acaldas
1799
+ - Ryan Wolhuter @ryanwolhuter
1800
+ - ryanwolhuter @ryanwolhuter
1801
+
1802
+ ## 6.0.0-dev.40 (2026-02-12)
1803
+
1804
+ ### 🚀 Features
1805
+
1806
+ - **monorepo:** add shared package ([#2324](https://github.com/powerhouse-inc/powerhouse/pull/2324))
1807
+
1808
+ ### ❤️ Thank You
1809
+
1810
+ - Ryan Wolhuter @ryanwolhuter
1811
+
1812
+ ## 6.0.0-dev.39 (2026-02-11)
1813
+
1814
+ ### 🚀 Features
1815
+
1816
+ - **reactor,codegen:** handle processor apps in cli ([#2319](https://github.com/powerhouse-inc/powerhouse/pull/2319))
1817
+
1818
+ ### ❤️ Thank You
1819
+
1820
+ - Ryan Wolhuter @ryanwolhuter
1821
+
1822
+ ## 6.0.0-dev.38 (2026-02-10)
1823
+
1824
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
1825
+
1826
+ ## 6.0.0-dev.37 (2026-02-10)
1827
+
1828
+ ### 🚀 Features
1829
+
1830
+ - **reactor-api:** added nested operations query on phdocument and Graphql client update ([67584e3fc](https://github.com/powerhouse-inc/powerhouse/commit/67584e3fc))
1831
+
1832
+ ### ❤️ Thank You
1833
+
1834
+ - acaldas
1835
+
1836
+ ## 6.0.0-dev.36 (2026-02-06)
1837
+
1838
+ ### 🚀 Features
1839
+
1840
+ - **codegen:** use bun for the slowest tests ([#2303](https://github.com/powerhouse-inc/powerhouse/pull/2303))
1841
+
1842
+ ### ❤️ Thank You
1843
+
1844
+ - Ryan Wolhuter @ryanwolhuter
1845
+
1846
+ ## 6.0.0-dev.35 (2026-02-06)
1847
+
1848
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
1849
+
1850
+ ## 6.0.0-dev.34 (2026-02-05)
1851
+
1852
+ ### 🚀 Features
1853
+
1854
+ - **codegen:** update processors codegen ([#2293](https://github.com/powerhouse-inc/powerhouse/pull/2293))
1855
+
1856
+ ### 🩹 Fixes
1857
+
1858
+ - **ci:** allow release to continue when academy build fails ([477d9ef71](https://github.com/powerhouse-inc/powerhouse/commit/477d9ef71))
1859
+
1860
+ ### 🔥 Performance
1861
+
1862
+ - **document-model:** optimize getDocumentLastModified from O(n log n) to O(n) ([bb94ff310](https://github.com/powerhouse-inc/powerhouse/commit/bb94ff310))
1863
+
1864
+ ### ❤️ Thank You
1865
+
1866
+ - Frank
1867
+ - Ryan Wolhuter @ryanwolhuter
1868
+ - Samuel Hawksby-Robinson @Samyoul
1869
+
1870
+ ## 6.0.0-dev.33 (2026-02-05)
1871
+
1872
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
1873
+
1874
+ ## 6.0.0-dev.32 (2026-02-04)
1875
+
1876
+ ### 🩹 Fixes
1877
+
1878
+ - remove duplicate trigger-downstream from publish-docker-images ([1f70c8041](https://github.com/powerhouse-inc/powerhouse/commit/1f70c8041))
1879
+
1880
+ ### ❤️ Thank You
1881
+
1882
+ - Frank
1883
+
1884
+ ## 6.0.0-dev.31 (2026-02-04)
1885
+
1886
+ ### 🚀 Features
1887
+
1888
+ - trigger powerhouse-demo after release ([f5b63728d](https://github.com/powerhouse-inc/powerhouse/commit/f5b63728d))
1889
+ - **profiling:** add Pyroscope monitoring to reactor-direct ([2c7779229](https://github.com/powerhouse-inc/powerhouse/commit/2c7779229))
1890
+ - **profiling:** add reactor-direct.ts for direct reactor performance profiling ([806714e27](https://github.com/powerhouse-inc/powerhouse/commit/806714e27))
1891
+ - align document-model-subgraph with ReactorSubgraph patterns ([0c0813ef7](https://github.com/powerhouse-inc/powerhouse/commit/0c0813ef7))
1892
+ - add new document model subgraph with new reactor API ([a282586c3](https://github.com/powerhouse-inc/powerhouse/commit/a282586c3))
1893
+
1894
+ ### 🩹 Fixes
1895
+
1896
+ - linting issues ([e1eb2c806](https://github.com/powerhouse-inc/powerhouse/commit/e1eb2c806))
1897
+ - ignore release.ts ([25a40d2a6](https://github.com/powerhouse-inc/powerhouse/commit/25a40d2a6))
1898
+
1899
+ ### ❤️ Thank You
1900
+
1901
+ - Benjamin Jordan
1902
+ - Frank
1903
+ - Guillermo Puente @gpuente
1904
+ - Samuel Hawksby-Robinson @Samyoul
1905
+
1906
+ ## 6.0.0-dev.30 (2026-02-03)
1907
+
1908
+ ### 🩹 Fixes
1909
+
1910
+ - **release:** ignore errors on git stage ([e0c10d604](https://github.com/powerhouse-inc/powerhouse/commit/e0c10d604))
1911
+ - **releases:** remove problematic publish dry run ([8b9b065b9](https://github.com/powerhouse-inc/powerhouse/commit/8b9b065b9))
1912
+ - **releases:** include git side effects check in all booleans ([19c44503d](https://github.com/powerhouse-inc/powerhouse/commit/19c44503d))
1913
+
1914
+ ### ❤️ Thank You
1915
+
1916
+ - ryanwolhuter @ryanwolhuter
1917
+
1918
+ ## 6.0.0-dev.29 (2026-02-03)
1919
+
1920
+ ### 🚀 Features
1921
+
1922
+ - **release:** add doc comments ([3ab9879d4](https://github.com/powerhouse-inc/powerhouse/commit/3ab9879d4))
1923
+ - **monorepo:** simplified release workflow ([#2276](https://github.com/powerhouse-inc/powerhouse/pull/2276))
1924
+
1925
+ ### 🩹 Fixes
1926
+
1927
+ - package.json onlyBuilt ([3b6165267](https://github.com/powerhouse-inc/powerhouse/commit/3b6165267))
1928
+ - **release:** move checkout action ([4ed305d57](https://github.com/powerhouse-inc/powerhouse/commit/4ed305d57))
1929
+
1930
+ ### ❤️ Thank You
1931
+
1932
+ - Benjamin Jordan (@thegoldenmule)
1933
+ - Ryan Wolhuter @ryanwolhuter
1934
+ - ryanwolhuter @ryanwolhuter
1935
+
1936
+ ## 6.0.0-dev.28 (2026-01-31)
1937
+
1938
+ ### 🚀 Features
1939
+
1940
+ - add e2e tests to simulate ([6ba43d19b](https://github.com/powerhouse-inc/powerhouse/commit/6ba43d19b))
1941
+ - adding signal handlers and removing old feature flags ([f08253a2d](https://github.com/powerhouse-inc/powerhouse/commit/f08253a2d))
1942
+
1943
+ ### ❤️ Thank You
1944
+
1945
+ - Benjamin Jordan (@thegoldenmule)
1946
+
1947
+ ## 6.0.0-dev.27 (2026-01-30)
1948
+
1949
+ ### 🚀 Features
1950
+
1951
+ - renown sdk improvements ([bc1099d94](https://github.com/powerhouse-inc/powerhouse/commit/bc1099d94))
1952
+ - **ph-cmd:** fix forwarding and versioning bug ([#2272](https://github.com/powerhouse-inc/powerhouse/pull/2272))
1953
+
1954
+ ### ❤️ Thank You
1955
+
1956
+ - acaldas
1957
+ - Ryan Wolhuter @ryanwolhuter
1958
+
1959
+ ## 6.0.0-dev.26 (2026-01-29)
1960
+
1961
+ ### 🚀 Features
1962
+
1963
+ - update minimum node version to 24 ([7a71107c5](https://github.com/powerhouse-inc/powerhouse/commit/7a71107c5))
1964
+
1965
+ ### 🩹 Fixes
1966
+
1967
+ - undo my changes to the tsc script ([0a36d0a49](https://github.com/powerhouse-inc/powerhouse/commit/0a36d0a49))
1968
+
1969
+ ### ❤️ Thank You
1970
+
1971
+ - acaldas @acaldas
1972
+ - Benjamin Jordan (@thegoldenmule)
1973
+
1
1974
  ## 6.0.0-dev.25 (2026-01-28)
2
1975
 
3
1976
  This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
@@ -158,7 +2131,7 @@ This was a version bump only for @powerhousedao/switchboard to align it with oth
158
2131
  ### 🚀 Features
159
2132
 
160
2133
  - **design-system:** default styles tweaks and DocumentStateViewer ([c0a66720c](https://github.com/powerhouse-inc/powerhouse/commit/c0a66720c))
161
- - **ci:** deploy staging tenant from release/staging/* branches ([8761579e7](https://github.com/powerhouse-inc/powerhouse/commit/8761579e7))
2134
+ - **ci:** deploy staging tenant from release/staging/\* branches ([8761579e7](https://github.com/powerhouse-inc/powerhouse/commit/8761579e7))
162
2135
  - **ci:** add Harbor registry to docker image publishing ([f3a2fab69](https://github.com/powerhouse-inc/powerhouse/commit/f3a2fab69))
163
2136
 
164
2137
  ### 🩹 Fixes
@@ -2783,7 +4756,7 @@ This was a version bump only for @powerhousedao/switchboard to align it with oth
2783
4756
 
2784
4757
  - **reactor-api:** init project ([#388](https://github.com/powerhouse-inc/powerhouse/pull/388))
2785
4758
 
2786
- ### ❤️ Thank You
4759
+ ### ❤️ Thank You
2787
4760
 
2788
4761
  - acaldas
2789
4762
 
@@ -2797,7 +4770,7 @@ This was a version bump only for @powerhousedao/switchboard to align it with oth
2797
4770
 
2798
4771
  - Updated @powerhousedao/reactor-api to 1.1.0
2799
4772
 
2800
- ### ❤️ Thank You
4773
+ ### ❤️ Thank You
2801
4774
 
2802
4775
  - acaldas
2803
4776
 
@@ -2811,6 +4784,6 @@ This was a version bump only for @powerhousedao/switchboard to align it with oth
2811
4784
 
2812
4785
  - Updated @powerhousedao/general-document-indexer to 1.1.0
2813
4786
 
2814
- ### ❤️ Thank You
4787
+ ### ❤️ Thank You
2815
4788
 
2816
- - acaldas
4789
+ - acaldas