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

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