@powerhousedao/switchboard 6.0.0-dev.6 → 6.0.0-dev.61

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.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,539 @@
1
+ ## 6.0.0-dev.61 (2026-02-27)
2
+
3
+ ### 🚀 Features
4
+
5
+ - **ci:** update k8s-hosting academy image tag after docker publish ([0b98b73a9](https://github.com/powerhouse-inc/powerhouse/commit/0b98b73a9))
6
+ - add bundle step for ph cli ([#2375](https://github.com/powerhouse-inc/powerhouse/pull/2375))
7
+
8
+ ### ❤️ Thank You
9
+
10
+ - Frank
11
+ - Ryan Wolhuter @ryanwolhuter
12
+
13
+ ## 6.0.0-dev.60 (2026-02-27)
14
+
15
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
16
+
17
+ ## 6.0.0-dev.59 (2026-02-26)
18
+
19
+ ### 🚀 Features
20
+
21
+ - use update-ts-references tool which also removes unused ones ([#2374](https://github.com/powerhouse-inc/powerhouse/pull/2374))
22
+
23
+ ### ❤️ Thank You
24
+
25
+ - Ryan Wolhuter @ryanwolhuter
26
+
27
+ ## 6.0.0-dev.58 (2026-02-25)
28
+
29
+ ### 🚀 Features
30
+
31
+ - added ability to configure max reshuffle depth in reactor orchestrator ([94f3ae986](https://github.com/powerhouse-inc/powerhouse/commit/94f3ae986))
32
+
33
+ ### 🔥 Performance
34
+
35
+ - **reducer:** pre-allocate operation arrays to avoid resize overhead ([1cf1c0078](https://github.com/powerhouse-inc/powerhouse/commit/1cf1c0078))
36
+
37
+ ### ❤️ Thank You
38
+
39
+ - Benjamin Jordan
40
+ - Samuel Hawksby-Robinson @Samyoul
41
+
42
+ ## 6.0.0-dev.57 (2026-02-24)
43
+
44
+ ### 🚀 Features
45
+
46
+ - run sync integration test as part of reactor flow ([7dea8bf3e](https://github.com/powerhouse-inc/powerhouse/commit/7dea8bf3e))
47
+
48
+ ### 🩹 Fixes
49
+
50
+ - switchboard needs build:misc ([916f761b8](https://github.com/powerhouse-inc/powerhouse/commit/916f761b8))
51
+ - arg, workflow changes should trigger the workflow ([645cca08f](https://github.com/powerhouse-inc/powerhouse/commit/645cca08f))
52
+ - build step before integration test ([0b6b48f74](https://github.com/powerhouse-inc/powerhouse/commit/0b6b48f74))
53
+
54
+ ### ❤️ Thank You
55
+
56
+ - Benjamin Jordan
57
+
58
+ ## 6.0.0-dev.56 (2026-02-21)
59
+
60
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
61
+
62
+ ## 6.0.0-dev.55 (2026-02-20)
63
+
64
+ ### 🚀 Features
65
+
66
+ - test-connect and reactor gql updates to pass along more context ([ae581e8e8](https://github.com/powerhouse-inc/powerhouse/commit/ae581e8e8))
67
+
68
+ ### ❤️ Thank You
69
+
70
+ - Benjamin Jordan
71
+
72
+ ## 6.0.0-dev.54 (2026-02-19)
73
+
74
+ ### 🚀 Features
75
+
76
+ - wip orchestrator for the test-client ([186d7c015](https://github.com/powerhouse-inc/powerhouse/commit/186d7c015))
77
+ - **connect:** build tweaks ([22b6bc7d5](https://github.com/powerhouse-inc/powerhouse/commit/22b6bc7d5))
78
+ - improved logging on vetra, switchboard and connect ([3fb127687](https://github.com/powerhouse-inc/powerhouse/commit/3fb127687))
79
+
80
+ ### 🩹 Fixes
81
+
82
+ - **ph-cli,switchboard:** create preview drive on new reactor ([1e5ed8794](https://github.com/powerhouse-inc/powerhouse/commit/1e5ed8794))
83
+
84
+ ### ❤️ Thank You
85
+
86
+ - acaldas @acaldas
87
+ - Benjamin Jordan
88
+
89
+ ## 6.0.0-dev.53 (2026-02-18)
90
+
91
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
92
+
93
+ ## 6.0.0-dev.52 (2026-02-17)
94
+
95
+ ### 🩹 Fixes
96
+
97
+ - **reactor-api:** improved subgraph path matching and removed name parameter from reactor subgraph ([dcadf7fb3](https://github.com/powerhouse-inc/powerhouse/commit/dcadf7fb3))
98
+
99
+ ### ❤️ Thank You
100
+
101
+ - acaldas @acaldas
102
+
103
+ ## 6.0.0-dev.51 (2026-02-17)
104
+
105
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
106
+
107
+ ## 6.0.0-dev.50 (2026-02-17)
108
+
109
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
110
+
111
+ ## 6.0.0-dev.49 (2026-02-17)
112
+
113
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
114
+
115
+ ## 6.0.0-dev.47 (2026-02-17)
116
+
117
+ ### 🩹 Fixes
118
+
119
+ - **monorepo:** make shared package publicly available ([#2348](https://github.com/powerhouse-inc/powerhouse/pull/2348))
120
+
121
+ ### ❤️ Thank You
122
+
123
+ - Ryan Wolhuter @ryanwolhuter
124
+
125
+ ## 6.0.0-dev.46 (2026-02-17)
126
+
127
+ ### 🚀 Features
128
+
129
+ - **connect:** re enable processors in connect ([#2342](https://github.com/powerhouse-inc/powerhouse/pull/2342))
130
+
131
+ ### ❤️ Thank You
132
+
133
+ - Ryan Wolhuter @ryanwolhuter
134
+
135
+ ## 6.0.0-dev.45 (2026-02-16)
136
+
137
+ ### 🚀 Features
138
+
139
+ - **monorepo:** ensure shared is only in dev deps ([#2341](https://github.com/powerhouse-inc/powerhouse/pull/2341))
140
+
141
+ ### ❤️ Thank You
142
+
143
+ - Ryan Wolhuter @ryanwolhuter
144
+
145
+ ## 6.0.0-dev.44 (2026-02-15)
146
+
147
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
148
+
149
+ ## 6.0.0-dev.43 (2026-02-14)
150
+
151
+ ### 🚀 Features
152
+
153
+ - **monorepo:** move more shared stuff to shared ([#2335](https://github.com/powerhouse-inc/powerhouse/pull/2335))
154
+
155
+ ### ❤️ Thank You
156
+
157
+ - Ryan Wolhuter @ryanwolhuter
158
+
159
+ ## 6.0.0-dev.42 (2026-02-13)
160
+
161
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
162
+
163
+ ## 6.0.0-dev.41 (2026-02-12)
164
+
165
+ ### 🚀 Features
166
+
167
+ - **monorepo:** use catalog for other shared deps ([#2330](https://github.com/powerhouse-inc/powerhouse/pull/2330))
168
+ - **vetra:** add processor apps input to vetra ([#2329](https://github.com/powerhouse-inc/powerhouse/pull/2329))
169
+
170
+ ### 🩹 Fixes
171
+
172
+ - **builder-tools:** use same class-variance-authority as design-systom ([d600feb49](https://github.com/powerhouse-inc/powerhouse/commit/d600feb49))
173
+ - **design-system:** copy assets to dist folder to enable relative path import ([de5cb5e4e](https://github.com/powerhouse-inc/powerhouse/commit/de5cb5e4e))
174
+ - **monorepo:** add build-cli to old release workflow ([a30624bd2](https://github.com/powerhouse-inc/powerhouse/commit/a30624bd2))
175
+
176
+ ### ❤️ Thank You
177
+
178
+ - acaldas @acaldas
179
+ - Ryan Wolhuter @ryanwolhuter
180
+ - ryanwolhuter @ryanwolhuter
181
+
182
+ ## 6.0.0-dev.40 (2026-02-12)
183
+
184
+ ### 🚀 Features
185
+
186
+ - **monorepo:** add shared package ([#2324](https://github.com/powerhouse-inc/powerhouse/pull/2324))
187
+
188
+ ### ❤️ Thank You
189
+
190
+ - Ryan Wolhuter @ryanwolhuter
191
+
192
+ ## 6.0.0-dev.39 (2026-02-11)
193
+
194
+ ### 🚀 Features
195
+
196
+ - **reactor,codegen:** handle processor apps in cli ([#2319](https://github.com/powerhouse-inc/powerhouse/pull/2319))
197
+
198
+ ### ❤️ Thank You
199
+
200
+ - Ryan Wolhuter @ryanwolhuter
201
+
202
+ ## 6.0.0-dev.38 (2026-02-10)
203
+
204
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
205
+
206
+ ## 6.0.0-dev.37 (2026-02-10)
207
+
208
+ ### 🚀 Features
209
+
210
+ - **reactor-api:** added nested operations query on phdocument and Graphql client update ([67584e3fc](https://github.com/powerhouse-inc/powerhouse/commit/67584e3fc))
211
+
212
+ ### ❤️ Thank You
213
+
214
+ - acaldas
215
+
216
+ ## 6.0.0-dev.36 (2026-02-06)
217
+
218
+ ### 🚀 Features
219
+
220
+ - **codegen:** use bun for the slowest tests ([#2303](https://github.com/powerhouse-inc/powerhouse/pull/2303))
221
+
222
+ ### ❤️ Thank You
223
+
224
+ - Ryan Wolhuter @ryanwolhuter
225
+
226
+ ## 6.0.0-dev.35 (2026-02-06)
227
+
228
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
229
+
230
+ ## 6.0.0-dev.34 (2026-02-05)
231
+
232
+ ### 🚀 Features
233
+
234
+ - **codegen:** update processors codegen ([#2293](https://github.com/powerhouse-inc/powerhouse/pull/2293))
235
+
236
+ ### 🩹 Fixes
237
+
238
+ - **ci:** allow release to continue when academy build fails ([477d9ef71](https://github.com/powerhouse-inc/powerhouse/commit/477d9ef71))
239
+
240
+ ### 🔥 Performance
241
+
242
+ - **document-model:** optimize getDocumentLastModified from O(n log n) to O(n) ([bb94ff310](https://github.com/powerhouse-inc/powerhouse/commit/bb94ff310))
243
+
244
+ ### ❤️ Thank You
245
+
246
+ - Frank
247
+ - Ryan Wolhuter @ryanwolhuter
248
+ - Samuel Hawksby-Robinson @Samyoul
249
+
250
+ ## 6.0.0-dev.33 (2026-02-05)
251
+
252
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
253
+
254
+ ## 6.0.0-dev.32 (2026-02-04)
255
+
256
+ ### 🩹 Fixes
257
+
258
+ - remove duplicate trigger-downstream from publish-docker-images ([1f70c8041](https://github.com/powerhouse-inc/powerhouse/commit/1f70c8041))
259
+
260
+ ### ❤️ Thank You
261
+
262
+ - Frank
263
+
264
+ ## 6.0.0-dev.31 (2026-02-04)
265
+
266
+ ### 🚀 Features
267
+
268
+ - trigger powerhouse-demo after release ([f5b63728d](https://github.com/powerhouse-inc/powerhouse/commit/f5b63728d))
269
+ - **profiling:** add Pyroscope monitoring to reactor-direct ([2c7779229](https://github.com/powerhouse-inc/powerhouse/commit/2c7779229))
270
+ - **profiling:** add reactor-direct.ts for direct reactor performance profiling ([806714e27](https://github.com/powerhouse-inc/powerhouse/commit/806714e27))
271
+ - align document-model-subgraph with ReactorSubgraph patterns ([0c0813ef7](https://github.com/powerhouse-inc/powerhouse/commit/0c0813ef7))
272
+ - add new document model subgraph with new reactor API ([a282586c3](https://github.com/powerhouse-inc/powerhouse/commit/a282586c3))
273
+
274
+ ### 🩹 Fixes
275
+
276
+ - linting issues ([e1eb2c806](https://github.com/powerhouse-inc/powerhouse/commit/e1eb2c806))
277
+ - ignore release.ts ([25a40d2a6](https://github.com/powerhouse-inc/powerhouse/commit/25a40d2a6))
278
+
279
+ ### ❤️ Thank You
280
+
281
+ - Benjamin Jordan
282
+ - Frank
283
+ - Guillermo Puente @gpuente
284
+ - Samuel Hawksby-Robinson @Samyoul
285
+
286
+ ## 6.0.0-dev.30 (2026-02-03)
287
+
288
+ ### 🩹 Fixes
289
+
290
+ - **release:** ignore errors on git stage ([e0c10d604](https://github.com/powerhouse-inc/powerhouse/commit/e0c10d604))
291
+ - **releases:** remove problematic publish dry run ([8b9b065b9](https://github.com/powerhouse-inc/powerhouse/commit/8b9b065b9))
292
+ - **releases:** include git side effects check in all booleans ([19c44503d](https://github.com/powerhouse-inc/powerhouse/commit/19c44503d))
293
+
294
+ ### ❤️ Thank You
295
+
296
+ - ryanwolhuter @ryanwolhuter
297
+
298
+ ## 6.0.0-dev.29 (2026-02-03)
299
+
300
+ ### 🚀 Features
301
+
302
+ - **release:** add doc comments ([3ab9879d4](https://github.com/powerhouse-inc/powerhouse/commit/3ab9879d4))
303
+ - **monorepo:** simplified release workflow ([#2276](https://github.com/powerhouse-inc/powerhouse/pull/2276))
304
+
305
+ ### 🩹 Fixes
306
+
307
+ - package.json onlyBuilt ([3b6165267](https://github.com/powerhouse-inc/powerhouse/commit/3b6165267))
308
+ - **release:** move checkout action ([4ed305d57](https://github.com/powerhouse-inc/powerhouse/commit/4ed305d57))
309
+
310
+ ### ❤️ Thank You
311
+
312
+ - Benjamin Jordan (@thegoldenmule)
313
+ - Ryan Wolhuter @ryanwolhuter
314
+ - ryanwolhuter @ryanwolhuter
315
+
316
+ ## 6.0.0-dev.28 (2026-01-31)
317
+
318
+ ### 🚀 Features
319
+
320
+ - add e2e tests to simulate ([6ba43d19b](https://github.com/powerhouse-inc/powerhouse/commit/6ba43d19b))
321
+ - adding signal handlers and removing old feature flags ([f08253a2d](https://github.com/powerhouse-inc/powerhouse/commit/f08253a2d))
322
+
323
+ ### ❤️ Thank You
324
+
325
+ - Benjamin Jordan (@thegoldenmule)
326
+
327
+ ## 6.0.0-dev.27 (2026-01-30)
328
+
329
+ ### 🚀 Features
330
+
331
+ - renown sdk improvements ([bc1099d94](https://github.com/powerhouse-inc/powerhouse/commit/bc1099d94))
332
+ - **ph-cmd:** fix forwarding and versioning bug ([#2272](https://github.com/powerhouse-inc/powerhouse/pull/2272))
333
+
334
+ ### ❤️ Thank You
335
+
336
+ - acaldas
337
+ - Ryan Wolhuter @ryanwolhuter
338
+
339
+ ## 6.0.0-dev.26 (2026-01-29)
340
+
341
+ ### 🚀 Features
342
+
343
+ - update minimum node version to 24 ([7a71107c5](https://github.com/powerhouse-inc/powerhouse/commit/7a71107c5))
344
+
345
+ ### 🩹 Fixes
346
+
347
+ - undo my changes to the tsc script ([0a36d0a49](https://github.com/powerhouse-inc/powerhouse/commit/0a36d0a49))
348
+
349
+ ### ❤️ Thank You
350
+
351
+ - acaldas @acaldas
352
+ - Benjamin Jordan (@thegoldenmule)
353
+
354
+ ## 6.0.0-dev.25 (2026-01-28)
355
+
356
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
357
+
358
+ ## 6.0.0-dev.24 (2026-01-27)
359
+
360
+ ### 🚀 Features
361
+
362
+ - **switchboard:** enhance pyroscope profiler with wall and heap support ([254c0cea9](https://github.com/powerhouse-inc/powerhouse/commit/254c0cea9))
363
+ - **monorepo:** ensure the same typescript version is used everywhere ([#2258](https://github.com/powerhouse-inc/powerhouse/pull/2258))
364
+
365
+ ### 🩹 Fixes
366
+
367
+ - **vetra,switchboard:** fix TypeScript errors in permission tests and profiler ([7726f95a3](https://github.com/powerhouse-inc/powerhouse/commit/7726f95a3))
368
+
369
+ ### ❤️ Thank You
370
+
371
+ - Frank
372
+ - Ryan Wolhuter @ryanwolhuter
373
+
374
+ ## 6.0.0-dev.23 (2026-01-27)
375
+
376
+ ### 🚀 Features
377
+
378
+ - **monorepo:** add diff filter to exclude deleted files in changed files action ([e86961e79](https://github.com/powerhouse-inc/powerhouse/commit/e86961e79))
379
+ - **academy:** added release slides to academy project ([eab5e56fe](https://github.com/powerhouse-inc/powerhouse/commit/eab5e56fe))
380
+
381
+ ### ❤️ Thank You
382
+
383
+ - acaldas @acaldas
384
+ - ryanwolhuter @ryanwolhuter
385
+
386
+ ## 6.0.0-dev.22 (2026-01-27)
387
+
388
+ ### 🩹 Fixes
389
+
390
+ - **monorepo:** inefficient workflows ([#2250](https://github.com/powerhouse-inc/powerhouse/pull/2250))
391
+
392
+ ### ❤️ Thank You
393
+
394
+ - Ryan Wolhuter @ryanwolhuter
395
+
396
+ ## 6.0.0-dev.21 (2026-01-27)
397
+
398
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
399
+
400
+ ## 6.0.0-dev.20 (2026-01-26)
401
+
402
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
403
+
404
+ ## 6.0.0-dev.19 (2026-01-26)
405
+
406
+ ### 🩹 Fixes
407
+
408
+ - **docker:** add ph-cli to global install for switchboard ([6cea7f52e](https://github.com/powerhouse-inc/powerhouse/commit/6cea7f52e))
409
+
410
+ ### ❤️ Thank You
411
+
412
+ - Frank
413
+
414
+ ## 6.0.0-dev.18 (2026-01-26)
415
+
416
+ ### 🚀 Features
417
+
418
+ - **ph-cli, ph-cmd:** use cmd ts for remaining ph cmd commands ([#2209](https://github.com/powerhouse-inc/powerhouse/pull/2209))
419
+
420
+ ### 🩹 Fixes
421
+
422
+ - trailing newline in publish-docker-images workflow ([7d2e30db4](https://github.com/powerhouse-inc/powerhouse/commit/7d2e30db4))
423
+ - **ci:** remove deploy-k8s from publish-docker-images workflow ([c5869e82f](https://github.com/powerhouse-inc/powerhouse/commit/c5869e82f))
424
+
425
+ ### ❤️ Thank You
426
+
427
+ - Frank
428
+ - Ryan Wolhuter @ryanwolhuter
429
+
430
+ ## 6.0.0-dev.17 (2026-01-26)
431
+
432
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
433
+
434
+ ## 6.0.0-dev.16 (2026-01-24)
435
+
436
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
437
+
438
+ ## 6.0.0-dev.15 (2026-01-23)
439
+
440
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
441
+
442
+ ## 6.0.0-dev.14 (2026-01-22)
443
+
444
+ ### 🩹 Fixes
445
+
446
+ - pnpm filtering ([3875e271c](https://github.com/powerhouse-inc/powerhouse/commit/3875e271c))
447
+ - do not run profiling tests by default ([a196a19da](https://github.com/powerhouse-inc/powerhouse/commit/a196a19da))
448
+ - **profiling:** add TypeScript configuration for profiling scripts ([d0ee094c7](https://github.com/powerhouse-inc/powerhouse/commit/d0ee094c7))
449
+ - **design-system:** declare document-drive and reactor-browser as runtime dependencies ([3db4afa38](https://github.com/powerhouse-inc/powerhouse/commit/3db4afa38))
450
+
451
+ ### ❤️ Thank You
452
+
453
+ - acaldas @acaldas
454
+ - Benjamin Jordan (@thegoldenmule)
455
+ - Samuel Hawksby-Robinson @Samyoul
456
+
457
+ ## 6.0.0-dev.13 (2026-01-21)
458
+
459
+ ### 🚀 Features
460
+
461
+ - add workflow to trigger downstream package updates ([e8c6cce75](https://github.com/powerhouse-inc/powerhouse/commit/e8c6cce75))
462
+
463
+ ### ❤️ Thank You
464
+
465
+ - Frank
466
+
467
+ ## 6.0.0-dev.12 (2026-01-20)
468
+
469
+ ### 🩹 Fixes
470
+
471
+ - **docker:** install prettier globally for ph init project ([7817c65ba](https://github.com/powerhouse-inc/powerhouse/commit/7817c65ba))
472
+
473
+ ### ❤️ Thank You
474
+
475
+ - Frank
476
+
477
+ ## 6.0.0-dev.11 (2026-01-20)
478
+
479
+ ### 🩹 Fixes
480
+
481
+ - **monorepo:** exclude root package from recursive build to prevent infinite loop ([099139393](https://github.com/powerhouse-inc/powerhouse/commit/099139393))
482
+ - **codegen:** fix failing codegen tests ([#2227](https://github.com/powerhouse-inc/powerhouse/pull/2227))
483
+
484
+ ### ❤️ Thank You
485
+
486
+ - Frank
487
+ - Ryan Wolhuter @ryanwolhuter
488
+
489
+ ## 6.0.0-dev.10 (2026-01-19)
490
+
491
+ ### 🚀 Features
492
+
493
+ - **ph-cmd:** move dependencies to dev dependencies ([8aa16c346](https://github.com/powerhouse-inc/powerhouse/commit/8aa16c346))
494
+
495
+ ### ❤️ Thank You
496
+
497
+ - ryanwolhuter @ryanwolhuter
498
+
499
+ ## 6.0.0-dev.9 (2026-01-19)
500
+
501
+ ### 🚀 Features
502
+
503
+ - **ph-cmd:** test build with bun ([#2225](https://github.com/powerhouse-inc/powerhouse/pull/2225))
504
+
505
+ ### ❤️ Thank You
506
+
507
+ - Ryan Wolhuter @ryanwolhuter
508
+
509
+ ## 6.0.0-dev.8 (2026-01-17)
510
+
511
+ ### 🚀 Features
512
+
513
+ - **design-system:** default styles tweaks and DocumentStateViewer ([c0a66720c](https://github.com/powerhouse-inc/powerhouse/commit/c0a66720c))
514
+ - **ci:** deploy staging tenant from release/staging/* branches ([8761579e7](https://github.com/powerhouse-inc/powerhouse/commit/8761579e7))
515
+ - **ci:** add Harbor registry to docker image publishing ([f3a2fab69](https://github.com/powerhouse-inc/powerhouse/commit/f3a2fab69))
516
+
517
+ ### 🩹 Fixes
518
+
519
+ - **switchboard:** keep prisma db push before running migrations ([e666de869](https://github.com/powerhouse-inc/powerhouse/commit/e666de869))
520
+ - **switchboard:** use ph switchboard --migrate for database migrations ([d4ee55a23](https://github.com/powerhouse-inc/powerhouse/commit/d4ee55a23))
521
+
522
+ ### ❤️ Thank You
523
+
524
+ - acaldas @acaldas
525
+ - Frank
526
+
527
+ ## 6.0.0-dev.7 (2026-01-16)
528
+
529
+ ### 🩹 Fixes
530
+
531
+ - **ph-cmd:** do not publish dependencies in cli ([0f5296d02](https://github.com/powerhouse-inc/powerhouse/commit/0f5296d02))
532
+
533
+ ### ❤️ Thank You
534
+
535
+ - ryanwolhuter @ryanwolhuter
536
+
1
537
  ## 6.0.0-dev.6 (2026-01-16)
2
538
 
3
539
  ### 🩹 Fixes
package/Dockerfile CHANGED
@@ -1,5 +1,5 @@
1
1
  # Build stage
2
- FROM node:22-alpine AS build
2
+ FROM node:24-alpine AS build
3
3
 
4
4
  WORKDIR /app
5
5
 
@@ -19,8 +19,8 @@ RUN pnpm config set @jsr:registry https://npm.jsr.io
19
19
  ARG TAG=latest
20
20
  ARG PH_PACKAGES=""
21
21
 
22
- # Install ph-cmd and prisma
23
- RUN pnpm add -g ph-cmd@$TAG prisma@5.17.0
22
+ # Install ph-cmd, prisma, and prettier
23
+ RUN pnpm add -g ph-cmd@$TAG prisma@5.17.0 prettier
24
24
 
25
25
  # Initialize project based on tag
26
26
  RUN case "$TAG" in \
@@ -44,7 +44,7 @@ RUN if [ -n "$PH_PACKAGES" ]; then \
44
44
  RUN prisma generate --schema node_modules/document-drive/dist/prisma/schema.prisma
45
45
 
46
46
  # Final stage - slim node image
47
- FROM node:22-alpine
47
+ FROM node:24-alpine
48
48
 
49
49
  WORKDIR /app
50
50
 
package/dist/src/index.js CHANGED
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env node
2
2
  import { config } from "./config.js";
3
3
  import { startSwitchboard } from "./server.js";
4
- function ensureNodeVersion(minVersion = "22") {
4
+ function ensureNodeVersion(minVersion = "24") {
5
5
  const version = process.versions.node;
6
6
  if (!version) {
7
7
  return;
@@ -12,7 +12,7 @@ function ensureNodeVersion(minVersion = "22") {
12
12
  }
13
13
  }
14
14
  // Ensure minimum Node.js version
15
- ensureNodeVersion("22");
15
+ ensureNodeVersion("24");
16
16
  process.on("SIGINT", () => {
17
17
  console.log("\nShutting down...");
18
18
  process.exit(0);
@@ -1,4 +1,9 @@
1
1
  import type { PyroscopeConfig } from "@pyroscope/nodejs";
2
2
  export declare function initProfilerFromEnv(env: typeof process.env): Promise<void>;
3
- export declare function initProfiler(options?: PyroscopeConfig): Promise<void>;
3
+ interface ProfilerFlags {
4
+ wallEnabled?: boolean;
5
+ heapEnabled?: boolean;
6
+ }
7
+ export declare function initProfiler(options?: PyroscopeConfig, flags?: ProfilerFlags): Promise<void>;
8
+ export {};
4
9
  //# sourceMappingURL=profiler.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"profiler.d.ts","sourceRoot":"","sources":["../../src/profiler.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAEzD,wBAAsB,mBAAmB,CAAC,GAAG,EAAE,OAAO,OAAO,CAAC,GAAG,iBAehE;AAED,wBAAsB,YAAY,CAAC,OAAO,CAAC,EAAE,eAAe,iBAK3D"}
1
+ {"version":3,"file":"profiler.d.ts","sourceRoot":"","sources":["../../src/profiler.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAEzD,wBAAsB,mBAAmB,CAAC,GAAG,EAAE,OAAO,OAAO,CAAC,GAAG,iBAgChE;AAED,UAAU,aAAa;IACrB,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,WAAW,CAAC,EAAE,OAAO,CAAC;CACvB;AAED,wBAAsB,YAAY,CAChC,OAAO,CAAC,EAAE,eAAe,EACzB,KAAK,GAAE,aAAyD,iBAqBjE"}
@@ -1,17 +1,43 @@
1
1
  export async function initProfilerFromEnv(env) {
2
- const { PYROSCOPE_SERVER_ADDRESS: serverAddress, PYROSCOPE_APPLICATION_NAME: appName, PYROSCOPE_USER: basicAuthUser, PYROSCOPE_PASSWORD: basicAuthPassword, } = env;
2
+ const { PYROSCOPE_SERVER_ADDRESS: serverAddress, PYROSCOPE_APPLICATION_NAME: appName, PYROSCOPE_USER: basicAuthUser, PYROSCOPE_PASSWORD: basicAuthPassword, PYROSCOPE_WALL_ENABLED: wallEnabled, PYROSCOPE_HEAP_ENABLED: heapEnabled, } = env;
3
3
  const options = {
4
4
  serverAddress,
5
5
  appName,
6
6
  basicAuthUser,
7
7
  basicAuthPassword,
8
+ // Wall profiling captures wall-clock time (includes async I/O waits)
9
+ // This shows GraphQL resolvers even when waiting for database
10
+ wall: {
11
+ samplingDurationMs: 10000, // 10 second sampling windows
12
+ samplingIntervalMicros: 10000, // 10ms sampling interval (100 samples/sec)
13
+ collectCpuTime: true, // Also collect CPU time alongside wall time
14
+ },
15
+ // Heap profiling for memory allocation tracking
16
+ heap: {
17
+ samplingIntervalBytes: 512 * 1024, // Sample every 512KB allocated
18
+ stackDepth: 64, // Capture deeper stacks for better context
19
+ },
8
20
  };
9
- return initProfiler(options);
21
+ return initProfiler(options, {
22
+ wallEnabled: wallEnabled !== "false",
23
+ heapEnabled: heapEnabled === "true",
24
+ });
10
25
  }
11
- export async function initProfiler(options) {
26
+ export async function initProfiler(options, flags = { wallEnabled: true, heapEnabled: false }) {
12
27
  console.log("Initializing Pyroscope profiler at:", options?.serverAddress);
13
- const Pyroscope = await import("@pyroscope/nodejs");
28
+ console.log(" Wall profiling:", flags.wallEnabled ? "enabled" : "disabled");
29
+ console.log(" Heap profiling:", flags.heapEnabled ? "enabled" : "disabled");
30
+ const { default: Pyroscope } = await import("@pyroscope/nodejs");
14
31
  Pyroscope.init(options);
15
- Pyroscope.start();
32
+ // Start wall profiling (captures async I/O time - shows resolvers)
33
+ if (flags.wallEnabled) {
34
+ Pyroscope.startWallProfiling();
35
+ }
36
+ // Start CPU profiling (captures CPU-bound work)
37
+ Pyroscope.startCpuProfiling();
38
+ // Optionally start heap profiling (memory allocations)
39
+ if (flags.heapEnabled) {
40
+ Pyroscope.startHeapProfiling();
41
+ }
16
42
  }
17
43
  //# sourceMappingURL=profiler.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"profiler.js","sourceRoot":"","sources":["../../src/profiler.ts"],"names":[],"mappings":"AAEA,MAAM,CAAC,KAAK,UAAU,mBAAmB,CAAC,GAAuB;IAC/D,MAAM,EACJ,wBAAwB,EAAE,aAAa,EACvC,0BAA0B,EAAE,OAAO,EACnC,cAAc,EAAE,aAAa,EAC7B,kBAAkB,EAAE,iBAAiB,GACtC,GAAG,GAAG,CAAC;IAER,MAAM,OAAO,GAAoB;QAC/B,aAAa;QACb,OAAO;QACP,aAAa;QACb,iBAAiB;KAClB,CAAC;IACF,OAAO,YAAY,CAAC,OAAO,CAAC,CAAC;AAC/B,CAAC;AAED,MAAM,CAAC,KAAK,UAAU,YAAY,CAAC,OAAyB;IAC1D,OAAO,CAAC,GAAG,CAAC,qCAAqC,EAAE,OAAO,EAAE,aAAa,CAAC,CAAC;IAC3E,MAAM,SAAS,GAAG,MAAM,MAAM,CAAC,mBAAmB,CAAC,CAAC;IACpD,SAAS,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;IACxB,SAAS,CAAC,KAAK,EAAE,CAAC;AACpB,CAAC"}
1
+ {"version":3,"file":"profiler.js","sourceRoot":"","sources":["../../src/profiler.ts"],"names":[],"mappings":"AAEA,MAAM,CAAC,KAAK,UAAU,mBAAmB,CAAC,GAAuB;IAC/D,MAAM,EACJ,wBAAwB,EAAE,aAAa,EACvC,0BAA0B,EAAE,OAAO,EACnC,cAAc,EAAE,aAAa,EAC7B,kBAAkB,EAAE,iBAAiB,EACrC,sBAAsB,EAAE,WAAW,EACnC,sBAAsB,EAAE,WAAW,GACpC,GAAG,GAAG,CAAC;IAER,MAAM,OAAO,GAAoB;QAC/B,aAAa;QACb,OAAO;QACP,aAAa;QACb,iBAAiB;QACjB,qEAAqE;QACrE,8DAA8D;QAC9D,IAAI,EAAE;YACJ,kBAAkB,EAAE,KAAK,EAAE,6BAA6B;YACxD,sBAAsB,EAAE,KAAK,EAAE,2CAA2C;YAC1E,cAAc,EAAE,IAAI,EAAE,4CAA4C;SACnE;QACD,gDAAgD;QAChD,IAAI,EAAE;YACJ,qBAAqB,EAAE,GAAG,GAAG,IAAI,EAAE,+BAA+B;YAClE,UAAU,EAAE,EAAE,EAAE,2CAA2C;SAC5D;KACF,CAAC;IACF,OAAO,YAAY,CAAC,OAAO,EAAE;QAC3B,WAAW,EAAE,WAAW,KAAK,OAAO;QACpC,WAAW,EAAE,WAAW,KAAK,MAAM;KACpC,CAAC,CAAC;AACL,CAAC;AAOD,MAAM,CAAC,KAAK,UAAU,YAAY,CAChC,OAAyB,EACzB,QAAuB,EAAE,WAAW,EAAE,IAAI,EAAE,WAAW,EAAE,KAAK,EAAE;IAEhE,OAAO,CAAC,GAAG,CAAC,qCAAqC,EAAE,OAAO,EAAE,aAAa,CAAC,CAAC;IAC3E,OAAO,CAAC,GAAG,CAAC,mBAAmB,EAAE,KAAK,CAAC,WAAW,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,UAAU,CAAC,CAAC;IAC7E,OAAO,CAAC,GAAG,CAAC,mBAAmB,EAAE,KAAK,CAAC,WAAW,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,UAAU,CAAC,CAAC;IAE7E,MAAM,EAAE,OAAO,EAAE,SAAS,EAAE,GAAG,MAAM,MAAM,CAAC,mBAAmB,CAAC,CAAC;IACjE,SAAS,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;IAExB,mEAAmE;IACnE,IAAI,KAAK,CAAC,WAAW,EAAE,CAAC;QACtB,SAAS,CAAC,kBAAkB,EAAE,CAAC;IACjC,CAAC;IAED,gDAAgD;IAChD,SAAS,CAAC,iBAAiB,EAAE,CAAC;IAE9B,uDAAuD;IACvD,IAAI,KAAK,CAAC,WAAW,EAAE,CAAC;QACtB,SAAS,CAAC,kBAAkB,EAAE,CAAC;IACjC,CAAC;AACH,CAAC"}
@@ -0,0 +1,16 @@
1
+ import { type IRenown } from "@renown/sdk/node";
2
+ export interface RenownOptions {
3
+ /** Path to the keypair file. Defaults to .ph/.keypair.json in cwd */
4
+ keypairPath?: string;
5
+ /** If true, won't generate a new keypair if none exists */
6
+ requireExisting?: boolean;
7
+ /** Base url of the Renown instance to use */
8
+ baseUrl?: string;
9
+ }
10
+ /**
11
+ * Initialize Renown for the Switchboard instance.
12
+ * This allows Switchboard to authenticate with remote services
13
+ * using the same identity established during `ph login`.
14
+ */
15
+ export declare function initRenown(options?: RenownOptions): Promise<IRenown | null>;
16
+ //# sourceMappingURL=renown.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"renown.d.ts","sourceRoot":"","sources":["../../src/renown.ts"],"names":[],"mappings":"AACA,OAAO,EAKL,KAAK,OAAO,EACb,MAAM,kBAAkB,CAAC;AAI1B,MAAM,WAAW,aAAa;IAC5B,qEAAqE;IACrE,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,2DAA2D;IAC3D,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B,6CAA6C;IAC7C,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB;AAED;;;;GAIG;AACH,wBAAsB,UAAU,CAC9B,OAAO,GAAE,aAAkB,GAC1B,OAAO,CAAC,OAAO,GAAG,IAAI,CAAC,CAqCzB"}