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