@powerhousedao/switchboard 6.0.0-staging.4 → 6.0.0

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