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