@powerhousedao/switchboard 6.0.0-dev.24 → 6.0.0-dev.241

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