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