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

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