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

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