@powerhousedao/switchboard 6.0.0-dev.11 → 6.0.0-dev.111

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 (47) hide show
  1. package/Auth.md +45 -27
  2. package/CHANGELOG.md +927 -5
  3. package/Dockerfile +4 -4
  4. package/README.md +13 -12
  5. package/dist/src/config.d.ts +1 -1
  6. package/dist/src/config.d.ts.map +1 -1
  7. package/dist/src/index.js +33 -5
  8. package/dist/src/index.js.map +1 -1
  9. package/dist/src/metrics.d.ts +7 -0
  10. package/dist/src/metrics.d.ts.map +1 -0
  11. package/dist/src/metrics.js +34 -0
  12. package/dist/src/metrics.js.map +1 -0
  13. package/dist/src/profiler.d.ts +6 -1
  14. package/dist/src/profiler.d.ts.map +1 -1
  15. package/dist/src/profiler.js +31 -5
  16. package/dist/src/profiler.js.map +1 -1
  17. package/dist/src/renown.d.ts +16 -0
  18. package/dist/src/renown.d.ts.map +1 -0
  19. package/dist/src/renown.js +33 -0
  20. package/dist/src/renown.js.map +1 -0
  21. package/dist/src/server.d.ts +0 -1
  22. package/dist/src/server.d.ts.map +1 -1
  23. package/dist/src/server.js +135 -140
  24. package/dist/src/server.js.map +1 -1
  25. package/dist/src/types.d.ts +25 -18
  26. package/dist/src/types.d.ts.map +1 -1
  27. package/dist/src/utils.d.ts +2 -3
  28. package/dist/src/utils.d.ts.map +1 -1
  29. package/dist/src/utils.js +3 -32
  30. package/dist/src/utils.js.map +1 -1
  31. package/dist/test/metrics.test.d.ts +2 -0
  32. package/dist/test/metrics.test.d.ts.map +1 -0
  33. package/dist/test/metrics.test.js +121 -0
  34. package/dist/test/metrics.test.js.map +1 -0
  35. package/dist/tsconfig.tsbuildinfo +1 -1
  36. package/dist/vitest.config.d.ts +3 -0
  37. package/dist/vitest.config.d.ts.map +1 -0
  38. package/dist/vitest.config.js +15 -0
  39. package/dist/vitest.config.js.map +1 -0
  40. package/package.json +31 -22
  41. package/test/metrics.test.ts +202 -0
  42. package/tsconfig.json +17 -4
  43. package/vitest.config.ts +15 -0
  44. package/dist/src/connect-crypto.d.ts +0 -41
  45. package/dist/src/connect-crypto.d.ts.map +0 -1
  46. package/dist/src/connect-crypto.js +0 -127
  47. package/dist/src/connect-crypto.js.map +0 -1
package/CHANGELOG.md CHANGED
@@ -1,3 +1,925 @@
1
+ ## 6.0.0-dev.111 (2026-03-25)
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.110 (2026-03-25)
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.109 (2026-03-24)
10
+
11
+ ### 🚀 Features
12
+
13
+ - **vetra-e2e:** add editor creation, registry publish, and consumer install e2e tests ([a215a7d7e](https://github.com/powerhouse-inc/powerhouse/commit/a215a7d7e))
14
+
15
+ ### 🩹 Fixes
16
+
17
+ - **switchboard:** use DATABASE_URL for read model storage instead of PGlite ([fabdf4e96](https://github.com/powerhouse-inc/powerhouse/commit/fabdf4e96))
18
+ - **switchboard:** cast api.app.handle to Express for Vite middleware mount ([87197a864](https://github.com/powerhouse-inc/powerhouse/commit/87197a864))
19
+ - lockfile ([292187fae](https://github.com/powerhouse-inc/powerhouse/commit/292187fae))
20
+
21
+ ### ❤️ Thank You
22
+
23
+ - Benjamin Jordan
24
+ - Frank
25
+ - Guillermo Puente @gpuente
26
+ - Samuel Hawksby-Robinson @Samyoul
27
+
28
+ ## 6.0.0-dev.108 (2026-03-24)
29
+
30
+ ### 🚀 Features
31
+
32
+ - register vetra document models and processors in switchboard ([b50da707e](https://github.com/powerhouse-inc/powerhouse/commit/b50da707e))
33
+ - **switchboard:** add DYNAMIC_MODEL_LOADING feature flag ([50aa9c40e](https://github.com/powerhouse-inc/powerhouse/commit/50aa9c40e))
34
+ - add document drive bundle step ([4c5085630](https://github.com/powerhouse-inc/powerhouse/commit/4c5085630))
35
+ - bundle cli shared stuff separately ([0f1f1ed8e](https://github.com/powerhouse-inc/powerhouse/commit/0f1f1ed8e))
36
+ - move shared cli types ([437455beb](https://github.com/powerhouse-inc/powerhouse/commit/437455beb))
37
+ - deal with an absolutely ridiculous amount of wrong exports ([d45e52ab9](https://github.com/powerhouse-inc/powerhouse/commit/d45e52ab9))
38
+ - **switchboard:** resolve registry URL from powerhouse.config.json ([a524fa593](https://github.com/powerhouse-inc/powerhouse/commit/a524fa593))
39
+ - dang that's a lot of files ([d7c198c22](https://github.com/powerhouse-inc/powerhouse/commit/d7c198c22))
40
+ - add versioned deps as dep of vetra-e2e ([884de81e5](https://github.com/powerhouse-inc/powerhouse/commit/884de81e5))
41
+ - update config for versioned documents test package ([a29d6b9ab](https://github.com/powerhouse-inc/powerhouse/commit/a29d6b9ab))
42
+ - make vetra a common package in connect ([4b366d892](https://github.com/powerhouse-inc/powerhouse/commit/4b366d892))
43
+ - re-implement package manager and add start connect function ([1fd9946b4](https://github.com/powerhouse-inc/powerhouse/commit/1fd9946b4))
44
+ - add build command ([b8427cbca](https://github.com/powerhouse-inc/powerhouse/commit/b8427cbca))
45
+ - remove dependency on knex from analytics engine browser ([e87e0c75a](https://github.com/powerhouse-inc/powerhouse/commit/e87e0c75a))
46
+ - **vetra:** do not bundle processors isomorphically ([6f9d380a6](https://github.com/powerhouse-inc/powerhouse/commit/6f9d380a6))
47
+ - **registry:** use tsdown in registry ([fd3da952b](https://github.com/powerhouse-inc/powerhouse/commit/fd3da952b))
48
+ - **analytics-engine:** use tsdown in analytics engine ([ef8bce39c](https://github.com/powerhouse-inc/powerhouse/commit/ef8bce39c))
49
+ - **builder-tools:** use tsdown for builder tools ([076657a43](https://github.com/powerhouse-inc/powerhouse/commit/076657a43))
50
+ - **ph-cmd:** use tsdown for ph-cmd ([23ea5bc8d](https://github.com/powerhouse-inc/powerhouse/commit/23ea5bc8d))
51
+ - start using tsdown ([b8b03f73a](https://github.com/powerhouse-inc/powerhouse/commit/b8b03f73a))
52
+ - **ph-cli:** use tsdown to bundle ph-cli ([b32726fc1](https://github.com/powerhouse-inc/powerhouse/commit/b32726fc1))
53
+ - add tsdown ([276222480](https://github.com/powerhouse-inc/powerhouse/commit/276222480))
54
+
55
+ ### 🩹 Fixes
56
+
57
+ - include academy tenant in dev releases ([a459f0edf](https://github.com/powerhouse-inc/powerhouse/commit/a459f0edf))
58
+ - add retry loop for k8s push race conditions ([31659b5e3](https://github.com/powerhouse-inc/powerhouse/commit/31659b5e3))
59
+ - deps ([cbb8c5da9](https://github.com/powerhouse-inc/powerhouse/commit/cbb8c5da9))
60
+ - codegen tests ([b857b8ab6](https://github.com/powerhouse-inc/powerhouse/commit/b857b8ab6))
61
+ - **reactor-api:** resolve tsconfig path aliases in switchboard's Vite SSR loader ([dd812a933](https://github.com/powerhouse-inc/powerhouse/commit/dd812a933))
62
+ - **document-drive:** fix tsc build and prisma ESM \_\_dirname error ([f0c252d96](https://github.com/powerhouse-inc/powerhouse/commit/f0c252d96))
63
+ - stop mixing node and browser code ([9d5513533](https://github.com/powerhouse-inc/powerhouse/commit/9d5513533))
64
+ - always build css after bundle ([36dca2c95](https://github.com/powerhouse-inc/powerhouse/commit/36dca2c95))
65
+ - always build css after bundling ([565d11dca](https://github.com/powerhouse-inc/powerhouse/commit/565d11dca))
66
+ - so much, too much to even describe ([4aa9ebf54](https://github.com/powerhouse-inc/powerhouse/commit/4aa9ebf54))
67
+ - e2e tests ([d1bfe5f08](https://github.com/powerhouse-inc/powerhouse/commit/d1bfe5f08))
68
+ - **connect,vetra:** move vite plugin node polyfills to specific packages ([e3b0fa37b](https://github.com/powerhouse-inc/powerhouse/commit/e3b0fa37b))
69
+ - strange export style in reactor browser which caused circular references ([683e17196](https://github.com/powerhouse-inc/powerhouse/commit/683e17196))
70
+ - handle both node and browser types ([90f793133](https://github.com/powerhouse-inc/powerhouse/commit/90f793133))
71
+
72
+ ### ❤️ Thank You
73
+
74
+ - Frank
75
+ - Guillermo Puente @gpuente
76
+ - ryanwolhuter @ryanwolhuter
77
+
78
+ ## 6.0.0-dev.107 (2026-03-23)
79
+
80
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
81
+
82
+ ## 6.0.0-dev.106 (2026-03-23)
83
+
84
+ ### 🚀 Features
85
+
86
+ - add ph build command 2 ([#2415](https://github.com/powerhouse-inc/powerhouse/pull/2415))
87
+
88
+ ### 🩹 Fixes
89
+
90
+ - **release:** remove stale build-connect step, now covered by build-bundle ([e00eed45a](https://github.com/powerhouse-inc/powerhouse/commit/e00eed45a))
91
+ - add git pull --rebase before push in k8s update jobs to avoid race conditions ([fa7af726f](https://github.com/powerhouse-inc/powerhouse/commit/fa7af726f))
92
+
93
+ ### ❤️ Thank You
94
+
95
+ - Frank
96
+ - Ryan Wolhuter @ryanwolhuter
97
+
98
+ ## 6.0.0-dev.105 (2026-03-23)
99
+
100
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
101
+
102
+ ## 6.0.0-dev.104 (2026-03-22)
103
+
104
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
105
+
106
+ ## 6.0.0-dev.103 (2026-03-21)
107
+
108
+ ### 🩹 Fixes
109
+
110
+ - **reactor:** temporary fix for deleting documents and cleaning up all edges too -- very costly ([8a15a0604](https://github.com/powerhouse-inc/powerhouse/commit/8a15a0604))
111
+
112
+ ### ❤️ Thank You
113
+
114
+ - Benjamin Jordan
115
+
116
+ ## 6.0.0-dev.102 (2026-03-20)
117
+
118
+ ### 🩹 Fixes
119
+
120
+ - 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))
121
+ - **builder-tools,reactor-browser:** bundling fixes ([59dfd75b6](https://github.com/powerhouse-inc/powerhouse/commit/59dfd75b6))
122
+
123
+ ### ❤️ Thank You
124
+
125
+ - acaldas @acaldas
126
+ - Benjamin Jordan
127
+
128
+ ## 6.0.0-dev.101 (2026-03-20)
129
+
130
+ ### 🚀 Features
131
+
132
+ - **examples:** add Discord webhook processor example ([fc09a4d66](https://github.com/powerhouse-inc/powerhouse/commit/fc09a4d66))
133
+
134
+ ### ❤️ Thank You
135
+
136
+ - Benjamin Jordan
137
+ - Claude Opus 4.6
138
+
139
+ ## 6.0.0-dev.100 (2026-03-19)
140
+
141
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
142
+
143
+ ## 6.0.0-dev.99 (2026-03-18)
144
+
145
+ ### 🚀 Features
146
+
147
+ - **test-subscription:** adding a cli test-client for testing reactor api subscriptions ([563a8ac7d](https://github.com/powerhouse-inc/powerhouse/commit/563a8ac7d))
148
+
149
+ ### 🩹 Fixes
150
+
151
+ - updated pnpm-lock ([c2843dc5b](https://github.com/powerhouse-inc/powerhouse/commit/c2843dc5b))
152
+
153
+ ### ❤️ Thank You
154
+
155
+ - acaldas
156
+ - Benjamin Jordan
157
+
158
+ ## 6.0.0-dev.98 (2026-03-18)
159
+
160
+ ### 🩹 Fixes
161
+
162
+ - **connect:** declare dependencies ([6aa6910d3](https://github.com/powerhouse-inc/powerhouse/commit/6aa6910d3))
163
+
164
+ ### ❤️ Thank You
165
+
166
+ - acaldas
167
+
168
+ ## 6.0.0-dev.97 (2026-03-18)
169
+
170
+ ### 🩹 Fixes
171
+
172
+ - **design-system:** removed zod dependency ([fdc7c2ef7](https://github.com/powerhouse-inc/powerhouse/commit/fdc7c2ef7))
173
+
174
+ ### ❤️ Thank You
175
+
176
+ - acaldas @acaldas
177
+
178
+ ## 6.0.0-dev.96 (2026-03-17)
179
+
180
+ ### 🩹 Fixes
181
+
182
+ - **switchboard:** avoid double /v1/metrics suffix in OTLP exporter URL ([c184093c3](https://github.com/powerhouse-inc/powerhouse/commit/c184093c3))
183
+ - **switchboard:** enforce OTel provider registration ordering via StartServerOptions ([c797fd242](https://github.com/powerhouse-inc/powerhouse/commit/c797fd242))
184
+
185
+ ### ❤️ Thank You
186
+
187
+ - Samuel Hawksby-Robinson @Samyoul
188
+
189
+ ## 6.0.0-dev.95 (2026-03-17)
190
+
191
+ ### 🚀 Features
192
+
193
+ - **switchboard:** add OTel metrics export via OTEL_EXPORTER_OTLP_ENDPOINT ([52f34aa1f](https://github.com/powerhouse-inc/powerhouse/commit/52f34aa1f))
194
+
195
+ ### 🩹 Fixes
196
+
197
+ - **codegen:** added missing deps to boilerplate ([721dcb581](https://github.com/powerhouse-inc/powerhouse/commit/721dcb581))
198
+ - **switchboard:** derive exportTimeoutMillis from exportIntervalMillis ([775a77f3b](https://github.com/powerhouse-inc/powerhouse/commit/775a77f3b))
199
+ - **switchboard:** set exportTimeoutMillis to stay under shutdown deadline ([341d88d9e](https://github.com/powerhouse-inc/powerhouse/commit/341d88d9e))
200
+ - **switchboard:** address further OTel metrics review feedback ([dee185ba8](https://github.com/powerhouse-inc/powerhouse/commit/dee185ba8))
201
+ - **switchboard:** address OTel metrics review feedback ([c5ac016fc](https://github.com/powerhouse-inc/powerhouse/commit/c5ac016fc))
202
+
203
+ ### ❤️ Thank You
204
+
205
+ - acaldas @acaldas
206
+ - Samuel Hawksby-Robinson @Samyoul
207
+
208
+ ## 6.0.0-dev.94 (2026-03-17)
209
+
210
+ ### 🩹 Fixes
211
+
212
+ - **common:** added missing runtime dependencies ([b0f647f75](https://github.com/powerhouse-inc/powerhouse/commit/b0f647f75))
213
+
214
+ ### ❤️ Thank You
215
+
216
+ - acaldas @acaldas
217
+
218
+ ## 6.0.0-dev.93 (2026-03-17)
219
+
220
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
221
+
222
+ ## 6.0.0-dev.92 (2026-03-17)
223
+
224
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
225
+
226
+ ## 6.0.0-dev.91 (2026-03-17)
227
+
228
+ ### 🩹 Fixes
229
+
230
+ - adding build-bundle to simulate-ci-workflow ([ca93d1a2b](https://github.com/powerhouse-inc/powerhouse/commit/ca93d1a2b))
231
+
232
+ ### ❤️ Thank You
233
+
234
+ - Benjamin Jordan
235
+
236
+ ## 6.0.0-dev.90 (2026-03-14)
237
+
238
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
239
+
240
+ ## 6.0.0-dev.89 (2026-03-13)
241
+
242
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
243
+
244
+ ## 6.0.0-dev.88 (2026-03-12)
245
+
246
+ ### 🚀 Features
247
+
248
+ - reactor-hypercore example ([d5557973a](https://github.com/powerhouse-inc/powerhouse/commit/d5557973a))
249
+
250
+ ### ❤️ Thank You
251
+
252
+ - Benjamin Jordan
253
+
254
+ ## 6.0.0-dev.87 (2026-03-12)
255
+
256
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
257
+
258
+ ## 6.0.0-dev.86 (2026-03-12)
259
+
260
+ ### 🚀 Features
261
+
262
+ - **renown,reactor-browser:** renown integration improvements ([a65731a73](https://github.com/powerhouse-inc/powerhouse/commit/a65731a73))
263
+
264
+ ### ❤️ Thank You
265
+
266
+ - acaldas @acaldas
267
+
268
+ ## 6.0.0-dev.85 (2026-03-12)
269
+
270
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
271
+
272
+ ## 6.0.0-dev.84 (2026-03-11)
273
+
274
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
275
+
276
+ ## 6.0.0-dev.83 (2026-03-11)
277
+
278
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
279
+
280
+ ## 6.0.0-dev.82 (2026-03-11)
281
+
282
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
283
+
284
+ ## 6.0.0-dev.81 (2026-03-11)
285
+
286
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
287
+
288
+ ## 6.0.0-dev.80 (2026-03-11)
289
+
290
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
291
+
292
+ ## 6.0.0-dev.79 (2026-03-11)
293
+
294
+ ### 🚀 Features
295
+
296
+ - **ci:** add gitops action for registry image updates ([ba91d00dd](https://github.com/powerhouse-inc/powerhouse/commit/ba91d00dd))
297
+
298
+ ### ❤️ Thank You
299
+
300
+ - Frank
301
+
302
+ ## 6.0.0-dev.78 (2026-03-11)
303
+
304
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
305
+
306
+ ## 6.0.0-dev.77 (2026-03-10)
307
+
308
+ ### 🩹 Fixes
309
+
310
+ - **renown:** moved e2e script test to reactor-browser ([3c9b41045](https://github.com/powerhouse-inc/powerhouse/commit/3c9b41045))
311
+
312
+ ### ❤️ Thank You
313
+
314
+ - acaldas @acaldas
315
+
316
+ ## 6.0.0-dev.76 (2026-03-10)
317
+
318
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
319
+
320
+ ## 6.0.0-dev.75 (2026-03-10)
321
+
322
+ ### 🩹 Fixes
323
+
324
+ - **registry:** resolve catalog references in Dockerfile with sed ([765e8fbdd](https://github.com/powerhouse-inc/powerhouse/commit/765e8fbdd))
325
+ - **registry:** copy pnpm-workspace.yaml for Docker build catalog resolution ([7407700b1](https://github.com/powerhouse-inc/powerhouse/commit/7407700b1))
326
+
327
+ ### ❤️ Thank You
328
+
329
+ - Frank
330
+
331
+ ## 6.0.0-dev.74 (2026-03-10)
332
+
333
+ ### 🚀 Features
334
+
335
+ - **ci:** add registry Docker image to publish workflow ([17544abad](https://github.com/powerhouse-inc/powerhouse/commit/17544abad))
336
+
337
+ ### ❤️ Thank You
338
+
339
+ - Frank
340
+
341
+ ## 6.0.0-dev.73 (2026-03-10)
342
+
343
+ ### 🚀 Features
344
+
345
+ - opentelementry-instrumentation-reactor package ([67d5c31e5](https://github.com/powerhouse-inc/powerhouse/commit/67d5c31e5))
346
+
347
+ ### ❤️ Thank You
348
+
349
+ - Benjamin Jordan
350
+
351
+ ## 6.0.0-dev.72 (2026-03-09)
352
+
353
+ ### 🚀 Features
354
+
355
+ - **renown,reactor-browser,connect:** cleanup renown integration ([fe6112c2c](https://github.com/powerhouse-inc/powerhouse/commit/fe6112c2c))
356
+
357
+ ### ❤️ Thank You
358
+
359
+ - acaldas @acaldas
360
+
361
+ ## 6.0.0-dev.71 (2026-03-07)
362
+
363
+ ### 🚀 Features
364
+
365
+ - **connect,reactor-browser:** add dynamic package loading from HTTP registry ([f92816782](https://github.com/powerhouse-inc/powerhouse/commit/f92816782))
366
+ - **document-model,reactor-api,reactor-browser:** implemented remote document controller ([6299c21da](https://github.com/powerhouse-inc/powerhouse/commit/6299c21da))
367
+
368
+ ### 🩹 Fixes
369
+
370
+ - **reactor-browser:** removed subexports ([4cda7f44c](https://github.com/powerhouse-inc/powerhouse/commit/4cda7f44c))
371
+
372
+ ### ❤️ Thank You
373
+
374
+ - acaldas @acaldas
375
+ - Guillermo Puente @gpuente
376
+
377
+ ## 6.0.0-dev.70 (2026-03-06)
378
+
379
+ ### 🚀 Features
380
+
381
+ - **switchboard,reactor-api,registry:** add runtime dynamic pacage loading from HTTP registry ([37f91250e](https://github.com/powerhouse-inc/powerhouse/commit/37f91250e))
382
+ - add new bundling for connect ([#2390](https://github.com/powerhouse-inc/powerhouse/pull/2390))
383
+
384
+ ### 🩹 Fixes
385
+
386
+ - eslint config ([fb20b3726](https://github.com/powerhouse-inc/powerhouse/commit/fb20b3726))
387
+
388
+ ### ❤️ Thank You
389
+
390
+ - Guillermo Puente @gpuente
391
+ - Ryan Wolhuter @ryanwolhuter
392
+
393
+ ## 6.0.0-dev.69 (2026-03-05)
394
+
395
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
396
+
397
+ ## 6.0.0-dev.68 (2026-03-04)
398
+
399
+ ### 🩹 Fixes
400
+
401
+ - **vetra:** remove custom subgraphs from vetra ([3a1e3b9b0](https://github.com/powerhouse-inc/powerhouse/commit/3a1e3b9b0))
402
+ - resolve empty name causing silent ADD_FILE failure in drives ([b44ed0c1c](https://github.com/powerhouse-inc/powerhouse/commit/b44ed0c1c))
403
+ - **reactor-mcp:** adopt new reactor client interface for MCP server ([1b8e6fb19](https://github.com/powerhouse-inc/powerhouse/commit/1b8e6fb19))
404
+
405
+ ### ❤️ Thank You
406
+
407
+ - Guillermo Puente @gpuente
408
+
409
+ ## 6.0.0-dev.67 (2026-03-03)
410
+
411
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
412
+
413
+ ## 6.0.0-dev.66 (2026-03-03)
414
+
415
+ ### 🚀 Features
416
+
417
+ - move reactor logic from connect to reactor browser ([#2385](https://github.com/powerhouse-inc/powerhouse/pull/2385))
418
+
419
+ ### ❤️ Thank You
420
+
421
+ - Ryan Wolhuter @ryanwolhuter
422
+
423
+ ## 6.0.0-dev.65 (2026-03-03)
424
+
425
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
426
+
427
+ ## 6.0.0-dev.64 (2026-03-03)
428
+
429
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
430
+
431
+ ## 6.0.0-dev.62 (2026-03-03)
432
+
433
+ ### 🚀 Features
434
+
435
+ - **ci:** push academy to Harbor academy project and update k8s for academy namespace ([efbf8f58d](https://github.com/powerhouse-inc/powerhouse/commit/efbf8f58d))
436
+
437
+ ### 🩹 Fixes
438
+
439
+ - cherry-picked fixes ([a73630a6a](https://github.com/powerhouse-inc/powerhouse/commit/a73630a6a))
440
+ - moving analytics processors to shared and fixing them, fixing other linting errors toos ([0c8f7fe98](https://github.com/powerhouse-inc/powerhouse/commit/0c8f7fe98))
441
+
442
+ ### ❤️ Thank You
443
+
444
+ - Benjamin Jordan
445
+ - Frank
446
+
447
+ ## 6.0.0-dev.61 (2026-02-27)
448
+
449
+ ### 🚀 Features
450
+
451
+ - **ci:** update k8s-hosting academy image tag after docker publish ([0b98b73a9](https://github.com/powerhouse-inc/powerhouse/commit/0b98b73a9))
452
+ - add bundle step for ph cli ([#2375](https://github.com/powerhouse-inc/powerhouse/pull/2375))
453
+
454
+ ### ❤️ Thank You
455
+
456
+ - Frank
457
+ - Ryan Wolhuter @ryanwolhuter
458
+
459
+ ## 6.0.0-dev.60 (2026-02-27)
460
+
461
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
462
+
463
+ ## 6.0.0-dev.59 (2026-02-26)
464
+
465
+ ### 🚀 Features
466
+
467
+ - use update-ts-references tool which also removes unused ones ([#2374](https://github.com/powerhouse-inc/powerhouse/pull/2374))
468
+
469
+ ### ❤️ Thank You
470
+
471
+ - Ryan Wolhuter @ryanwolhuter
472
+
473
+ ## 6.0.0-dev.58 (2026-02-25)
474
+
475
+ ### 🚀 Features
476
+
477
+ - added ability to configure max reshuffle depth in reactor orchestrator ([94f3ae986](https://github.com/powerhouse-inc/powerhouse/commit/94f3ae986))
478
+
479
+ ### 🔥 Performance
480
+
481
+ - **reducer:** pre-allocate operation arrays to avoid resize overhead ([1cf1c0078](https://github.com/powerhouse-inc/powerhouse/commit/1cf1c0078))
482
+
483
+ ### ❤️ Thank You
484
+
485
+ - Benjamin Jordan
486
+ - Samuel Hawksby-Robinson @Samyoul
487
+
488
+ ## 6.0.0-dev.57 (2026-02-24)
489
+
490
+ ### 🚀 Features
491
+
492
+ - run sync integration test as part of reactor flow ([7dea8bf3e](https://github.com/powerhouse-inc/powerhouse/commit/7dea8bf3e))
493
+
494
+ ### 🩹 Fixes
495
+
496
+ - switchboard needs build:misc ([916f761b8](https://github.com/powerhouse-inc/powerhouse/commit/916f761b8))
497
+ - arg, workflow changes should trigger the workflow ([645cca08f](https://github.com/powerhouse-inc/powerhouse/commit/645cca08f))
498
+ - build step before integration test ([0b6b48f74](https://github.com/powerhouse-inc/powerhouse/commit/0b6b48f74))
499
+
500
+ ### ❤️ Thank You
501
+
502
+ - Benjamin Jordan
503
+
504
+ ## 6.0.0-dev.56 (2026-02-21)
505
+
506
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
507
+
508
+ ## 6.0.0-dev.55 (2026-02-20)
509
+
510
+ ### 🚀 Features
511
+
512
+ - test-connect and reactor gql updates to pass along more context ([ae581e8e8](https://github.com/powerhouse-inc/powerhouse/commit/ae581e8e8))
513
+
514
+ ### ❤️ Thank You
515
+
516
+ - Benjamin Jordan
517
+
518
+ ## 6.0.0-dev.54 (2026-02-19)
519
+
520
+ ### 🚀 Features
521
+
522
+ - wip orchestrator for the test-client ([186d7c015](https://github.com/powerhouse-inc/powerhouse/commit/186d7c015))
523
+ - **connect:** build tweaks ([22b6bc7d5](https://github.com/powerhouse-inc/powerhouse/commit/22b6bc7d5))
524
+ - improved logging on vetra, switchboard and connect ([3fb127687](https://github.com/powerhouse-inc/powerhouse/commit/3fb127687))
525
+
526
+ ### 🩹 Fixes
527
+
528
+ - **ph-cli,switchboard:** create preview drive on new reactor ([1e5ed8794](https://github.com/powerhouse-inc/powerhouse/commit/1e5ed8794))
529
+
530
+ ### ❤️ Thank You
531
+
532
+ - acaldas @acaldas
533
+ - Benjamin Jordan
534
+
535
+ ## 6.0.0-dev.53 (2026-02-18)
536
+
537
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
538
+
539
+ ## 6.0.0-dev.52 (2026-02-17)
540
+
541
+ ### 🩹 Fixes
542
+
543
+ - **reactor-api:** improved subgraph path matching and removed name parameter from reactor subgraph ([dcadf7fb3](https://github.com/powerhouse-inc/powerhouse/commit/dcadf7fb3))
544
+
545
+ ### ❤️ Thank You
546
+
547
+ - acaldas @acaldas
548
+
549
+ ## 6.0.0-dev.51 (2026-02-17)
550
+
551
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
552
+
553
+ ## 6.0.0-dev.50 (2026-02-17)
554
+
555
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
556
+
557
+ ## 6.0.0-dev.49 (2026-02-17)
558
+
559
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
560
+
561
+ ## 6.0.0-dev.47 (2026-02-17)
562
+
563
+ ### 🩹 Fixes
564
+
565
+ - **monorepo:** make shared package publicly available ([#2348](https://github.com/powerhouse-inc/powerhouse/pull/2348))
566
+
567
+ ### ❤️ Thank You
568
+
569
+ - Ryan Wolhuter @ryanwolhuter
570
+
571
+ ## 6.0.0-dev.46 (2026-02-17)
572
+
573
+ ### 🚀 Features
574
+
575
+ - **connect:** re enable processors in connect ([#2342](https://github.com/powerhouse-inc/powerhouse/pull/2342))
576
+
577
+ ### ❤️ Thank You
578
+
579
+ - Ryan Wolhuter @ryanwolhuter
580
+
581
+ ## 6.0.0-dev.45 (2026-02-16)
582
+
583
+ ### 🚀 Features
584
+
585
+ - **monorepo:** ensure shared is only in dev deps ([#2341](https://github.com/powerhouse-inc/powerhouse/pull/2341))
586
+
587
+ ### ❤️ Thank You
588
+
589
+ - Ryan Wolhuter @ryanwolhuter
590
+
591
+ ## 6.0.0-dev.44 (2026-02-15)
592
+
593
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
594
+
595
+ ## 6.0.0-dev.43 (2026-02-14)
596
+
597
+ ### 🚀 Features
598
+
599
+ - **monorepo:** move more shared stuff to shared ([#2335](https://github.com/powerhouse-inc/powerhouse/pull/2335))
600
+
601
+ ### ❤️ Thank You
602
+
603
+ - Ryan Wolhuter @ryanwolhuter
604
+
605
+ ## 6.0.0-dev.42 (2026-02-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.41 (2026-02-12)
610
+
611
+ ### 🚀 Features
612
+
613
+ - **monorepo:** use catalog for other shared deps ([#2330](https://github.com/powerhouse-inc/powerhouse/pull/2330))
614
+ - **vetra:** add processor apps input to vetra ([#2329](https://github.com/powerhouse-inc/powerhouse/pull/2329))
615
+
616
+ ### 🩹 Fixes
617
+
618
+ - **builder-tools:** use same class-variance-authority as design-systom ([d600feb49](https://github.com/powerhouse-inc/powerhouse/commit/d600feb49))
619
+ - **design-system:** copy assets to dist folder to enable relative path import ([de5cb5e4e](https://github.com/powerhouse-inc/powerhouse/commit/de5cb5e4e))
620
+ - **monorepo:** add build-cli to old release workflow ([a30624bd2](https://github.com/powerhouse-inc/powerhouse/commit/a30624bd2))
621
+
622
+ ### ❤️ Thank You
623
+
624
+ - acaldas @acaldas
625
+ - Ryan Wolhuter @ryanwolhuter
626
+ - ryanwolhuter @ryanwolhuter
627
+
628
+ ## 6.0.0-dev.40 (2026-02-12)
629
+
630
+ ### 🚀 Features
631
+
632
+ - **monorepo:** add shared package ([#2324](https://github.com/powerhouse-inc/powerhouse/pull/2324))
633
+
634
+ ### ❤️ Thank You
635
+
636
+ - Ryan Wolhuter @ryanwolhuter
637
+
638
+ ## 6.0.0-dev.39 (2026-02-11)
639
+
640
+ ### 🚀 Features
641
+
642
+ - **reactor,codegen:** handle processor apps in cli ([#2319](https://github.com/powerhouse-inc/powerhouse/pull/2319))
643
+
644
+ ### ❤️ Thank You
645
+
646
+ - Ryan Wolhuter @ryanwolhuter
647
+
648
+ ## 6.0.0-dev.38 (2026-02-10)
649
+
650
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
651
+
652
+ ## 6.0.0-dev.37 (2026-02-10)
653
+
654
+ ### 🚀 Features
655
+
656
+ - **reactor-api:** added nested operations query on phdocument and Graphql client update ([67584e3fc](https://github.com/powerhouse-inc/powerhouse/commit/67584e3fc))
657
+
658
+ ### ❤️ Thank You
659
+
660
+ - acaldas
661
+
662
+ ## 6.0.0-dev.36 (2026-02-06)
663
+
664
+ ### 🚀 Features
665
+
666
+ - **codegen:** use bun for the slowest tests ([#2303](https://github.com/powerhouse-inc/powerhouse/pull/2303))
667
+
668
+ ### ❤️ Thank You
669
+
670
+ - Ryan Wolhuter @ryanwolhuter
671
+
672
+ ## 6.0.0-dev.35 (2026-02-06)
673
+
674
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
675
+
676
+ ## 6.0.0-dev.34 (2026-02-05)
677
+
678
+ ### 🚀 Features
679
+
680
+ - **codegen:** update processors codegen ([#2293](https://github.com/powerhouse-inc/powerhouse/pull/2293))
681
+
682
+ ### 🩹 Fixes
683
+
684
+ - **ci:** allow release to continue when academy build fails ([477d9ef71](https://github.com/powerhouse-inc/powerhouse/commit/477d9ef71))
685
+
686
+ ### 🔥 Performance
687
+
688
+ - **document-model:** optimize getDocumentLastModified from O(n log n) to O(n) ([bb94ff310](https://github.com/powerhouse-inc/powerhouse/commit/bb94ff310))
689
+
690
+ ### ❤️ Thank You
691
+
692
+ - Frank
693
+ - Ryan Wolhuter @ryanwolhuter
694
+ - Samuel Hawksby-Robinson @Samyoul
695
+
696
+ ## 6.0.0-dev.33 (2026-02-05)
697
+
698
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
699
+
700
+ ## 6.0.0-dev.32 (2026-02-04)
701
+
702
+ ### 🩹 Fixes
703
+
704
+ - remove duplicate trigger-downstream from publish-docker-images ([1f70c8041](https://github.com/powerhouse-inc/powerhouse/commit/1f70c8041))
705
+
706
+ ### ❤️ Thank You
707
+
708
+ - Frank
709
+
710
+ ## 6.0.0-dev.31 (2026-02-04)
711
+
712
+ ### 🚀 Features
713
+
714
+ - trigger powerhouse-demo after release ([f5b63728d](https://github.com/powerhouse-inc/powerhouse/commit/f5b63728d))
715
+ - **profiling:** add Pyroscope monitoring to reactor-direct ([2c7779229](https://github.com/powerhouse-inc/powerhouse/commit/2c7779229))
716
+ - **profiling:** add reactor-direct.ts for direct reactor performance profiling ([806714e27](https://github.com/powerhouse-inc/powerhouse/commit/806714e27))
717
+ - align document-model-subgraph with ReactorSubgraph patterns ([0c0813ef7](https://github.com/powerhouse-inc/powerhouse/commit/0c0813ef7))
718
+ - add new document model subgraph with new reactor API ([a282586c3](https://github.com/powerhouse-inc/powerhouse/commit/a282586c3))
719
+
720
+ ### 🩹 Fixes
721
+
722
+ - linting issues ([e1eb2c806](https://github.com/powerhouse-inc/powerhouse/commit/e1eb2c806))
723
+ - ignore release.ts ([25a40d2a6](https://github.com/powerhouse-inc/powerhouse/commit/25a40d2a6))
724
+
725
+ ### ❤️ Thank You
726
+
727
+ - Benjamin Jordan
728
+ - Frank
729
+ - Guillermo Puente @gpuente
730
+ - Samuel Hawksby-Robinson @Samyoul
731
+
732
+ ## 6.0.0-dev.30 (2026-02-03)
733
+
734
+ ### 🩹 Fixes
735
+
736
+ - **release:** ignore errors on git stage ([e0c10d604](https://github.com/powerhouse-inc/powerhouse/commit/e0c10d604))
737
+ - **releases:** remove problematic publish dry run ([8b9b065b9](https://github.com/powerhouse-inc/powerhouse/commit/8b9b065b9))
738
+ - **releases:** include git side effects check in all booleans ([19c44503d](https://github.com/powerhouse-inc/powerhouse/commit/19c44503d))
739
+
740
+ ### ❤️ Thank You
741
+
742
+ - ryanwolhuter @ryanwolhuter
743
+
744
+ ## 6.0.0-dev.29 (2026-02-03)
745
+
746
+ ### 🚀 Features
747
+
748
+ - **release:** add doc comments ([3ab9879d4](https://github.com/powerhouse-inc/powerhouse/commit/3ab9879d4))
749
+ - **monorepo:** simplified release workflow ([#2276](https://github.com/powerhouse-inc/powerhouse/pull/2276))
750
+
751
+ ### 🩹 Fixes
752
+
753
+ - package.json onlyBuilt ([3b6165267](https://github.com/powerhouse-inc/powerhouse/commit/3b6165267))
754
+ - **release:** move checkout action ([4ed305d57](https://github.com/powerhouse-inc/powerhouse/commit/4ed305d57))
755
+
756
+ ### ❤️ Thank You
757
+
758
+ - Benjamin Jordan (@thegoldenmule)
759
+ - Ryan Wolhuter @ryanwolhuter
760
+ - ryanwolhuter @ryanwolhuter
761
+
762
+ ## 6.0.0-dev.28 (2026-01-31)
763
+
764
+ ### 🚀 Features
765
+
766
+ - add e2e tests to simulate ([6ba43d19b](https://github.com/powerhouse-inc/powerhouse/commit/6ba43d19b))
767
+ - adding signal handlers and removing old feature flags ([f08253a2d](https://github.com/powerhouse-inc/powerhouse/commit/f08253a2d))
768
+
769
+ ### ❤️ Thank You
770
+
771
+ - Benjamin Jordan (@thegoldenmule)
772
+
773
+ ## 6.0.0-dev.27 (2026-01-30)
774
+
775
+ ### 🚀 Features
776
+
777
+ - renown sdk improvements ([bc1099d94](https://github.com/powerhouse-inc/powerhouse/commit/bc1099d94))
778
+ - **ph-cmd:** fix forwarding and versioning bug ([#2272](https://github.com/powerhouse-inc/powerhouse/pull/2272))
779
+
780
+ ### ❤️ Thank You
781
+
782
+ - acaldas
783
+ - Ryan Wolhuter @ryanwolhuter
784
+
785
+ ## 6.0.0-dev.26 (2026-01-29)
786
+
787
+ ### 🚀 Features
788
+
789
+ - update minimum node version to 24 ([7a71107c5](https://github.com/powerhouse-inc/powerhouse/commit/7a71107c5))
790
+
791
+ ### 🩹 Fixes
792
+
793
+ - undo my changes to the tsc script ([0a36d0a49](https://github.com/powerhouse-inc/powerhouse/commit/0a36d0a49))
794
+
795
+ ### ❤️ Thank You
796
+
797
+ - acaldas @acaldas
798
+ - Benjamin Jordan (@thegoldenmule)
799
+
800
+ ## 6.0.0-dev.25 (2026-01-28)
801
+
802
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
803
+
804
+ ## 6.0.0-dev.24 (2026-01-27)
805
+
806
+ ### 🚀 Features
807
+
808
+ - **switchboard:** enhance pyroscope profiler with wall and heap support ([254c0cea9](https://github.com/powerhouse-inc/powerhouse/commit/254c0cea9))
809
+ - **monorepo:** ensure the same typescript version is used everywhere ([#2258](https://github.com/powerhouse-inc/powerhouse/pull/2258))
810
+
811
+ ### 🩹 Fixes
812
+
813
+ - **vetra,switchboard:** fix TypeScript errors in permission tests and profiler ([7726f95a3](https://github.com/powerhouse-inc/powerhouse/commit/7726f95a3))
814
+
815
+ ### ❤️ Thank You
816
+
817
+ - Frank
818
+ - Ryan Wolhuter @ryanwolhuter
819
+
820
+ ## 6.0.0-dev.23 (2026-01-27)
821
+
822
+ ### 🚀 Features
823
+
824
+ - **monorepo:** add diff filter to exclude deleted files in changed files action ([e86961e79](https://github.com/powerhouse-inc/powerhouse/commit/e86961e79))
825
+ - **academy:** added release slides to academy project ([eab5e56fe](https://github.com/powerhouse-inc/powerhouse/commit/eab5e56fe))
826
+
827
+ ### ❤️ Thank You
828
+
829
+ - acaldas @acaldas
830
+ - ryanwolhuter @ryanwolhuter
831
+
832
+ ## 6.0.0-dev.22 (2026-01-27)
833
+
834
+ ### 🩹 Fixes
835
+
836
+ - **monorepo:** inefficient workflows ([#2250](https://github.com/powerhouse-inc/powerhouse/pull/2250))
837
+
838
+ ### ❤️ Thank You
839
+
840
+ - Ryan Wolhuter @ryanwolhuter
841
+
842
+ ## 6.0.0-dev.21 (2026-01-27)
843
+
844
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
845
+
846
+ ## 6.0.0-dev.20 (2026-01-26)
847
+
848
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
849
+
850
+ ## 6.0.0-dev.19 (2026-01-26)
851
+
852
+ ### 🩹 Fixes
853
+
854
+ - **docker:** add ph-cli to global install for switchboard ([6cea7f52e](https://github.com/powerhouse-inc/powerhouse/commit/6cea7f52e))
855
+
856
+ ### ❤️ Thank You
857
+
858
+ - Frank
859
+
860
+ ## 6.0.0-dev.18 (2026-01-26)
861
+
862
+ ### 🚀 Features
863
+
864
+ - **ph-cli, ph-cmd:** use cmd ts for remaining ph cmd commands ([#2209](https://github.com/powerhouse-inc/powerhouse/pull/2209))
865
+
866
+ ### 🩹 Fixes
867
+
868
+ - trailing newline in publish-docker-images workflow ([7d2e30db4](https://github.com/powerhouse-inc/powerhouse/commit/7d2e30db4))
869
+ - **ci:** remove deploy-k8s from publish-docker-images workflow ([c5869e82f](https://github.com/powerhouse-inc/powerhouse/commit/c5869e82f))
870
+
871
+ ### ❤️ Thank You
872
+
873
+ - Frank
874
+ - Ryan Wolhuter @ryanwolhuter
875
+
876
+ ## 6.0.0-dev.17 (2026-01-26)
877
+
878
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
879
+
880
+ ## 6.0.0-dev.16 (2026-01-24)
881
+
882
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
883
+
884
+ ## 6.0.0-dev.15 (2026-01-23)
885
+
886
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
887
+
888
+ ## 6.0.0-dev.14 (2026-01-22)
889
+
890
+ ### 🩹 Fixes
891
+
892
+ - pnpm filtering ([3875e271c](https://github.com/powerhouse-inc/powerhouse/commit/3875e271c))
893
+ - do not run profiling tests by default ([a196a19da](https://github.com/powerhouse-inc/powerhouse/commit/a196a19da))
894
+ - **profiling:** add TypeScript configuration for profiling scripts ([d0ee094c7](https://github.com/powerhouse-inc/powerhouse/commit/d0ee094c7))
895
+ - **design-system:** declare document-drive and reactor-browser as runtime dependencies ([3db4afa38](https://github.com/powerhouse-inc/powerhouse/commit/3db4afa38))
896
+
897
+ ### ❤️ Thank You
898
+
899
+ - acaldas @acaldas
900
+ - Benjamin Jordan (@thegoldenmule)
901
+ - Samuel Hawksby-Robinson @Samyoul
902
+
903
+ ## 6.0.0-dev.13 (2026-01-21)
904
+
905
+ ### 🚀 Features
906
+
907
+ - add workflow to trigger downstream package updates ([e8c6cce75](https://github.com/powerhouse-inc/powerhouse/commit/e8c6cce75))
908
+
909
+ ### ❤️ Thank You
910
+
911
+ - Frank
912
+
913
+ ## 6.0.0-dev.12 (2026-01-20)
914
+
915
+ ### 🩹 Fixes
916
+
917
+ - **docker:** install prettier globally for ph init project ([7817c65ba](https://github.com/powerhouse-inc/powerhouse/commit/7817c65ba))
918
+
919
+ ### ❤️ Thank You
920
+
921
+ - Frank
922
+
1
923
  ## 6.0.0-dev.11 (2026-01-20)
2
924
 
3
925
  ### 🩹 Fixes
@@ -35,7 +957,7 @@
35
957
  ### 🚀 Features
36
958
 
37
959
  - **design-system:** default styles tweaks and DocumentStateViewer ([c0a66720c](https://github.com/powerhouse-inc/powerhouse/commit/c0a66720c))
38
- - **ci:** deploy staging tenant from release/staging/* branches ([8761579e7](https://github.com/powerhouse-inc/powerhouse/commit/8761579e7))
960
+ - **ci:** deploy staging tenant from release/staging/\* branches ([8761579e7](https://github.com/powerhouse-inc/powerhouse/commit/8761579e7))
39
961
  - **ci:** add Harbor registry to docker image publishing ([f3a2fab69](https://github.com/powerhouse-inc/powerhouse/commit/f3a2fab69))
40
962
 
41
963
  ### 🩹 Fixes
@@ -2660,7 +3582,7 @@ This was a version bump only for @powerhousedao/switchboard to align it with oth
2660
3582
 
2661
3583
  - **reactor-api:** init project ([#388](https://github.com/powerhouse-inc/powerhouse/pull/388))
2662
3584
 
2663
- ### ❤️ Thank You
3585
+ ### ❤️ Thank You
2664
3586
 
2665
3587
  - acaldas
2666
3588
 
@@ -2674,7 +3596,7 @@ This was a version bump only for @powerhousedao/switchboard to align it with oth
2674
3596
 
2675
3597
  - Updated @powerhousedao/reactor-api to 1.1.0
2676
3598
 
2677
- ### ❤️ Thank You
3599
+ ### ❤️ Thank You
2678
3600
 
2679
3601
  - acaldas
2680
3602
 
@@ -2688,6 +3610,6 @@ This was a version bump only for @powerhousedao/switchboard to align it with oth
2688
3610
 
2689
3611
  - Updated @powerhousedao/general-document-indexer to 1.1.0
2690
3612
 
2691
- ### ❤️ Thank You
3613
+ ### ❤️ Thank You
2692
3614
 
2693
- - acaldas
3615
+ - acaldas