@powerhousedao/switchboard 6.0.0-dev.18 → 6.0.0-dev.181

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 (74) hide show
  1. package/Auth.md +45 -27
  2. package/CHANGELOG.md +1405 -5
  3. package/README.md +13 -12
  4. package/dist/index.d.mts +1 -0
  5. package/dist/index.mjs +128 -0
  6. package/dist/index.mjs.map +1 -0
  7. package/dist/install-packages.d.mts +1 -0
  8. package/dist/install-packages.mjs +31 -0
  9. package/dist/install-packages.mjs.map +1 -0
  10. package/dist/migrate.d.mts +1 -0
  11. package/dist/migrate.mjs +55 -0
  12. package/dist/migrate.mjs.map +1 -0
  13. package/dist/server-P-6VOlLl.mjs +254 -0
  14. package/dist/server-P-6VOlLl.mjs.map +1 -0
  15. package/dist/server.d.mts +76 -0
  16. package/dist/server.d.mts.map +1 -0
  17. package/dist/server.mjs +4 -0
  18. package/dist/utils-DFl0ezBT.mjs +44 -0
  19. package/dist/utils-DFl0ezBT.mjs.map +1 -0
  20. package/dist/utils.d.mts +9 -0
  21. package/dist/utils.d.mts.map +1 -0
  22. package/dist/utils.mjs +2 -0
  23. package/package.json +53 -39
  24. package/test/metrics.test.ts +202 -0
  25. package/tsconfig.json +11 -9
  26. package/tsdown.config.ts +16 -0
  27. package/vitest.config.ts +11 -0
  28. package/Dockerfile +0 -86
  29. package/dist/src/clients/redis.d.ts +0 -5
  30. package/dist/src/clients/redis.d.ts.map +0 -1
  31. package/dist/src/clients/redis.js +0 -48
  32. package/dist/src/clients/redis.js.map +0 -1
  33. package/dist/src/config.d.ts +0 -12
  34. package/dist/src/config.d.ts.map +0 -1
  35. package/dist/src/config.js +0 -33
  36. package/dist/src/config.js.map +0 -1
  37. package/dist/src/connect-crypto.d.ts +0 -41
  38. package/dist/src/connect-crypto.d.ts.map +0 -1
  39. package/dist/src/connect-crypto.js +0 -127
  40. package/dist/src/connect-crypto.js.map +0 -1
  41. package/dist/src/feature-flags.d.ts +0 -2
  42. package/dist/src/feature-flags.d.ts.map +0 -1
  43. package/dist/src/feature-flags.js +0 -9
  44. package/dist/src/feature-flags.js.map +0 -1
  45. package/dist/src/index.d.ts +0 -3
  46. package/dist/src/index.d.ts.map +0 -1
  47. package/dist/src/index.js +0 -21
  48. package/dist/src/index.js.map +0 -1
  49. package/dist/src/install-packages.d.ts +0 -2
  50. package/dist/src/install-packages.d.ts.map +0 -1
  51. package/dist/src/install-packages.js +0 -36
  52. package/dist/src/install-packages.js.map +0 -1
  53. package/dist/src/migrate.d.ts +0 -3
  54. package/dist/src/migrate.d.ts.map +0 -1
  55. package/dist/src/migrate.js +0 -65
  56. package/dist/src/migrate.js.map +0 -1
  57. package/dist/src/profiler.d.ts +0 -4
  58. package/dist/src/profiler.d.ts.map +0 -1
  59. package/dist/src/profiler.js +0 -17
  60. package/dist/src/profiler.js.map +0 -1
  61. package/dist/src/server.d.ts +0 -6
  62. package/dist/src/server.d.ts.map +0 -1
  63. package/dist/src/server.js +0 -304
  64. package/dist/src/server.js.map +0 -1
  65. package/dist/src/types.d.ts +0 -64
  66. package/dist/src/types.d.ts.map +0 -1
  67. package/dist/src/types.js +0 -2
  68. package/dist/src/types.js.map +0 -1
  69. package/dist/src/utils.d.ts +0 -6
  70. package/dist/src/utils.d.ts.map +0 -1
  71. package/dist/src/utils.js +0 -92
  72. package/dist/src/utils.js.map +0 -1
  73. package/dist/tsconfig.tsbuildinfo +0 -1
  74. package/entrypoint.sh +0 -17
package/CHANGELOG.md CHANGED
@@ -1,3 +1,1403 @@
1
+ ## 6.0.0-dev.181 (2026-04-19)
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.180 (2026-04-18)
6
+
7
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
8
+
9
+ ## 6.0.0-dev.179 (2026-04-17)
10
+
11
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
12
+
13
+ ## 6.0.0-dev.178 (2026-04-17)
14
+
15
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
16
+
17
+ ## 6.0.0-dev.177 (2026-04-17)
18
+
19
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
20
+
21
+ ## 6.0.0-dev.176 (2026-04-16)
22
+
23
+ ### 🩹 Fixes
24
+
25
+ - update lockfile ([728604c16](https://github.com/powerhouse-inc/powerhouse/commit/728604c16))
26
+
27
+ ### ❤️ Thank You
28
+
29
+ - acaldas
30
+
31
+ ## 6.0.0-dev.175 (2026-04-16)
32
+
33
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
34
+
35
+ ## 6.0.0-dev.174 (2026-04-15)
36
+
37
+ ### 🩹 Fixes
38
+
39
+ - **deps:** resolve all critical and high security vulnerabilities ([6a8531af3](https://github.com/powerhouse-inc/powerhouse/commit/6a8531af3))
40
+
41
+ ### ❤️ Thank You
42
+
43
+ - acaldas
44
+
45
+ ## 6.0.0-dev.173 (2026-04-15)
46
+
47
+ ### 🩹 Fixes
48
+
49
+ - **renown:** fix sleep listener leak, fix pre-existing test failures, add test script ([606e9f82e](https://github.com/powerhouse-inc/powerhouse/commit/606e9f82e))
50
+
51
+ ### ❤️ Thank You
52
+
53
+ - acaldas
54
+
55
+ ## 6.0.0-dev.172 (2026-04-15)
56
+
57
+ ### 🩹 Fixes
58
+
59
+ - **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))
60
+
61
+ ### ❤️ Thank You
62
+
63
+ - acaldas
64
+
65
+ ## 6.0.0-dev.171 (2026-04-14)
66
+
67
+ ### 🩹 Fixes
68
+
69
+ - **vetra:** generate manifest from global state in package generator ([f5de73f05](https://github.com/powerhouse-inc/powerhouse/commit/f5de73f05))
70
+
71
+ ### ❤️ Thank You
72
+
73
+ - Guillermo Puente @gpuente
74
+
75
+ ## 6.0.0-dev.170 (2026-04-13)
76
+
77
+ ### 🩹 Fixes
78
+
79
+ - declare react as peerDependency and dedupe on vite ([3444dab52](https://github.com/powerhouse-inc/powerhouse/commit/3444dab52))
80
+ - **reactor:** make registerModules and registerUpgradeManifests resilient to invalid items ([20b4dd6c6](https://github.com/powerhouse-inc/powerhouse/commit/20b4dd6c6))
81
+
82
+ ### ❤️ Thank You
83
+
84
+ - acaldas
85
+
86
+ ## 6.0.0-dev.169 (2026-04-13)
87
+
88
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
89
+
90
+ ## 6.0.0-dev.168 (2026-04-12)
91
+
92
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
93
+
94
+ ## 6.0.0-dev.167 (2026-04-11)
95
+
96
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
97
+
98
+ ## 6.0.0-dev.166 (2026-04-10)
99
+
100
+ ### 🩹 Fixes
101
+
102
+ - **design-system,connect:** cleanup dependencies ([97466944a](https://github.com/powerhouse-inc/powerhouse/commit/97466944a))
103
+
104
+ ### ❤️ Thank You
105
+
106
+ - acaldas
107
+
108
+ ## 6.0.0-dev.165 (2026-04-10)
109
+
110
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
111
+
112
+ ## 6.0.0-dev.164 (2026-04-09)
113
+
114
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
115
+
116
+ ## 6.0.0-dev.163 (2026-04-09)
117
+
118
+ ### 🩹 Fixes
119
+
120
+ - **switchboard:** set log level from env var ([eddc863e8](https://github.com/powerhouse-inc/powerhouse/commit/eddc863e8))
121
+ - **reactor-api,switchboard:** output https hooks on separate file ([9b05a45e9](https://github.com/powerhouse-inc/powerhouse/commit/9b05a45e9))
122
+ - **renown:** removed unused didtools/key-did dependency ([7771007c0](https://github.com/powerhouse-inc/powerhouse/commit/7771007c0))
123
+
124
+ ### ❤️ Thank You
125
+
126
+ - acaldas
127
+
128
+ ## 6.0.0-dev.162 (2026-04-09)
129
+
130
+ ### 🚀 Features
131
+
132
+ - **ph-cmd:** delegate init to versioned ph-cli ([875a4e6f4](https://github.com/powerhouse-inc/powerhouse/commit/875a4e6f4))
133
+
134
+ ### ❤️ Thank You
135
+
136
+ - acaldas
137
+
138
+ ## 6.0.0-dev.161 (2026-04-08)
139
+
140
+ ### 🩹 Fixes
141
+
142
+ - **connect:** prevent HMR page reloads and support hot module re-injection ([26c8c79b9](https://github.com/powerhouse-inc/powerhouse/commit/26c8c79b9))
143
+
144
+ ### ❤️ Thank You
145
+
146
+ - acaldas
147
+
148
+ ## 6.0.0-dev.160 (2026-04-08)
149
+
150
+ ### 🩹 Fixes
151
+
152
+ - **design-system:** fixed build and static assets ([fbcfd28d0](https://github.com/powerhouse-inc/powerhouse/commit/fbcfd28d0))
153
+
154
+ ### ❤️ Thank You
155
+
156
+ - acaldas
157
+
158
+ ## 6.0.0-dev.159 (2026-04-07)
159
+
160
+ ### 🩹 Fixes
161
+
162
+ - support both old and new switchboard dist layout in entrypoint ([80bfba241](https://github.com/powerhouse-inc/powerhouse/commit/80bfba241))
163
+
164
+ ### ❤️ Thank You
165
+
166
+ - Frank
167
+
168
+ ## 6.0.0-dev.158 (2026-04-07)
169
+
170
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
171
+
172
+ ## 6.0.0-dev.157 (2026-04-06)
173
+
174
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
175
+
176
+ ## 6.0.0-dev.156 (2026-04-05)
177
+
178
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
179
+
180
+ ## 6.0.0-dev.155 (2026-04-04)
181
+
182
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
183
+
184
+ ## 6.0.0-dev.154 (2026-04-03)
185
+
186
+ ### 🩹 Fixes
187
+
188
+ - versioned docs need build artifacts ([d20b4db62](https://github.com/powerhouse-inc/powerhouse/commit/d20b4db62))
189
+ - add typecheck to simulate workflow ([76d4e606c](https://github.com/powerhouse-inc/powerhouse/commit/76d4e606c))
190
+ - lots of feedback, and added tsdown configs for 4 packages ([d847d8748](https://github.com/powerhouse-inc/powerhouse/commit/d847d8748))
191
+ - a couple build settings needed adjusted ([28750c38d](https://github.com/powerhouse-inc/powerhouse/commit/28750c38d))
192
+ - switching versioned-documents test to tsdown ([f9ade0d54](https://github.com/powerhouse-inc/powerhouse/commit/f9ade0d54))
193
+ - build issue with switchboard ([07a378cec](https://github.com/powerhouse-inc/powerhouse/commit/07a378cec))
194
+ - a few more build fixes ([b8b395f68](https://github.com/powerhouse-inc/powerhouse/commit/b8b395f68))
195
+ - remove outdated script ([2f194d576](https://github.com/powerhouse-inc/powerhouse/commit/2f194d576))
196
+ - a few fixes on the build workflow ([b6195242c](https://github.com/powerhouse-inc/powerhouse/commit/b6195242c))
197
+
198
+ ### ❤️ Thank You
199
+
200
+ - Benjamin Jordan
201
+
202
+ ## 6.0.0-dev.153 (2026-04-02)
203
+
204
+ ### 🩹 Fixes
205
+
206
+ - **codegen:** moved tmpl/core to devDeps to avoid jsr install issues ([c322fbe60](https://github.com/powerhouse-inc/powerhouse/commit/c322fbe60))
207
+
208
+ ### ❤️ Thank You
209
+
210
+ - acaldas
211
+
212
+ ## 6.0.0-dev.152 (2026-04-02)
213
+
214
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
215
+
216
+ ## 6.0.0-dev.151 (2026-04-01)
217
+
218
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
219
+
220
+ ## 6.0.0-dev.150 (2026-04-01)
221
+
222
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
223
+
224
+ ## 6.0.0-dev.149 (2026-04-01)
225
+
226
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
227
+
228
+ ## 6.0.0-dev.148 (2026-04-01)
229
+
230
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
231
+
232
+ ## 6.0.0-dev.147 (2026-04-01)
233
+
234
+ ### 🚀 Features
235
+
236
+ - unify package and manifest types ([#2458](https://github.com/powerhouse-inc/powerhouse/pull/2458))
237
+
238
+ ### 🩹 Fixes
239
+
240
+ - format readme ([01011a461](https://github.com/powerhouse-inc/powerhouse/commit/01011a461))
241
+
242
+ ### ❤️ Thank You
243
+
244
+ - acaldas
245
+ - Ryan Wolhuter @ryanwolhuter
246
+
247
+ ## 6.0.0-dev.146 (2026-04-01)
248
+
249
+ ### 🩹 Fixes
250
+
251
+ - **docker:** fix switchboard-entrypoint.sh ([18a4013d7](https://github.com/powerhouse-inc/powerhouse/commit/18a4013d7))
252
+
253
+ ### ❤️ Thank You
254
+
255
+ - acaldas
256
+
257
+ ## 6.0.0-dev.145 (2026-04-01)
258
+
259
+ ### 🩹 Fixes
260
+
261
+ - **registry:** cache and resolve different package versions ([773d021a2](https://github.com/powerhouse-inc/powerhouse/commit/773d021a2))
262
+
263
+ ### ❤️ Thank You
264
+
265
+ - acaldas
266
+
267
+ ## 6.0.0-dev.144 (2026-04-01)
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.143 (2026-03-31)
272
+
273
+ ### 🚀 Features
274
+
275
+ - **switchboard,reactor-api:** implemented httpPackageLoader ([ba53e2298](https://github.com/powerhouse-inc/powerhouse/commit/ba53e2298))
276
+
277
+ ### ❤️ Thank You
278
+
279
+ - acaldas
280
+
281
+ ## 6.0.0-dev.142 (2026-03-31)
282
+
283
+ ### 🩹 Fixes
284
+
285
+ - **docker:** use scoped registry for @powerhousedao instead of global override ([33d06b487](https://github.com/powerhouse-inc/powerhouse/commit/33d06b487))
286
+
287
+ ### ❤️ Thank You
288
+
289
+ - Frank
290
+
291
+ ## 6.0.0-dev.141 (2026-03-31)
292
+
293
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
294
+
295
+ ## 6.0.0-dev.140 (2026-03-31)
296
+
297
+ ### 🚀 Features
298
+
299
+ - **registry:** enable npm proxy uplink in Verdaccio ([405733914](https://github.com/powerhouse-inc/powerhouse/commit/405733914))
300
+
301
+ ### 🩹 Fixes
302
+
303
+ - **docker:** use .npmrc for scoped registry config ([8568e3a20](https://github.com/powerhouse-inc/powerhouse/commit/8568e3a20))
304
+
305
+ ### ❤️ Thank You
306
+
307
+ - Frank
308
+
309
+ ## 6.0.0-dev.139 (2026-03-31)
310
+
311
+ ### 🩹 Fixes
312
+
313
+ - **docker:** use scoped registry for @powerhousedao packages ([f7c8ff72c](https://github.com/powerhouse-inc/powerhouse/commit/f7c8ff72c))
314
+
315
+ ### ❤️ Thank You
316
+
317
+ - Frank
318
+
319
+ ## 6.0.0-dev.138 (2026-03-31)
320
+
321
+ ### 🚀 Features
322
+
323
+ - **docker:** install PH_PACKAGES at switchboard startup ([c510da354](https://github.com/powerhouse-inc/powerhouse/commit/c510da354))
324
+ - **docker:** install PH_PACKAGES at switchboard startup ([fdf33e0aa](https://github.com/powerhouse-inc/powerhouse/commit/fdf33e0aa))
325
+
326
+ ### ❤️ Thank You
327
+
328
+ - Frank
329
+
330
+ ## 6.0.0-dev.137 (2026-03-31)
331
+
332
+ ### 🩹 Fixes
333
+
334
+ - **reactor-api:** always include ImportPackageLoader alongside custom loaders ([f33785d1a](https://github.com/powerhouse-inc/powerhouse/commit/f33785d1a))
335
+
336
+ ### ❤️ Thank You
337
+
338
+ - Frank
339
+
340
+ ## 6.0.0-dev.136 (2026-03-31)
341
+
342
+ ### 🚀 Features
343
+
344
+ - **reactor-api,switchboard:** load processors and subgraphs via HTTP registry ([6ebc6e069](https://github.com/powerhouse-inc/powerhouse/commit/6ebc6e069))
345
+
346
+ ### ❤️ Thank You
347
+
348
+ - Frank
349
+
350
+ ## 6.0.0-dev.135 (2026-03-31)
351
+
352
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
353
+
354
+ ## 6.0.0-dev.134 (2026-03-31)
355
+
356
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
357
+
358
+ ## 6.0.0-dev.133 (2026-03-31)
359
+
360
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
361
+
362
+ ## 6.0.0-dev.132 (2026-03-31)
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.131 (2026-03-31)
367
+
368
+ ### 🚀 Features
369
+
370
+ - add separate node and browser processor bundles ([#2451](https://github.com/powerhouse-inc/powerhouse/pull/2451))
371
+
372
+ ### ❤️ Thank You
373
+
374
+ - Ryan Wolhuter @ryanwolhuter
375
+
376
+ ## 6.0.0-dev.130 (2026-03-31)
377
+
378
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
379
+
380
+ ## 6.0.0-dev.129 (2026-03-30)
381
+
382
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
383
+
384
+ ## 6.0.0-dev.128 (2026-03-30)
385
+
386
+ ### 🩹 Fixes
387
+
388
+ - **reactor-api,switchboard:** import vite loader from subexport ([1909d0c25](https://github.com/powerhouse-inc/powerhouse/commit/1909d0c25))
389
+
390
+ ### ❤️ Thank You
391
+
392
+ - acaldas
393
+
394
+ ## 6.0.0-dev.127 (2026-03-30)
395
+
396
+ ### 🩹 Fixes
397
+
398
+ - **connect,docker:** set connect registry url on build step ([cc96c4ad7](https://github.com/powerhouse-inc/powerhouse/commit/cc96c4ad7))
399
+
400
+ ### ❤️ Thank You
401
+
402
+ - acaldas
403
+
404
+ ## 6.0.0-dev.126 (2026-03-30)
405
+
406
+ ### 🚀 Features
407
+
408
+ - **connect,docker:** load PH_PACKAGES from runtime JSON instead of build-time define ([701eec6ac](https://github.com/powerhouse-inc/powerhouse/commit/701eec6ac))
409
+
410
+ ### ❤️ Thank You
411
+
412
+ - acaldas
413
+
414
+ ## 6.0.0-dev.125 (2026-03-30)
415
+
416
+ ### 🚀 Features
417
+
418
+ - **docker:** use switchboard bin directly in entrypoint ([6848e119b](https://github.com/powerhouse-inc/powerhouse/commit/6848e119b))
419
+ - **docker:** install switchboard directly instead of ph-cmd ([66ab86bc1](https://github.com/powerhouse-inc/powerhouse/commit/66ab86bc1))
420
+
421
+ ### 🩹 Fixes
422
+
423
+ - **connect,builder-tools,design-system:** multiple fixes to dynamic package loading in connect ([fb47de8b3](https://github.com/powerhouse-inc/powerhouse/commit/fb47de8b3))
424
+
425
+ ### ❤️ Thank You
426
+
427
+ - acaldas
428
+ - Frank
429
+
430
+ ## 6.0.0-dev.124 (2026-03-30)
431
+
432
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
433
+
434
+ ## 6.0.0-dev.123 (2026-03-29)
435
+
436
+ ### 🚀 Features
437
+
438
+ - **docker:** redesign Docker strategy with runtime package loading ([08207df3d](https://github.com/powerhouse-inc/powerhouse/commit/08207df3d))
439
+
440
+ ### ❤️ Thank You
441
+
442
+ - Frank
443
+
444
+ ## 6.0.0-dev.122 (2026-03-29)
445
+
446
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
447
+
448
+ ## 6.0.0-dev.121 (2026-03-29)
449
+
450
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
451
+
452
+ ## 6.0.0-dev.120 (2026-03-29)
453
+
454
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
455
+
456
+ ## 6.0.0-dev.119 (2026-03-29)
457
+
458
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
459
+
460
+ ## 6.0.0-dev.118 (2026-03-28)
461
+
462
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
463
+
464
+ ## 6.0.0-dev.117 (2026-03-28)
465
+
466
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
467
+
468
+ ## 6.0.0-dev.116 (2026-03-27)
469
+
470
+ ### 🚀 Features
471
+
472
+ - verify signatures on switchboard an consider actions without an app key on signer as unsigned ([c9a45d2e7](https://github.com/powerhouse-inc/powerhouse/commit/c9a45d2e7))
473
+
474
+ ### 🩹 Fixes
475
+
476
+ - **reactor-api:** deserialize signatures in pushSyncEnvelopes resolver ([ab5a33eb6](https://github.com/powerhouse-inc/powerhouse/commit/ab5a33eb6))
477
+ - dependency improvements ([a41a67741](https://github.com/powerhouse-inc/powerhouse/commit/a41a67741))
478
+ - **document-drive:** exclude self from collision check when renaming nodes ([7dfc73268](https://github.com/powerhouse-inc/powerhouse/commit/7dfc73268))
479
+
480
+ ### ❤️ Thank You
481
+
482
+ - acaldas @acaldas
483
+ - Guillermo Puente @gpuente
484
+
485
+ ## 6.0.0-dev.115 (2026-03-27)
486
+
487
+ ### 🚀 Features
488
+
489
+ - **reactor-api:** add MercuriusGatewayAdapter implementing IGatewayAdapter ([ea05779a3](https://github.com/powerhouse-inc/powerhouse/commit/ea05779a3))
490
+ - **reactor-api:** add FastifyHttpAdapter with dispatch-map design ([969d56af3](https://github.com/powerhouse-inc/powerhouse/commit/969d56af3))
491
+ - **reactor-api:** add FastifyHttpAdapter implementing IHttpAdapter ([94d3d9b48](https://github.com/powerhouse-inc/powerhouse/commit/94d3d9b48))
492
+
493
+ ### ❤️ Thank You
494
+
495
+ - Samuel Hawksby-Robinson @Samyoul
496
+
497
+ ## 6.0.0-dev.114 (2026-03-27)
498
+
499
+ ### 🚀 Features
500
+
501
+ - **registry:** simplify Dockerfile to install from npm ([7e2c2fa91](https://github.com/powerhouse-inc/powerhouse/commit/7e2c2fa91))
502
+
503
+ ### 🩹 Fixes
504
+
505
+ - **reactor-api:** resolve ESLint unsafe-any errors in mountNodeRoute and Sentry handler ([40777f429](https://github.com/powerhouse-inc/powerhouse/commit/40777f429))
506
+
507
+ ### ❤️ Thank You
508
+
509
+ - acaldas @acaldas
510
+ - Claude Opus 4.6 (1M context)
511
+ - Samuel Hawksby-Robinson @Samyoul
512
+
513
+ ## 6.0.0-dev.113 (2026-03-27)
514
+
515
+ ### 🚀 Features
516
+
517
+ - expand codegen tests to cover new cases ([#2432](https://github.com/powerhouse-inc/powerhouse/pull/2432))
518
+
519
+ ### 🩹 Fixes
520
+
521
+ - **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))
522
+ - **codegen:** handle JSONC comments in ensureTsconfigPaths ([ae3cd38fe](https://github.com/powerhouse-inc/powerhouse/commit/ae3cd38fe))
523
+ - **vetra:** move connect dependency to root and fix CSS import ([1e288a8a9](https://github.com/powerhouse-inc/powerhouse/commit/1e288a8a9))
524
+ - **vetra:** add missing Connect boilerplate files for ph vetra ([bfe64f705](https://github.com/powerhouse-inc/powerhouse/commit/bfe64f705))
525
+
526
+ ### ❤️ Thank You
527
+
528
+ - Benjamin Jordan
529
+ - Guillermo Puente @gpuente
530
+ - Ryan Wolhuter @ryanwolhuter
531
+
532
+ ## 6.0.0-dev.112 (2026-03-26)
533
+
534
+ ### 🚀 Features
535
+
536
+ - **codegen:** e2e codegen processor tests ([08686abc6](https://github.com/powerhouse-inc/powerhouse/commit/08686abc6))
537
+
538
+ ### ❤️ Thank You
539
+
540
+ - Benjamin Jordan
541
+
542
+ ## 6.0.0-dev.111 (2026-03-25)
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.110 (2026-03-25)
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.109 (2026-03-24)
551
+
552
+ ### 🚀 Features
553
+
554
+ - **vetra-e2e:** add editor creation, registry publish, and consumer install e2e tests ([a215a7d7e](https://github.com/powerhouse-inc/powerhouse/commit/a215a7d7e))
555
+
556
+ ### 🩹 Fixes
557
+
558
+ - **switchboard:** use DATABASE_URL for read model storage instead of PGlite ([fabdf4e96](https://github.com/powerhouse-inc/powerhouse/commit/fabdf4e96))
559
+ - **switchboard:** cast api.app.handle to Express for Vite middleware mount ([87197a864](https://github.com/powerhouse-inc/powerhouse/commit/87197a864))
560
+ - lockfile ([292187fae](https://github.com/powerhouse-inc/powerhouse/commit/292187fae))
561
+
562
+ ### ❤️ Thank You
563
+
564
+ - Benjamin Jordan
565
+ - Frank
566
+ - Guillermo Puente @gpuente
567
+ - Samuel Hawksby-Robinson @Samyoul
568
+
569
+ ## 6.0.0-dev.108 (2026-03-24)
570
+
571
+ ### 🚀 Features
572
+
573
+ - register vetra document models and processors in switchboard ([b50da707e](https://github.com/powerhouse-inc/powerhouse/commit/b50da707e))
574
+ - **switchboard:** add DYNAMIC_MODEL_LOADING feature flag ([50aa9c40e](https://github.com/powerhouse-inc/powerhouse/commit/50aa9c40e))
575
+ - add document drive bundle step ([4c5085630](https://github.com/powerhouse-inc/powerhouse/commit/4c5085630))
576
+ - bundle cli shared stuff separately ([0f1f1ed8e](https://github.com/powerhouse-inc/powerhouse/commit/0f1f1ed8e))
577
+ - move shared cli types ([437455beb](https://github.com/powerhouse-inc/powerhouse/commit/437455beb))
578
+ - deal with an absolutely ridiculous amount of wrong exports ([d45e52ab9](https://github.com/powerhouse-inc/powerhouse/commit/d45e52ab9))
579
+ - **switchboard:** resolve registry URL from powerhouse.config.json ([a524fa593](https://github.com/powerhouse-inc/powerhouse/commit/a524fa593))
580
+ - dang that's a lot of files ([d7c198c22](https://github.com/powerhouse-inc/powerhouse/commit/d7c198c22))
581
+ - add versioned deps as dep of vetra-e2e ([884de81e5](https://github.com/powerhouse-inc/powerhouse/commit/884de81e5))
582
+ - update config for versioned documents test package ([a29d6b9ab](https://github.com/powerhouse-inc/powerhouse/commit/a29d6b9ab))
583
+ - make vetra a common package in connect ([4b366d892](https://github.com/powerhouse-inc/powerhouse/commit/4b366d892))
584
+ - re-implement package manager and add start connect function ([1fd9946b4](https://github.com/powerhouse-inc/powerhouse/commit/1fd9946b4))
585
+ - add build command ([b8427cbca](https://github.com/powerhouse-inc/powerhouse/commit/b8427cbca))
586
+ - remove dependency on knex from analytics engine browser ([e87e0c75a](https://github.com/powerhouse-inc/powerhouse/commit/e87e0c75a))
587
+ - **vetra:** do not bundle processors isomorphically ([6f9d380a6](https://github.com/powerhouse-inc/powerhouse/commit/6f9d380a6))
588
+ - **registry:** use tsdown in registry ([fd3da952b](https://github.com/powerhouse-inc/powerhouse/commit/fd3da952b))
589
+ - **analytics-engine:** use tsdown in analytics engine ([ef8bce39c](https://github.com/powerhouse-inc/powerhouse/commit/ef8bce39c))
590
+ - **builder-tools:** use tsdown for builder tools ([076657a43](https://github.com/powerhouse-inc/powerhouse/commit/076657a43))
591
+ - **ph-cmd:** use tsdown for ph-cmd ([23ea5bc8d](https://github.com/powerhouse-inc/powerhouse/commit/23ea5bc8d))
592
+ - start using tsdown ([b8b03f73a](https://github.com/powerhouse-inc/powerhouse/commit/b8b03f73a))
593
+ - **ph-cli:** use tsdown to bundle ph-cli ([b32726fc1](https://github.com/powerhouse-inc/powerhouse/commit/b32726fc1))
594
+ - add tsdown ([276222480](https://github.com/powerhouse-inc/powerhouse/commit/276222480))
595
+
596
+ ### 🩹 Fixes
597
+
598
+ - include academy tenant in dev releases ([a459f0edf](https://github.com/powerhouse-inc/powerhouse/commit/a459f0edf))
599
+ - add retry loop for k8s push race conditions ([31659b5e3](https://github.com/powerhouse-inc/powerhouse/commit/31659b5e3))
600
+ - deps ([cbb8c5da9](https://github.com/powerhouse-inc/powerhouse/commit/cbb8c5da9))
601
+ - codegen tests ([b857b8ab6](https://github.com/powerhouse-inc/powerhouse/commit/b857b8ab6))
602
+ - **reactor-api:** resolve tsconfig path aliases in switchboard's Vite SSR loader ([dd812a933](https://github.com/powerhouse-inc/powerhouse/commit/dd812a933))
603
+ - **document-drive:** fix tsc build and prisma ESM \_\_dirname error ([f0c252d96](https://github.com/powerhouse-inc/powerhouse/commit/f0c252d96))
604
+ - stop mixing node and browser code ([9d5513533](https://github.com/powerhouse-inc/powerhouse/commit/9d5513533))
605
+ - always build css after bundle ([36dca2c95](https://github.com/powerhouse-inc/powerhouse/commit/36dca2c95))
606
+ - always build css after bundling ([565d11dca](https://github.com/powerhouse-inc/powerhouse/commit/565d11dca))
607
+ - so much, too much to even describe ([4aa9ebf54](https://github.com/powerhouse-inc/powerhouse/commit/4aa9ebf54))
608
+ - e2e tests ([d1bfe5f08](https://github.com/powerhouse-inc/powerhouse/commit/d1bfe5f08))
609
+ - **connect,vetra:** move vite plugin node polyfills to specific packages ([e3b0fa37b](https://github.com/powerhouse-inc/powerhouse/commit/e3b0fa37b))
610
+ - strange export style in reactor browser which caused circular references ([683e17196](https://github.com/powerhouse-inc/powerhouse/commit/683e17196))
611
+ - handle both node and browser types ([90f793133](https://github.com/powerhouse-inc/powerhouse/commit/90f793133))
612
+
613
+ ### ❤️ Thank You
614
+
615
+ - Frank
616
+ - Guillermo Puente @gpuente
617
+ - ryanwolhuter @ryanwolhuter
618
+
619
+ ## 6.0.0-dev.107 (2026-03-23)
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.106 (2026-03-23)
624
+
625
+ ### 🚀 Features
626
+
627
+ - add ph build command 2 ([#2415](https://github.com/powerhouse-inc/powerhouse/pull/2415))
628
+
629
+ ### 🩹 Fixes
630
+
631
+ - **release:** remove stale build-connect step, now covered by build-bundle ([e00eed45a](https://github.com/powerhouse-inc/powerhouse/commit/e00eed45a))
632
+ - add git pull --rebase before push in k8s update jobs to avoid race conditions ([fa7af726f](https://github.com/powerhouse-inc/powerhouse/commit/fa7af726f))
633
+
634
+ ### ❤️ Thank You
635
+
636
+ - Frank
637
+ - Ryan Wolhuter @ryanwolhuter
638
+
639
+ ## 6.0.0-dev.105 (2026-03-23)
640
+
641
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
642
+
643
+ ## 6.0.0-dev.104 (2026-03-22)
644
+
645
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
646
+
647
+ ## 6.0.0-dev.103 (2026-03-21)
648
+
649
+ ### 🩹 Fixes
650
+
651
+ - **reactor:** temporary fix for deleting documents and cleaning up all edges too -- very costly ([8a15a0604](https://github.com/powerhouse-inc/powerhouse/commit/8a15a0604))
652
+
653
+ ### ❤️ Thank You
654
+
655
+ - Benjamin Jordan
656
+
657
+ ## 6.0.0-dev.102 (2026-03-20)
658
+
659
+ ### 🩹 Fixes
660
+
661
+ - 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))
662
+ - **builder-tools,reactor-browser:** bundling fixes ([59dfd75b6](https://github.com/powerhouse-inc/powerhouse/commit/59dfd75b6))
663
+
664
+ ### ❤️ Thank You
665
+
666
+ - acaldas @acaldas
667
+ - Benjamin Jordan
668
+
669
+ ## 6.0.0-dev.101 (2026-03-20)
670
+
671
+ ### 🚀 Features
672
+
673
+ - **examples:** add Discord webhook processor example ([fc09a4d66](https://github.com/powerhouse-inc/powerhouse/commit/fc09a4d66))
674
+
675
+ ### ❤️ Thank You
676
+
677
+ - Benjamin Jordan
678
+ - Claude Opus 4.6
679
+
680
+ ## 6.0.0-dev.100 (2026-03-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.99 (2026-03-18)
685
+
686
+ ### 🚀 Features
687
+
688
+ - **test-subscription:** adding a cli test-client for testing reactor api subscriptions ([563a8ac7d](https://github.com/powerhouse-inc/powerhouse/commit/563a8ac7d))
689
+
690
+ ### 🩹 Fixes
691
+
692
+ - updated pnpm-lock ([c2843dc5b](https://github.com/powerhouse-inc/powerhouse/commit/c2843dc5b))
693
+
694
+ ### ❤️ Thank You
695
+
696
+ - acaldas
697
+ - Benjamin Jordan
698
+
699
+ ## 6.0.0-dev.98 (2026-03-18)
700
+
701
+ ### 🩹 Fixes
702
+
703
+ - **connect:** declare dependencies ([6aa6910d3](https://github.com/powerhouse-inc/powerhouse/commit/6aa6910d3))
704
+
705
+ ### ❤️ Thank You
706
+
707
+ - acaldas
708
+
709
+ ## 6.0.0-dev.97 (2026-03-18)
710
+
711
+ ### 🩹 Fixes
712
+
713
+ - **design-system:** removed zod dependency ([fdc7c2ef7](https://github.com/powerhouse-inc/powerhouse/commit/fdc7c2ef7))
714
+
715
+ ### ❤️ Thank You
716
+
717
+ - acaldas @acaldas
718
+
719
+ ## 6.0.0-dev.96 (2026-03-17)
720
+
721
+ ### 🩹 Fixes
722
+
723
+ - **switchboard:** avoid double /v1/metrics suffix in OTLP exporter URL ([c184093c3](https://github.com/powerhouse-inc/powerhouse/commit/c184093c3))
724
+ - **switchboard:** enforce OTel provider registration ordering via StartServerOptions ([c797fd242](https://github.com/powerhouse-inc/powerhouse/commit/c797fd242))
725
+
726
+ ### ❤️ Thank You
727
+
728
+ - Samuel Hawksby-Robinson @Samyoul
729
+
730
+ ## 6.0.0-dev.95 (2026-03-17)
731
+
732
+ ### 🚀 Features
733
+
734
+ - **switchboard:** add OTel metrics export via OTEL_EXPORTER_OTLP_ENDPOINT ([52f34aa1f](https://github.com/powerhouse-inc/powerhouse/commit/52f34aa1f))
735
+
736
+ ### 🩹 Fixes
737
+
738
+ - **codegen:** added missing deps to boilerplate ([721dcb581](https://github.com/powerhouse-inc/powerhouse/commit/721dcb581))
739
+ - **switchboard:** derive exportTimeoutMillis from exportIntervalMillis ([775a77f3b](https://github.com/powerhouse-inc/powerhouse/commit/775a77f3b))
740
+ - **switchboard:** set exportTimeoutMillis to stay under shutdown deadline ([341d88d9e](https://github.com/powerhouse-inc/powerhouse/commit/341d88d9e))
741
+ - **switchboard:** address further OTel metrics review feedback ([dee185ba8](https://github.com/powerhouse-inc/powerhouse/commit/dee185ba8))
742
+ - **switchboard:** address OTel metrics review feedback ([c5ac016fc](https://github.com/powerhouse-inc/powerhouse/commit/c5ac016fc))
743
+
744
+ ### ❤️ Thank You
745
+
746
+ - acaldas @acaldas
747
+ - Samuel Hawksby-Robinson @Samyoul
748
+
749
+ ## 6.0.0-dev.94 (2026-03-17)
750
+
751
+ ### 🩹 Fixes
752
+
753
+ - **common:** added missing runtime dependencies ([b0f647f75](https://github.com/powerhouse-inc/powerhouse/commit/b0f647f75))
754
+
755
+ ### ❤️ Thank You
756
+
757
+ - acaldas @acaldas
758
+
759
+ ## 6.0.0-dev.93 (2026-03-17)
760
+
761
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
762
+
763
+ ## 6.0.0-dev.92 (2026-03-17)
764
+
765
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
766
+
767
+ ## 6.0.0-dev.91 (2026-03-17)
768
+
769
+ ### 🩹 Fixes
770
+
771
+ - adding build-bundle to simulate-ci-workflow ([ca93d1a2b](https://github.com/powerhouse-inc/powerhouse/commit/ca93d1a2b))
772
+
773
+ ### ❤️ Thank You
774
+
775
+ - Benjamin Jordan
776
+
777
+ ## 6.0.0-dev.90 (2026-03-14)
778
+
779
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
780
+
781
+ ## 6.0.0-dev.89 (2026-03-13)
782
+
783
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
784
+
785
+ ## 6.0.0-dev.88 (2026-03-12)
786
+
787
+ ### 🚀 Features
788
+
789
+ - reactor-hypercore example ([d5557973a](https://github.com/powerhouse-inc/powerhouse/commit/d5557973a))
790
+
791
+ ### ❤️ Thank You
792
+
793
+ - Benjamin Jordan
794
+
795
+ ## 6.0.0-dev.87 (2026-03-12)
796
+
797
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
798
+
799
+ ## 6.0.0-dev.86 (2026-03-12)
800
+
801
+ ### 🚀 Features
802
+
803
+ - **renown,reactor-browser:** renown integration improvements ([a65731a73](https://github.com/powerhouse-inc/powerhouse/commit/a65731a73))
804
+
805
+ ### ❤️ Thank You
806
+
807
+ - acaldas @acaldas
808
+
809
+ ## 6.0.0-dev.85 (2026-03-12)
810
+
811
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
812
+
813
+ ## 6.0.0-dev.84 (2026-03-11)
814
+
815
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
816
+
817
+ ## 6.0.0-dev.83 (2026-03-11)
818
+
819
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
820
+
821
+ ## 6.0.0-dev.82 (2026-03-11)
822
+
823
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
824
+
825
+ ## 6.0.0-dev.81 (2026-03-11)
826
+
827
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
828
+
829
+ ## 6.0.0-dev.80 (2026-03-11)
830
+
831
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
832
+
833
+ ## 6.0.0-dev.79 (2026-03-11)
834
+
835
+ ### 🚀 Features
836
+
837
+ - **ci:** add gitops action for registry image updates ([ba91d00dd](https://github.com/powerhouse-inc/powerhouse/commit/ba91d00dd))
838
+
839
+ ### ❤️ Thank You
840
+
841
+ - Frank
842
+
843
+ ## 6.0.0-dev.78 (2026-03-11)
844
+
845
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
846
+
847
+ ## 6.0.0-dev.77 (2026-03-10)
848
+
849
+ ### 🩹 Fixes
850
+
851
+ - **renown:** moved e2e script test to reactor-browser ([3c9b41045](https://github.com/powerhouse-inc/powerhouse/commit/3c9b41045))
852
+
853
+ ### ❤️ Thank You
854
+
855
+ - acaldas @acaldas
856
+
857
+ ## 6.0.0-dev.76 (2026-03-10)
858
+
859
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
860
+
861
+ ## 6.0.0-dev.75 (2026-03-10)
862
+
863
+ ### 🩹 Fixes
864
+
865
+ - **registry:** resolve catalog references in Dockerfile with sed ([765e8fbdd](https://github.com/powerhouse-inc/powerhouse/commit/765e8fbdd))
866
+ - **registry:** copy pnpm-workspace.yaml for Docker build catalog resolution ([7407700b1](https://github.com/powerhouse-inc/powerhouse/commit/7407700b1))
867
+
868
+ ### ❤️ Thank You
869
+
870
+ - Frank
871
+
872
+ ## 6.0.0-dev.74 (2026-03-10)
873
+
874
+ ### 🚀 Features
875
+
876
+ - **ci:** add registry Docker image to publish workflow ([17544abad](https://github.com/powerhouse-inc/powerhouse/commit/17544abad))
877
+
878
+ ### ❤️ Thank You
879
+
880
+ - Frank
881
+
882
+ ## 6.0.0-dev.73 (2026-03-10)
883
+
884
+ ### 🚀 Features
885
+
886
+ - opentelementry-instrumentation-reactor package ([67d5c31e5](https://github.com/powerhouse-inc/powerhouse/commit/67d5c31e5))
887
+
888
+ ### ❤️ Thank You
889
+
890
+ - Benjamin Jordan
891
+
892
+ ## 6.0.0-dev.72 (2026-03-09)
893
+
894
+ ### 🚀 Features
895
+
896
+ - **renown,reactor-browser,connect:** cleanup renown integration ([fe6112c2c](https://github.com/powerhouse-inc/powerhouse/commit/fe6112c2c))
897
+
898
+ ### ❤️ Thank You
899
+
900
+ - acaldas @acaldas
901
+
902
+ ## 6.0.0-dev.71 (2026-03-07)
903
+
904
+ ### 🚀 Features
905
+
906
+ - **connect,reactor-browser:** add dynamic package loading from HTTP registry ([f92816782](https://github.com/powerhouse-inc/powerhouse/commit/f92816782))
907
+ - **document-model,reactor-api,reactor-browser:** implemented remote document controller ([6299c21da](https://github.com/powerhouse-inc/powerhouse/commit/6299c21da))
908
+
909
+ ### 🩹 Fixes
910
+
911
+ - **reactor-browser:** removed subexports ([4cda7f44c](https://github.com/powerhouse-inc/powerhouse/commit/4cda7f44c))
912
+
913
+ ### ❤️ Thank You
914
+
915
+ - acaldas @acaldas
916
+ - Guillermo Puente @gpuente
917
+
918
+ ## 6.0.0-dev.70 (2026-03-06)
919
+
920
+ ### 🚀 Features
921
+
922
+ - **switchboard,reactor-api,registry:** add runtime dynamic pacage loading from HTTP registry ([37f91250e](https://github.com/powerhouse-inc/powerhouse/commit/37f91250e))
923
+ - add new bundling for connect ([#2390](https://github.com/powerhouse-inc/powerhouse/pull/2390))
924
+
925
+ ### 🩹 Fixes
926
+
927
+ - eslint config ([fb20b3726](https://github.com/powerhouse-inc/powerhouse/commit/fb20b3726))
928
+
929
+ ### ❤️ Thank You
930
+
931
+ - Guillermo Puente @gpuente
932
+ - Ryan Wolhuter @ryanwolhuter
933
+
934
+ ## 6.0.0-dev.69 (2026-03-05)
935
+
936
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
937
+
938
+ ## 6.0.0-dev.68 (2026-03-04)
939
+
940
+ ### 🩹 Fixes
941
+
942
+ - **vetra:** remove custom subgraphs from vetra ([3a1e3b9b0](https://github.com/powerhouse-inc/powerhouse/commit/3a1e3b9b0))
943
+ - resolve empty name causing silent ADD_FILE failure in drives ([b44ed0c1c](https://github.com/powerhouse-inc/powerhouse/commit/b44ed0c1c))
944
+ - **reactor-mcp:** adopt new reactor client interface for MCP server ([1b8e6fb19](https://github.com/powerhouse-inc/powerhouse/commit/1b8e6fb19))
945
+
946
+ ### ❤️ Thank You
947
+
948
+ - Guillermo Puente @gpuente
949
+
950
+ ## 6.0.0-dev.67 (2026-03-03)
951
+
952
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
953
+
954
+ ## 6.0.0-dev.66 (2026-03-03)
955
+
956
+ ### 🚀 Features
957
+
958
+ - move reactor logic from connect to reactor browser ([#2385](https://github.com/powerhouse-inc/powerhouse/pull/2385))
959
+
960
+ ### ❤️ Thank You
961
+
962
+ - Ryan Wolhuter @ryanwolhuter
963
+
964
+ ## 6.0.0-dev.65 (2026-03-03)
965
+
966
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
967
+
968
+ ## 6.0.0-dev.64 (2026-03-03)
969
+
970
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
971
+
972
+ ## 6.0.0-dev.62 (2026-03-03)
973
+
974
+ ### 🚀 Features
975
+
976
+ - **ci:** push academy to Harbor academy project and update k8s for academy namespace ([efbf8f58d](https://github.com/powerhouse-inc/powerhouse/commit/efbf8f58d))
977
+
978
+ ### 🩹 Fixes
979
+
980
+ - cherry-picked fixes ([a73630a6a](https://github.com/powerhouse-inc/powerhouse/commit/a73630a6a))
981
+ - moving analytics processors to shared and fixing them, fixing other linting errors toos ([0c8f7fe98](https://github.com/powerhouse-inc/powerhouse/commit/0c8f7fe98))
982
+
983
+ ### ❤️ Thank You
984
+
985
+ - Benjamin Jordan
986
+ - Frank
987
+
988
+ ## 6.0.0-dev.61 (2026-02-27)
989
+
990
+ ### 🚀 Features
991
+
992
+ - **ci:** update k8s-hosting academy image tag after docker publish ([0b98b73a9](https://github.com/powerhouse-inc/powerhouse/commit/0b98b73a9))
993
+ - add bundle step for ph cli ([#2375](https://github.com/powerhouse-inc/powerhouse/pull/2375))
994
+
995
+ ### ❤️ Thank You
996
+
997
+ - Frank
998
+ - Ryan Wolhuter @ryanwolhuter
999
+
1000
+ ## 6.0.0-dev.60 (2026-02-27)
1001
+
1002
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
1003
+
1004
+ ## 6.0.0-dev.59 (2026-02-26)
1005
+
1006
+ ### 🚀 Features
1007
+
1008
+ - use update-ts-references tool which also removes unused ones ([#2374](https://github.com/powerhouse-inc/powerhouse/pull/2374))
1009
+
1010
+ ### ❤️ Thank You
1011
+
1012
+ - Ryan Wolhuter @ryanwolhuter
1013
+
1014
+ ## 6.0.0-dev.58 (2026-02-25)
1015
+
1016
+ ### 🚀 Features
1017
+
1018
+ - added ability to configure max reshuffle depth in reactor orchestrator ([94f3ae986](https://github.com/powerhouse-inc/powerhouse/commit/94f3ae986))
1019
+
1020
+ ### 🔥 Performance
1021
+
1022
+ - **reducer:** pre-allocate operation arrays to avoid resize overhead ([1cf1c0078](https://github.com/powerhouse-inc/powerhouse/commit/1cf1c0078))
1023
+
1024
+ ### ❤️ Thank You
1025
+
1026
+ - Benjamin Jordan
1027
+ - Samuel Hawksby-Robinson @Samyoul
1028
+
1029
+ ## 6.0.0-dev.57 (2026-02-24)
1030
+
1031
+ ### 🚀 Features
1032
+
1033
+ - run sync integration test as part of reactor flow ([7dea8bf3e](https://github.com/powerhouse-inc/powerhouse/commit/7dea8bf3e))
1034
+
1035
+ ### 🩹 Fixes
1036
+
1037
+ - switchboard needs build:misc ([916f761b8](https://github.com/powerhouse-inc/powerhouse/commit/916f761b8))
1038
+ - arg, workflow changes should trigger the workflow ([645cca08f](https://github.com/powerhouse-inc/powerhouse/commit/645cca08f))
1039
+ - build step before integration test ([0b6b48f74](https://github.com/powerhouse-inc/powerhouse/commit/0b6b48f74))
1040
+
1041
+ ### ❤️ Thank You
1042
+
1043
+ - Benjamin Jordan
1044
+
1045
+ ## 6.0.0-dev.56 (2026-02-21)
1046
+
1047
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
1048
+
1049
+ ## 6.0.0-dev.55 (2026-02-20)
1050
+
1051
+ ### 🚀 Features
1052
+
1053
+ - test-connect and reactor gql updates to pass along more context ([ae581e8e8](https://github.com/powerhouse-inc/powerhouse/commit/ae581e8e8))
1054
+
1055
+ ### ❤️ Thank You
1056
+
1057
+ - Benjamin Jordan
1058
+
1059
+ ## 6.0.0-dev.54 (2026-02-19)
1060
+
1061
+ ### 🚀 Features
1062
+
1063
+ - wip orchestrator for the test-client ([186d7c015](https://github.com/powerhouse-inc/powerhouse/commit/186d7c015))
1064
+ - **connect:** build tweaks ([22b6bc7d5](https://github.com/powerhouse-inc/powerhouse/commit/22b6bc7d5))
1065
+ - improved logging on vetra, switchboard and connect ([3fb127687](https://github.com/powerhouse-inc/powerhouse/commit/3fb127687))
1066
+
1067
+ ### 🩹 Fixes
1068
+
1069
+ - **ph-cli,switchboard:** create preview drive on new reactor ([1e5ed8794](https://github.com/powerhouse-inc/powerhouse/commit/1e5ed8794))
1070
+
1071
+ ### ❤️ Thank You
1072
+
1073
+ - acaldas @acaldas
1074
+ - Benjamin Jordan
1075
+
1076
+ ## 6.0.0-dev.53 (2026-02-18)
1077
+
1078
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
1079
+
1080
+ ## 6.0.0-dev.52 (2026-02-17)
1081
+
1082
+ ### 🩹 Fixes
1083
+
1084
+ - **reactor-api:** improved subgraph path matching and removed name parameter from reactor subgraph ([dcadf7fb3](https://github.com/powerhouse-inc/powerhouse/commit/dcadf7fb3))
1085
+
1086
+ ### ❤️ Thank You
1087
+
1088
+ - acaldas @acaldas
1089
+
1090
+ ## 6.0.0-dev.51 (2026-02-17)
1091
+
1092
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
1093
+
1094
+ ## 6.0.0-dev.50 (2026-02-17)
1095
+
1096
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
1097
+
1098
+ ## 6.0.0-dev.49 (2026-02-17)
1099
+
1100
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
1101
+
1102
+ ## 6.0.0-dev.47 (2026-02-17)
1103
+
1104
+ ### 🩹 Fixes
1105
+
1106
+ - **monorepo:** make shared package publicly available ([#2348](https://github.com/powerhouse-inc/powerhouse/pull/2348))
1107
+
1108
+ ### ❤️ Thank You
1109
+
1110
+ - Ryan Wolhuter @ryanwolhuter
1111
+
1112
+ ## 6.0.0-dev.46 (2026-02-17)
1113
+
1114
+ ### 🚀 Features
1115
+
1116
+ - **connect:** re enable processors in connect ([#2342](https://github.com/powerhouse-inc/powerhouse/pull/2342))
1117
+
1118
+ ### ❤️ Thank You
1119
+
1120
+ - Ryan Wolhuter @ryanwolhuter
1121
+
1122
+ ## 6.0.0-dev.45 (2026-02-16)
1123
+
1124
+ ### 🚀 Features
1125
+
1126
+ - **monorepo:** ensure shared is only in dev deps ([#2341](https://github.com/powerhouse-inc/powerhouse/pull/2341))
1127
+
1128
+ ### ❤️ Thank You
1129
+
1130
+ - Ryan Wolhuter @ryanwolhuter
1131
+
1132
+ ## 6.0.0-dev.44 (2026-02-15)
1133
+
1134
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
1135
+
1136
+ ## 6.0.0-dev.43 (2026-02-14)
1137
+
1138
+ ### 🚀 Features
1139
+
1140
+ - **monorepo:** move more shared stuff to shared ([#2335](https://github.com/powerhouse-inc/powerhouse/pull/2335))
1141
+
1142
+ ### ❤️ Thank You
1143
+
1144
+ - Ryan Wolhuter @ryanwolhuter
1145
+
1146
+ ## 6.0.0-dev.42 (2026-02-13)
1147
+
1148
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
1149
+
1150
+ ## 6.0.0-dev.41 (2026-02-12)
1151
+
1152
+ ### 🚀 Features
1153
+
1154
+ - **monorepo:** use catalog for other shared deps ([#2330](https://github.com/powerhouse-inc/powerhouse/pull/2330))
1155
+ - **vetra:** add processor apps input to vetra ([#2329](https://github.com/powerhouse-inc/powerhouse/pull/2329))
1156
+
1157
+ ### 🩹 Fixes
1158
+
1159
+ - **builder-tools:** use same class-variance-authority as design-systom ([d600feb49](https://github.com/powerhouse-inc/powerhouse/commit/d600feb49))
1160
+ - **design-system:** copy assets to dist folder to enable relative path import ([de5cb5e4e](https://github.com/powerhouse-inc/powerhouse/commit/de5cb5e4e))
1161
+ - **monorepo:** add build-cli to old release workflow ([a30624bd2](https://github.com/powerhouse-inc/powerhouse/commit/a30624bd2))
1162
+
1163
+ ### ❤️ Thank You
1164
+
1165
+ - acaldas @acaldas
1166
+ - Ryan Wolhuter @ryanwolhuter
1167
+ - ryanwolhuter @ryanwolhuter
1168
+
1169
+ ## 6.0.0-dev.40 (2026-02-12)
1170
+
1171
+ ### 🚀 Features
1172
+
1173
+ - **monorepo:** add shared package ([#2324](https://github.com/powerhouse-inc/powerhouse/pull/2324))
1174
+
1175
+ ### ❤️ Thank You
1176
+
1177
+ - Ryan Wolhuter @ryanwolhuter
1178
+
1179
+ ## 6.0.0-dev.39 (2026-02-11)
1180
+
1181
+ ### 🚀 Features
1182
+
1183
+ - **reactor,codegen:** handle processor apps in cli ([#2319](https://github.com/powerhouse-inc/powerhouse/pull/2319))
1184
+
1185
+ ### ❤️ Thank You
1186
+
1187
+ - Ryan Wolhuter @ryanwolhuter
1188
+
1189
+ ## 6.0.0-dev.38 (2026-02-10)
1190
+
1191
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
1192
+
1193
+ ## 6.0.0-dev.37 (2026-02-10)
1194
+
1195
+ ### 🚀 Features
1196
+
1197
+ - **reactor-api:** added nested operations query on phdocument and Graphql client update ([67584e3fc](https://github.com/powerhouse-inc/powerhouse/commit/67584e3fc))
1198
+
1199
+ ### ❤️ Thank You
1200
+
1201
+ - acaldas
1202
+
1203
+ ## 6.0.0-dev.36 (2026-02-06)
1204
+
1205
+ ### 🚀 Features
1206
+
1207
+ - **codegen:** use bun for the slowest tests ([#2303](https://github.com/powerhouse-inc/powerhouse/pull/2303))
1208
+
1209
+ ### ❤️ Thank You
1210
+
1211
+ - Ryan Wolhuter @ryanwolhuter
1212
+
1213
+ ## 6.0.0-dev.35 (2026-02-06)
1214
+
1215
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
1216
+
1217
+ ## 6.0.0-dev.34 (2026-02-05)
1218
+
1219
+ ### 🚀 Features
1220
+
1221
+ - **codegen:** update processors codegen ([#2293](https://github.com/powerhouse-inc/powerhouse/pull/2293))
1222
+
1223
+ ### 🩹 Fixes
1224
+
1225
+ - **ci:** allow release to continue when academy build fails ([477d9ef71](https://github.com/powerhouse-inc/powerhouse/commit/477d9ef71))
1226
+
1227
+ ### 🔥 Performance
1228
+
1229
+ - **document-model:** optimize getDocumentLastModified from O(n log n) to O(n) ([bb94ff310](https://github.com/powerhouse-inc/powerhouse/commit/bb94ff310))
1230
+
1231
+ ### ❤️ Thank You
1232
+
1233
+ - Frank
1234
+ - Ryan Wolhuter @ryanwolhuter
1235
+ - Samuel Hawksby-Robinson @Samyoul
1236
+
1237
+ ## 6.0.0-dev.33 (2026-02-05)
1238
+
1239
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
1240
+
1241
+ ## 6.0.0-dev.32 (2026-02-04)
1242
+
1243
+ ### 🩹 Fixes
1244
+
1245
+ - remove duplicate trigger-downstream from publish-docker-images ([1f70c8041](https://github.com/powerhouse-inc/powerhouse/commit/1f70c8041))
1246
+
1247
+ ### ❤️ Thank You
1248
+
1249
+ - Frank
1250
+
1251
+ ## 6.0.0-dev.31 (2026-02-04)
1252
+
1253
+ ### 🚀 Features
1254
+
1255
+ - trigger powerhouse-demo after release ([f5b63728d](https://github.com/powerhouse-inc/powerhouse/commit/f5b63728d))
1256
+ - **profiling:** add Pyroscope monitoring to reactor-direct ([2c7779229](https://github.com/powerhouse-inc/powerhouse/commit/2c7779229))
1257
+ - **profiling:** add reactor-direct.ts for direct reactor performance profiling ([806714e27](https://github.com/powerhouse-inc/powerhouse/commit/806714e27))
1258
+ - align document-model-subgraph with ReactorSubgraph patterns ([0c0813ef7](https://github.com/powerhouse-inc/powerhouse/commit/0c0813ef7))
1259
+ - add new document model subgraph with new reactor API ([a282586c3](https://github.com/powerhouse-inc/powerhouse/commit/a282586c3))
1260
+
1261
+ ### 🩹 Fixes
1262
+
1263
+ - linting issues ([e1eb2c806](https://github.com/powerhouse-inc/powerhouse/commit/e1eb2c806))
1264
+ - ignore release.ts ([25a40d2a6](https://github.com/powerhouse-inc/powerhouse/commit/25a40d2a6))
1265
+
1266
+ ### ❤️ Thank You
1267
+
1268
+ - Benjamin Jordan
1269
+ - Frank
1270
+ - Guillermo Puente @gpuente
1271
+ - Samuel Hawksby-Robinson @Samyoul
1272
+
1273
+ ## 6.0.0-dev.30 (2026-02-03)
1274
+
1275
+ ### 🩹 Fixes
1276
+
1277
+ - **release:** ignore errors on git stage ([e0c10d604](https://github.com/powerhouse-inc/powerhouse/commit/e0c10d604))
1278
+ - **releases:** remove problematic publish dry run ([8b9b065b9](https://github.com/powerhouse-inc/powerhouse/commit/8b9b065b9))
1279
+ - **releases:** include git side effects check in all booleans ([19c44503d](https://github.com/powerhouse-inc/powerhouse/commit/19c44503d))
1280
+
1281
+ ### ❤️ Thank You
1282
+
1283
+ - ryanwolhuter @ryanwolhuter
1284
+
1285
+ ## 6.0.0-dev.29 (2026-02-03)
1286
+
1287
+ ### 🚀 Features
1288
+
1289
+ - **release:** add doc comments ([3ab9879d4](https://github.com/powerhouse-inc/powerhouse/commit/3ab9879d4))
1290
+ - **monorepo:** simplified release workflow ([#2276](https://github.com/powerhouse-inc/powerhouse/pull/2276))
1291
+
1292
+ ### 🩹 Fixes
1293
+
1294
+ - package.json onlyBuilt ([3b6165267](https://github.com/powerhouse-inc/powerhouse/commit/3b6165267))
1295
+ - **release:** move checkout action ([4ed305d57](https://github.com/powerhouse-inc/powerhouse/commit/4ed305d57))
1296
+
1297
+ ### ❤️ Thank You
1298
+
1299
+ - Benjamin Jordan (@thegoldenmule)
1300
+ - Ryan Wolhuter @ryanwolhuter
1301
+ - ryanwolhuter @ryanwolhuter
1302
+
1303
+ ## 6.0.0-dev.28 (2026-01-31)
1304
+
1305
+ ### 🚀 Features
1306
+
1307
+ - add e2e tests to simulate ([6ba43d19b](https://github.com/powerhouse-inc/powerhouse/commit/6ba43d19b))
1308
+ - adding signal handlers and removing old feature flags ([f08253a2d](https://github.com/powerhouse-inc/powerhouse/commit/f08253a2d))
1309
+
1310
+ ### ❤️ Thank You
1311
+
1312
+ - Benjamin Jordan (@thegoldenmule)
1313
+
1314
+ ## 6.0.0-dev.27 (2026-01-30)
1315
+
1316
+ ### 🚀 Features
1317
+
1318
+ - renown sdk improvements ([bc1099d94](https://github.com/powerhouse-inc/powerhouse/commit/bc1099d94))
1319
+ - **ph-cmd:** fix forwarding and versioning bug ([#2272](https://github.com/powerhouse-inc/powerhouse/pull/2272))
1320
+
1321
+ ### ❤️ Thank You
1322
+
1323
+ - acaldas
1324
+ - Ryan Wolhuter @ryanwolhuter
1325
+
1326
+ ## 6.0.0-dev.26 (2026-01-29)
1327
+
1328
+ ### 🚀 Features
1329
+
1330
+ - update minimum node version to 24 ([7a71107c5](https://github.com/powerhouse-inc/powerhouse/commit/7a71107c5))
1331
+
1332
+ ### 🩹 Fixes
1333
+
1334
+ - undo my changes to the tsc script ([0a36d0a49](https://github.com/powerhouse-inc/powerhouse/commit/0a36d0a49))
1335
+
1336
+ ### ❤️ Thank You
1337
+
1338
+ - acaldas @acaldas
1339
+ - Benjamin Jordan (@thegoldenmule)
1340
+
1341
+ ## 6.0.0-dev.25 (2026-01-28)
1342
+
1343
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
1344
+
1345
+ ## 6.0.0-dev.24 (2026-01-27)
1346
+
1347
+ ### 🚀 Features
1348
+
1349
+ - **switchboard:** enhance pyroscope profiler with wall and heap support ([254c0cea9](https://github.com/powerhouse-inc/powerhouse/commit/254c0cea9))
1350
+ - **monorepo:** ensure the same typescript version is used everywhere ([#2258](https://github.com/powerhouse-inc/powerhouse/pull/2258))
1351
+
1352
+ ### 🩹 Fixes
1353
+
1354
+ - **vetra,switchboard:** fix TypeScript errors in permission tests and profiler ([7726f95a3](https://github.com/powerhouse-inc/powerhouse/commit/7726f95a3))
1355
+
1356
+ ### ❤️ Thank You
1357
+
1358
+ - Frank
1359
+ - Ryan Wolhuter @ryanwolhuter
1360
+
1361
+ ## 6.0.0-dev.23 (2026-01-27)
1362
+
1363
+ ### 🚀 Features
1364
+
1365
+ - **monorepo:** add diff filter to exclude deleted files in changed files action ([e86961e79](https://github.com/powerhouse-inc/powerhouse/commit/e86961e79))
1366
+ - **academy:** added release slides to academy project ([eab5e56fe](https://github.com/powerhouse-inc/powerhouse/commit/eab5e56fe))
1367
+
1368
+ ### ❤️ Thank You
1369
+
1370
+ - acaldas @acaldas
1371
+ - ryanwolhuter @ryanwolhuter
1372
+
1373
+ ## 6.0.0-dev.22 (2026-01-27)
1374
+
1375
+ ### 🩹 Fixes
1376
+
1377
+ - **monorepo:** inefficient workflows ([#2250](https://github.com/powerhouse-inc/powerhouse/pull/2250))
1378
+
1379
+ ### ❤️ Thank You
1380
+
1381
+ - Ryan Wolhuter @ryanwolhuter
1382
+
1383
+ ## 6.0.0-dev.21 (2026-01-27)
1384
+
1385
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
1386
+
1387
+ ## 6.0.0-dev.20 (2026-01-26)
1388
+
1389
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
1390
+
1391
+ ## 6.0.0-dev.19 (2026-01-26)
1392
+
1393
+ ### 🩹 Fixes
1394
+
1395
+ - **docker:** add ph-cli to global install for switchboard ([6cea7f52e](https://github.com/powerhouse-inc/powerhouse/commit/6cea7f52e))
1396
+
1397
+ ### ❤️ Thank You
1398
+
1399
+ - Frank
1400
+
1
1401
  ## 6.0.0-dev.18 (2026-01-26)
2
1402
 
3
1403
  ### 🚀 Features
@@ -98,7 +1498,7 @@ This was a version bump only for @powerhousedao/switchboard to align it with oth
98
1498
  ### 🚀 Features
99
1499
 
100
1500
  - **design-system:** default styles tweaks and DocumentStateViewer ([c0a66720c](https://github.com/powerhouse-inc/powerhouse/commit/c0a66720c))
101
- - **ci:** deploy staging tenant from release/staging/* branches ([8761579e7](https://github.com/powerhouse-inc/powerhouse/commit/8761579e7))
1501
+ - **ci:** deploy staging tenant from release/staging/\* branches ([8761579e7](https://github.com/powerhouse-inc/powerhouse/commit/8761579e7))
102
1502
  - **ci:** add Harbor registry to docker image publishing ([f3a2fab69](https://github.com/powerhouse-inc/powerhouse/commit/f3a2fab69))
103
1503
 
104
1504
  ### 🩹 Fixes
@@ -2723,7 +4123,7 @@ This was a version bump only for @powerhousedao/switchboard to align it with oth
2723
4123
 
2724
4124
  - **reactor-api:** init project ([#388](https://github.com/powerhouse-inc/powerhouse/pull/388))
2725
4125
 
2726
- ### ❤️ Thank You
4126
+ ### ❤️ Thank You
2727
4127
 
2728
4128
  - acaldas
2729
4129
 
@@ -2737,7 +4137,7 @@ This was a version bump only for @powerhousedao/switchboard to align it with oth
2737
4137
 
2738
4138
  - Updated @powerhousedao/reactor-api to 1.1.0
2739
4139
 
2740
- ### ❤️ Thank You
4140
+ ### ❤️ Thank You
2741
4141
 
2742
4142
  - acaldas
2743
4143
 
@@ -2751,6 +4151,6 @@ This was a version bump only for @powerhousedao/switchboard to align it with oth
2751
4151
 
2752
4152
  - Updated @powerhousedao/general-document-indexer to 1.1.0
2753
4153
 
2754
- ### ❤️ Thank You
4154
+ ### ❤️ Thank You
2755
4155
 
2756
- - acaldas
4156
+ - acaldas