@powerhousedao/switchboard 6.0.2-staging.2 → 6.0.2-staging.4

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