@powerhousedao/config 6.0.0-dev.12 → 6.0.0-dev.120

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,965 @@
1
+ ## 6.0.0-dev.120 (2026-03-29)
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.119 (2026-03-29)
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.118 (2026-03-28)
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.117 (2026-03-28)
14
+
15
+ This was a version bump only for @powerhousedao/config to align it with other projects, there were no code changes.
16
+
17
+ ## 6.0.0-dev.116 (2026-03-27)
18
+
19
+ ### 🚀 Features
20
+
21
+ - verify signatures on switchboard an consider actions without an app key on signer as unsigned ([c9a45d2e7](https://github.com/powerhouse-inc/powerhouse/commit/c9a45d2e7))
22
+
23
+ ### 🩹 Fixes
24
+
25
+ - **reactor-api:** deserialize signatures in pushSyncEnvelopes resolver ([ab5a33eb6](https://github.com/powerhouse-inc/powerhouse/commit/ab5a33eb6))
26
+ - dependency improvements ([a41a67741](https://github.com/powerhouse-inc/powerhouse/commit/a41a67741))
27
+ - **document-drive:** exclude self from collision check when renaming nodes ([7dfc73268](https://github.com/powerhouse-inc/powerhouse/commit/7dfc73268))
28
+
29
+ ### ❤️ Thank You
30
+
31
+ - acaldas @acaldas
32
+ - Guillermo Puente @gpuente
33
+
34
+ ## 6.0.0-dev.115 (2026-03-27)
35
+
36
+ ### 🚀 Features
37
+
38
+ - **reactor-api:** add MercuriusGatewayAdapter implementing IGatewayAdapter ([ea05779a3](https://github.com/powerhouse-inc/powerhouse/commit/ea05779a3))
39
+ - **reactor-api:** add FastifyHttpAdapter with dispatch-map design ([969d56af3](https://github.com/powerhouse-inc/powerhouse/commit/969d56af3))
40
+ - **reactor-api:** add FastifyHttpAdapter implementing IHttpAdapter ([94d3d9b48](https://github.com/powerhouse-inc/powerhouse/commit/94d3d9b48))
41
+
42
+ ### ❤️ Thank You
43
+
44
+ - Samuel Hawksby-Robinson @Samyoul
45
+
46
+ ## 6.0.0-dev.114 (2026-03-27)
47
+
48
+ ### 🚀 Features
49
+
50
+ - **registry:** simplify Dockerfile to install from npm ([7e2c2fa91](https://github.com/powerhouse-inc/powerhouse/commit/7e2c2fa91))
51
+
52
+ ### ❤️ Thank You
53
+
54
+ - acaldas @acaldas
55
+ - Claude Opus 4.6 (1M context)
56
+
57
+ ## 6.0.0-dev.113 (2026-03-27)
58
+
59
+ ### 🚀 Features
60
+
61
+ - expand codegen tests to cover new cases ([#2432](https://github.com/powerhouse-inc/powerhouse/pull/2432))
62
+
63
+ ### 🩹 Fixes
64
+
65
+ - **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))
66
+ - **codegen:** handle JSONC comments in ensureTsconfigPaths ([ae3cd38fe](https://github.com/powerhouse-inc/powerhouse/commit/ae3cd38fe))
67
+ - **vetra:** move connect dependency to root and fix CSS import ([1e288a8a9](https://github.com/powerhouse-inc/powerhouse/commit/1e288a8a9))
68
+ - **vetra:** add missing Connect boilerplate files for ph vetra ([bfe64f705](https://github.com/powerhouse-inc/powerhouse/commit/bfe64f705))
69
+
70
+ ### ❤️ Thank You
71
+
72
+ - Benjamin Jordan
73
+ - Guillermo Puente @gpuente
74
+ - Ryan Wolhuter @ryanwolhuter
75
+
76
+ ## 6.0.0-dev.112 (2026-03-26)
77
+
78
+ ### 🚀 Features
79
+
80
+ - **codegen:** e2e codegen processor tests ([08686abc6](https://github.com/powerhouse-inc/powerhouse/commit/08686abc6))
81
+
82
+ ### ❤️ Thank You
83
+
84
+ - Benjamin Jordan
85
+
86
+ ## 6.0.0-dev.111 (2026-03-25)
87
+
88
+ This was a version bump only for @powerhousedao/config to align it with other projects, there were no code changes.
89
+
90
+ ## 6.0.0-dev.110 (2026-03-25)
91
+
92
+ This was a version bump only for @powerhousedao/config to align it with other projects, there were no code changes.
93
+
94
+ ## 6.0.0-dev.109 (2026-03-24)
95
+
96
+ ### 🚀 Features
97
+
98
+ - **vetra-e2e:** add editor creation, registry publish, and consumer install e2e tests ([a215a7d7e](https://github.com/powerhouse-inc/powerhouse/commit/a215a7d7e))
99
+
100
+ ### 🩹 Fixes
101
+
102
+ - lockfile ([292187fae](https://github.com/powerhouse-inc/powerhouse/commit/292187fae))
103
+
104
+ ### ❤️ Thank You
105
+
106
+ - Benjamin Jordan
107
+ - Guillermo Puente @gpuente
108
+
109
+ ## 6.0.0-dev.108 (2026-03-24)
110
+
111
+ ### 🚀 Features
112
+
113
+ - register vetra document models and processors in switchboard ([b50da707e](https://github.com/powerhouse-inc/powerhouse/commit/b50da707e))
114
+ - add document drive bundle step ([4c5085630](https://github.com/powerhouse-inc/powerhouse/commit/4c5085630))
115
+ - bundle cli shared stuff separately ([0f1f1ed8e](https://github.com/powerhouse-inc/powerhouse/commit/0f1f1ed8e))
116
+ - move shared cli types ([437455beb](https://github.com/powerhouse-inc/powerhouse/commit/437455beb))
117
+ - deal with an absolutely ridiculous amount of wrong exports ([d45e52ab9](https://github.com/powerhouse-inc/powerhouse/commit/d45e52ab9))
118
+ - **config:** add registry provider type and resolveRegistryConfig helper ([5756e445e](https://github.com/powerhouse-inc/powerhouse/commit/5756e445e))
119
+ - dang that's a lot of files ([d7c198c22](https://github.com/powerhouse-inc/powerhouse/commit/d7c198c22))
120
+ - add versioned deps as dep of vetra-e2e ([884de81e5](https://github.com/powerhouse-inc/powerhouse/commit/884de81e5))
121
+ - update config for versioned documents test package ([a29d6b9ab](https://github.com/powerhouse-inc/powerhouse/commit/a29d6b9ab))
122
+ - make vetra a common package in connect ([4b366d892](https://github.com/powerhouse-inc/powerhouse/commit/4b366d892))
123
+ - re-implement package manager and add start connect function ([1fd9946b4](https://github.com/powerhouse-inc/powerhouse/commit/1fd9946b4))
124
+ - add build command ([b8427cbca](https://github.com/powerhouse-inc/powerhouse/commit/b8427cbca))
125
+ - remove dependency on knex from analytics engine browser ([e87e0c75a](https://github.com/powerhouse-inc/powerhouse/commit/e87e0c75a))
126
+ - **vetra:** do not bundle processors isomorphically ([6f9d380a6](https://github.com/powerhouse-inc/powerhouse/commit/6f9d380a6))
127
+ - **registry:** use tsdown in registry ([fd3da952b](https://github.com/powerhouse-inc/powerhouse/commit/fd3da952b))
128
+ - **analytics-engine:** use tsdown in analytics engine ([ef8bce39c](https://github.com/powerhouse-inc/powerhouse/commit/ef8bce39c))
129
+ - **builder-tools:** use tsdown for builder tools ([076657a43](https://github.com/powerhouse-inc/powerhouse/commit/076657a43))
130
+ - **ph-cmd:** use tsdown for ph-cmd ([23ea5bc8d](https://github.com/powerhouse-inc/powerhouse/commit/23ea5bc8d))
131
+ - start using tsdown ([b8b03f73a](https://github.com/powerhouse-inc/powerhouse/commit/b8b03f73a))
132
+ - **ph-cli:** use tsdown to bundle ph-cli ([b32726fc1](https://github.com/powerhouse-inc/powerhouse/commit/b32726fc1))
133
+ - add tsdown ([276222480](https://github.com/powerhouse-inc/powerhouse/commit/276222480))
134
+
135
+ ### 🩹 Fixes
136
+
137
+ - include academy tenant in dev releases ([a459f0edf](https://github.com/powerhouse-inc/powerhouse/commit/a459f0edf))
138
+ - add retry loop for k8s push race conditions ([31659b5e3](https://github.com/powerhouse-inc/powerhouse/commit/31659b5e3))
139
+ - deps ([cbb8c5da9](https://github.com/powerhouse-inc/powerhouse/commit/cbb8c5da9))
140
+ - codegen tests ([b857b8ab6](https://github.com/powerhouse-inc/powerhouse/commit/b857b8ab6))
141
+ - **reactor-api:** resolve tsconfig path aliases in switchboard's Vite SSR loader ([dd812a933](https://github.com/powerhouse-inc/powerhouse/commit/dd812a933))
142
+ - **document-drive:** fix tsc build and prisma ESM \_\_dirname error ([f0c252d96](https://github.com/powerhouse-inc/powerhouse/commit/f0c252d96))
143
+ - stop mixing node and browser code ([9d5513533](https://github.com/powerhouse-inc/powerhouse/commit/9d5513533))
144
+ - always build css after bundle ([36dca2c95](https://github.com/powerhouse-inc/powerhouse/commit/36dca2c95))
145
+ - always build css after bundling ([565d11dca](https://github.com/powerhouse-inc/powerhouse/commit/565d11dca))
146
+ - so much, too much to even describe ([4aa9ebf54](https://github.com/powerhouse-inc/powerhouse/commit/4aa9ebf54))
147
+ - e2e tests ([d1bfe5f08](https://github.com/powerhouse-inc/powerhouse/commit/d1bfe5f08))
148
+ - **connect,vetra:** move vite plugin node polyfills to specific packages ([e3b0fa37b](https://github.com/powerhouse-inc/powerhouse/commit/e3b0fa37b))
149
+ - strange export style in reactor browser which caused circular references ([683e17196](https://github.com/powerhouse-inc/powerhouse/commit/683e17196))
150
+ - handle both node and browser types ([90f793133](https://github.com/powerhouse-inc/powerhouse/commit/90f793133))
151
+
152
+ ### ❤️ Thank You
153
+
154
+ - Frank
155
+ - Guillermo Puente @gpuente
156
+ - ryanwolhuter @ryanwolhuter
157
+
158
+ ## 6.0.0-dev.107 (2026-03-23)
159
+
160
+ This was a version bump only for @powerhousedao/config to align it with other projects, there were no code changes.
161
+
162
+ ## 6.0.0-dev.106 (2026-03-23)
163
+
164
+ ### 🚀 Features
165
+
166
+ - add ph build command 2 ([#2415](https://github.com/powerhouse-inc/powerhouse/pull/2415))
167
+
168
+ ### 🩹 Fixes
169
+
170
+ - **release:** remove stale build-connect step, now covered by build-bundle ([e00eed45a](https://github.com/powerhouse-inc/powerhouse/commit/e00eed45a))
171
+ - add git pull --rebase before push in k8s update jobs to avoid race conditions ([fa7af726f](https://github.com/powerhouse-inc/powerhouse/commit/fa7af726f))
172
+
173
+ ### ❤️ Thank You
174
+
175
+ - Frank
176
+ - Ryan Wolhuter @ryanwolhuter
177
+
178
+ ## 6.0.0-dev.105 (2026-03-23)
179
+
180
+ This was a version bump only for @powerhousedao/config to align it with other projects, there were no code changes.
181
+
182
+ ## 6.0.0-dev.104 (2026-03-22)
183
+
184
+ This was a version bump only for @powerhousedao/config to align it with other projects, there were no code changes.
185
+
186
+ ## 6.0.0-dev.103 (2026-03-21)
187
+
188
+ ### 🩹 Fixes
189
+
190
+ - **reactor:** temporary fix for deleting documents and cleaning up all edges too -- very costly ([8a15a0604](https://github.com/powerhouse-inc/powerhouse/commit/8a15a0604))
191
+
192
+ ### ❤️ Thank You
193
+
194
+ - Benjamin Jordan
195
+
196
+ ## 6.0.0-dev.102 (2026-03-20)
197
+
198
+ ### 🩹 Fixes
199
+
200
+ - 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))
201
+ - **builder-tools,reactor-browser:** bundling fixes ([59dfd75b6](https://github.com/powerhouse-inc/powerhouse/commit/59dfd75b6))
202
+
203
+ ### ❤️ Thank You
204
+
205
+ - acaldas @acaldas
206
+ - Benjamin Jordan
207
+
208
+ ## 6.0.0-dev.101 (2026-03-20)
209
+
210
+ ### 🚀 Features
211
+
212
+ - **examples:** add Discord webhook processor example ([fc09a4d66](https://github.com/powerhouse-inc/powerhouse/commit/fc09a4d66))
213
+
214
+ ### ❤️ Thank You
215
+
216
+ - Benjamin Jordan
217
+ - Claude Opus 4.6
218
+
219
+ ## 6.0.0-dev.100 (2026-03-19)
220
+
221
+ This was a version bump only for @powerhousedao/config to align it with other projects, there were no code changes.
222
+
223
+ ## 6.0.0-dev.99 (2026-03-18)
224
+
225
+ ### 🚀 Features
226
+
227
+ - **test-subscription:** adding a cli test-client for testing reactor api subscriptions ([563a8ac7d](https://github.com/powerhouse-inc/powerhouse/commit/563a8ac7d))
228
+
229
+ ### 🩹 Fixes
230
+
231
+ - updated pnpm-lock ([c2843dc5b](https://github.com/powerhouse-inc/powerhouse/commit/c2843dc5b))
232
+
233
+ ### ❤️ Thank You
234
+
235
+ - acaldas
236
+ - Benjamin Jordan
237
+
238
+ ## 6.0.0-dev.98 (2026-03-18)
239
+
240
+ ### 🩹 Fixes
241
+
242
+ - **connect:** declare dependencies ([6aa6910d3](https://github.com/powerhouse-inc/powerhouse/commit/6aa6910d3))
243
+
244
+ ### ❤️ Thank You
245
+
246
+ - acaldas
247
+
248
+ ## 6.0.0-dev.97 (2026-03-18)
249
+
250
+ ### 🩹 Fixes
251
+
252
+ - **design-system:** removed zod dependency ([fdc7c2ef7](https://github.com/powerhouse-inc/powerhouse/commit/fdc7c2ef7))
253
+
254
+ ### ❤️ Thank You
255
+
256
+ - acaldas @acaldas
257
+
258
+ ## 6.0.0-dev.96 (2026-03-17)
259
+
260
+ This was a version bump only for @powerhousedao/config to align it with other projects, there were no code changes.
261
+
262
+ ## 6.0.0-dev.95 (2026-03-17)
263
+
264
+ ### 🚀 Features
265
+
266
+ - **switchboard:** add OTel metrics export via OTEL_EXPORTER_OTLP_ENDPOINT ([52f34aa1f](https://github.com/powerhouse-inc/powerhouse/commit/52f34aa1f))
267
+
268
+ ### 🩹 Fixes
269
+
270
+ - **codegen:** added missing deps to boilerplate ([721dcb581](https://github.com/powerhouse-inc/powerhouse/commit/721dcb581))
271
+ - **switchboard:** address OTel metrics review feedback ([c5ac016fc](https://github.com/powerhouse-inc/powerhouse/commit/c5ac016fc))
272
+
273
+ ### ❤️ Thank You
274
+
275
+ - acaldas @acaldas
276
+ - Samuel Hawksby-Robinson @Samyoul
277
+
278
+ ## 6.0.0-dev.94 (2026-03-17)
279
+
280
+ ### 🩹 Fixes
281
+
282
+ - **common:** added missing runtime dependencies ([b0f647f75](https://github.com/powerhouse-inc/powerhouse/commit/b0f647f75))
283
+
284
+ ### ❤️ Thank You
285
+
286
+ - acaldas @acaldas
287
+
288
+ ## 6.0.0-dev.93 (2026-03-17)
289
+
290
+ This was a version bump only for @powerhousedao/config to align it with other projects, there were no code changes.
291
+
292
+ ## 6.0.0-dev.92 (2026-03-17)
293
+
294
+ This was a version bump only for @powerhousedao/config to align it with other projects, there were no code changes.
295
+
296
+ ## 6.0.0-dev.91 (2026-03-17)
297
+
298
+ ### 🩹 Fixes
299
+
300
+ - adding build-bundle to simulate-ci-workflow ([ca93d1a2b](https://github.com/powerhouse-inc/powerhouse/commit/ca93d1a2b))
301
+
302
+ ### ❤️ Thank You
303
+
304
+ - Benjamin Jordan
305
+
306
+ ## 6.0.0-dev.90 (2026-03-14)
307
+
308
+ This was a version bump only for @powerhousedao/config to align it with other projects, there were no code changes.
309
+
310
+ ## 6.0.0-dev.89 (2026-03-13)
311
+
312
+ This was a version bump only for @powerhousedao/config to align it with other projects, there were no code changes.
313
+
314
+ ## 6.0.0-dev.88 (2026-03-12)
315
+
316
+ ### 🚀 Features
317
+
318
+ - reactor-hypercore example ([d5557973a](https://github.com/powerhouse-inc/powerhouse/commit/d5557973a))
319
+
320
+ ### ❤️ Thank You
321
+
322
+ - Benjamin Jordan
323
+
324
+ ## 6.0.0-dev.87 (2026-03-12)
325
+
326
+ This was a version bump only for @powerhousedao/config to align it with other projects, there were no code changes.
327
+
328
+ ## 6.0.0-dev.86 (2026-03-12)
329
+
330
+ ### 🚀 Features
331
+
332
+ - **renown,reactor-browser:** renown integration improvements ([a65731a73](https://github.com/powerhouse-inc/powerhouse/commit/a65731a73))
333
+
334
+ ### ❤️ Thank You
335
+
336
+ - acaldas @acaldas
337
+
338
+ ## 6.0.0-dev.85 (2026-03-12)
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.84 (2026-03-11)
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.83 (2026-03-11)
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.82 (2026-03-11)
351
+
352
+ This was a version bump only for @powerhousedao/config to align it with other projects, there were no code changes.
353
+
354
+ ## 6.0.0-dev.81 (2026-03-11)
355
+
356
+ This was a version bump only for @powerhousedao/config to align it with other projects, there were no code changes.
357
+
358
+ ## 6.0.0-dev.80 (2026-03-11)
359
+
360
+ This was a version bump only for @powerhousedao/config to align it with other projects, there were no code changes.
361
+
362
+ ## 6.0.0-dev.79 (2026-03-11)
363
+
364
+ ### 🚀 Features
365
+
366
+ - **ci:** add gitops action for registry image updates ([ba91d00dd](https://github.com/powerhouse-inc/powerhouse/commit/ba91d00dd))
367
+
368
+ ### ❤️ Thank You
369
+
370
+ - Frank
371
+
372
+ ## 6.0.0-dev.78 (2026-03-11)
373
+
374
+ This was a version bump only for @powerhousedao/config to align it with other projects, there were no code changes.
375
+
376
+ ## 6.0.0-dev.77 (2026-03-10)
377
+
378
+ ### 🩹 Fixes
379
+
380
+ - **renown:** moved e2e script test to reactor-browser ([3c9b41045](https://github.com/powerhouse-inc/powerhouse/commit/3c9b41045))
381
+
382
+ ### ❤️ Thank You
383
+
384
+ - acaldas @acaldas
385
+
386
+ ## 6.0.0-dev.76 (2026-03-10)
387
+
388
+ This was a version bump only for @powerhousedao/config to align it with other projects, there were no code changes.
389
+
390
+ ## 6.0.0-dev.75 (2026-03-10)
391
+
392
+ ### 🩹 Fixes
393
+
394
+ - **registry:** resolve catalog references in Dockerfile with sed ([765e8fbdd](https://github.com/powerhouse-inc/powerhouse/commit/765e8fbdd))
395
+ - **registry:** copy pnpm-workspace.yaml for Docker build catalog resolution ([7407700b1](https://github.com/powerhouse-inc/powerhouse/commit/7407700b1))
396
+
397
+ ### ❤️ Thank You
398
+
399
+ - Frank
400
+
401
+ ## 6.0.0-dev.74 (2026-03-10)
402
+
403
+ ### 🚀 Features
404
+
405
+ - **ci:** add registry Docker image to publish workflow ([17544abad](https://github.com/powerhouse-inc/powerhouse/commit/17544abad))
406
+
407
+ ### ❤️ Thank You
408
+
409
+ - Frank
410
+
411
+ ## 6.0.0-dev.73 (2026-03-10)
412
+
413
+ ### 🚀 Features
414
+
415
+ - opentelementry-instrumentation-reactor package ([67d5c31e5](https://github.com/powerhouse-inc/powerhouse/commit/67d5c31e5))
416
+
417
+ ### ❤️ Thank You
418
+
419
+ - Benjamin Jordan
420
+
421
+ ## 6.0.0-dev.72 (2026-03-09)
422
+
423
+ ### 🚀 Features
424
+
425
+ - **renown,reactor-browser,connect:** cleanup renown integration ([fe6112c2c](https://github.com/powerhouse-inc/powerhouse/commit/fe6112c2c))
426
+
427
+ ### ❤️ Thank You
428
+
429
+ - acaldas @acaldas
430
+
431
+ ## 6.0.0-dev.71 (2026-03-07)
432
+
433
+ ### 🚀 Features
434
+
435
+ - **connect,reactor-browser:** add dynamic package loading from HTTP registry ([f92816782](https://github.com/powerhouse-inc/powerhouse/commit/f92816782))
436
+ - **document-model,reactor-api,reactor-browser:** implemented remote document controller ([6299c21da](https://github.com/powerhouse-inc/powerhouse/commit/6299c21da))
437
+
438
+ ### 🩹 Fixes
439
+
440
+ - **reactor-browser:** removed subexports ([4cda7f44c](https://github.com/powerhouse-inc/powerhouse/commit/4cda7f44c))
441
+
442
+ ### ❤️ Thank You
443
+
444
+ - acaldas @acaldas
445
+ - Guillermo Puente @gpuente
446
+
447
+ ## 6.0.0-dev.70 (2026-03-06)
448
+
449
+ ### 🚀 Features
450
+
451
+ - **switchboard,reactor-api,registry:** add runtime dynamic pacage loading from HTTP registry ([37f91250e](https://github.com/powerhouse-inc/powerhouse/commit/37f91250e))
452
+ - add new bundling for connect ([#2390](https://github.com/powerhouse-inc/powerhouse/pull/2390))
453
+
454
+ ### 🩹 Fixes
455
+
456
+ - eslint config ([fb20b3726](https://github.com/powerhouse-inc/powerhouse/commit/fb20b3726))
457
+
458
+ ### ❤️ Thank You
459
+
460
+ - Guillermo Puente @gpuente
461
+ - Ryan Wolhuter @ryanwolhuter
462
+
463
+ ## 6.0.0-dev.69 (2026-03-05)
464
+
465
+ This was a version bump only for @powerhousedao/config to align it with other projects, there were no code changes.
466
+
467
+ ## 6.0.0-dev.68 (2026-03-04)
468
+
469
+ ### 🩹 Fixes
470
+
471
+ - **vetra:** remove custom subgraphs from vetra ([3a1e3b9b0](https://github.com/powerhouse-inc/powerhouse/commit/3a1e3b9b0))
472
+ - resolve empty name causing silent ADD_FILE failure in drives ([b44ed0c1c](https://github.com/powerhouse-inc/powerhouse/commit/b44ed0c1c))
473
+ - **reactor-mcp:** adopt new reactor client interface for MCP server ([1b8e6fb19](https://github.com/powerhouse-inc/powerhouse/commit/1b8e6fb19))
474
+
475
+ ### ❤️ Thank You
476
+
477
+ - Guillermo Puente @gpuente
478
+
479
+ ## 6.0.0-dev.67 (2026-03-03)
480
+
481
+ This was a version bump only for @powerhousedao/config to align it with other projects, there were no code changes.
482
+
483
+ ## 6.0.0-dev.66 (2026-03-03)
484
+
485
+ ### 🚀 Features
486
+
487
+ - move reactor logic from connect to reactor browser ([#2385](https://github.com/powerhouse-inc/powerhouse/pull/2385))
488
+
489
+ ### ❤️ Thank You
490
+
491
+ - Ryan Wolhuter @ryanwolhuter
492
+
493
+ ## 6.0.0-dev.65 (2026-03-03)
494
+
495
+ This was a version bump only for @powerhousedao/config to align it with other projects, there were no code changes.
496
+
497
+ ## 6.0.0-dev.64 (2026-03-03)
498
+
499
+ This was a version bump only for @powerhousedao/config to align it with other projects, there were no code changes.
500
+
501
+ ## 6.0.0-dev.62 (2026-03-03)
502
+
503
+ ### 🚀 Features
504
+
505
+ - **ci:** push academy to Harbor academy project and update k8s for academy namespace ([efbf8f58d](https://github.com/powerhouse-inc/powerhouse/commit/efbf8f58d))
506
+
507
+ ### 🩹 Fixes
508
+
509
+ - cherry-picked fixes ([a73630a6a](https://github.com/powerhouse-inc/powerhouse/commit/a73630a6a))
510
+ - moving analytics processors to shared and fixing them, fixing other linting errors toos ([0c8f7fe98](https://github.com/powerhouse-inc/powerhouse/commit/0c8f7fe98))
511
+
512
+ ### ❤️ Thank You
513
+
514
+ - Benjamin Jordan
515
+ - Frank
516
+
517
+ ## 6.0.0-dev.61 (2026-02-27)
518
+
519
+ ### 🚀 Features
520
+
521
+ - **ci:** update k8s-hosting academy image tag after docker publish ([0b98b73a9](https://github.com/powerhouse-inc/powerhouse/commit/0b98b73a9))
522
+ - add bundle step for ph cli ([#2375](https://github.com/powerhouse-inc/powerhouse/pull/2375))
523
+
524
+ ### ❤️ Thank You
525
+
526
+ - Frank
527
+ - Ryan Wolhuter @ryanwolhuter
528
+
529
+ ## 6.0.0-dev.60 (2026-02-27)
530
+
531
+ ### 🚀 Features
532
+
533
+ - per-document protection auth model ([2e538ddb8](https://github.com/powerhouse-inc/powerhouse/commit/2e538ddb8))
534
+
535
+ ### ❤️ Thank You
536
+
537
+ - Frank
538
+
539
+ ## 6.0.0-dev.59 (2026-02-26)
540
+
541
+ ### 🚀 Features
542
+
543
+ - use update-ts-references tool which also removes unused ones ([#2374](https://github.com/powerhouse-inc/powerhouse/pull/2374))
544
+
545
+ ### ❤️ Thank You
546
+
547
+ - Ryan Wolhuter @ryanwolhuter
548
+
549
+ ## 6.0.0-dev.58 (2026-02-25)
550
+
551
+ ### 🔥 Performance
552
+
553
+ - **reducer:** pre-allocate operation arrays to avoid resize overhead ([1cf1c0078](https://github.com/powerhouse-inc/powerhouse/commit/1cf1c0078))
554
+
555
+ ### ❤️ Thank You
556
+
557
+ - Samuel Hawksby-Robinson @Samyoul
558
+
559
+ ## 6.0.0-dev.57 (2026-02-24)
560
+
561
+ ### 🚀 Features
562
+
563
+ - run sync integration test as part of reactor flow ([7dea8bf3e](https://github.com/powerhouse-inc/powerhouse/commit/7dea8bf3e))
564
+
565
+ ### 🩹 Fixes
566
+
567
+ - switchboard needs build:misc ([916f761b8](https://github.com/powerhouse-inc/powerhouse/commit/916f761b8))
568
+ - arg, workflow changes should trigger the workflow ([645cca08f](https://github.com/powerhouse-inc/powerhouse/commit/645cca08f))
569
+ - build step before integration test ([0b6b48f74](https://github.com/powerhouse-inc/powerhouse/commit/0b6b48f74))
570
+
571
+ ### ❤️ Thank You
572
+
573
+ - Benjamin Jordan
574
+
575
+ ## 6.0.0-dev.56 (2026-02-21)
576
+
577
+ This was a version bump only for @powerhousedao/config to align it with other projects, there were no code changes.
578
+
579
+ ## 6.0.0-dev.55 (2026-02-20)
580
+
581
+ ### 🚀 Features
582
+
583
+ - test-connect and reactor gql updates to pass along more context ([ae581e8e8](https://github.com/powerhouse-inc/powerhouse/commit/ae581e8e8))
584
+
585
+ ### ❤️ Thank You
586
+
587
+ - Benjamin Jordan
588
+
589
+ ## 6.0.0-dev.54 (2026-02-19)
590
+
591
+ ### 🚀 Features
592
+
593
+ - wip orchestrator for the test-client ([186d7c015](https://github.com/powerhouse-inc/powerhouse/commit/186d7c015))
594
+ - **connect:** build tweaks ([22b6bc7d5](https://github.com/powerhouse-inc/powerhouse/commit/22b6bc7d5))
595
+
596
+ ### ❤️ Thank You
597
+
598
+ - acaldas @acaldas
599
+ - Benjamin Jordan
600
+
601
+ ## 6.0.0-dev.53 (2026-02-18)
602
+
603
+ This was a version bump only for @powerhousedao/config to align it with other projects, there were no code changes.
604
+
605
+ ## 6.0.0-dev.52 (2026-02-17)
606
+
607
+ ### 🩹 Fixes
608
+
609
+ - **reactor-api:** improved subgraph path matching and removed name parameter from reactor subgraph ([dcadf7fb3](https://github.com/powerhouse-inc/powerhouse/commit/dcadf7fb3))
610
+
611
+ ### ❤️ Thank You
612
+
613
+ - acaldas @acaldas
614
+
615
+ ## 6.0.0-dev.51 (2026-02-17)
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.50 (2026-02-17)
620
+
621
+ This was a version bump only for @powerhousedao/config to align it with other projects, there were no code changes.
622
+
623
+ ## 6.0.0-dev.49 (2026-02-17)
624
+
625
+ This was a version bump only for @powerhousedao/config to align it with other projects, there were no code changes.
626
+
627
+ ## 6.0.0-dev.47 (2026-02-17)
628
+
629
+ ### 🩹 Fixes
630
+
631
+ - **monorepo:** make shared package publicly available ([#2348](https://github.com/powerhouse-inc/powerhouse/pull/2348))
632
+
633
+ ### ❤️ Thank You
634
+
635
+ - Ryan Wolhuter @ryanwolhuter
636
+
637
+ ## 6.0.0-dev.46 (2026-02-17)
638
+
639
+ ### 🚀 Features
640
+
641
+ - **connect:** re enable processors in connect ([#2342](https://github.com/powerhouse-inc/powerhouse/pull/2342))
642
+
643
+ ### ❤️ Thank You
644
+
645
+ - Ryan Wolhuter @ryanwolhuter
646
+
647
+ ## 6.0.0-dev.45 (2026-02-16)
648
+
649
+ ### 🚀 Features
650
+
651
+ - **monorepo:** ensure shared is only in dev deps ([#2341](https://github.com/powerhouse-inc/powerhouse/pull/2341))
652
+
653
+ ### ❤️ Thank You
654
+
655
+ - Ryan Wolhuter @ryanwolhuter
656
+
657
+ ## 6.0.0-dev.44 (2026-02-15)
658
+
659
+ This was a version bump only for @powerhousedao/config to align it with other projects, there were no code changes.
660
+
661
+ ## 6.0.0-dev.43 (2026-02-14)
662
+
663
+ ### 🚀 Features
664
+
665
+ - **monorepo:** move more shared stuff to shared ([#2335](https://github.com/powerhouse-inc/powerhouse/pull/2335))
666
+
667
+ ### ❤️ Thank You
668
+
669
+ - Ryan Wolhuter @ryanwolhuter
670
+
671
+ ## 6.0.0-dev.42 (2026-02-13)
672
+
673
+ This was a version bump only for @powerhousedao/config to align it with other projects, there were no code changes.
674
+
675
+ ## 6.0.0-dev.41 (2026-02-12)
676
+
677
+ ### 🚀 Features
678
+
679
+ - **monorepo:** use catalog for other shared deps ([#2330](https://github.com/powerhouse-inc/powerhouse/pull/2330))
680
+ - **vetra:** add processor apps input to vetra ([#2329](https://github.com/powerhouse-inc/powerhouse/pull/2329))
681
+
682
+ ### 🩹 Fixes
683
+
684
+ - **builder-tools:** use same class-variance-authority as design-systom ([d600feb49](https://github.com/powerhouse-inc/powerhouse/commit/d600feb49))
685
+ - **design-system:** copy assets to dist folder to enable relative path import ([de5cb5e4e](https://github.com/powerhouse-inc/powerhouse/commit/de5cb5e4e))
686
+ - **monorepo:** add build-cli to old release workflow ([a30624bd2](https://github.com/powerhouse-inc/powerhouse/commit/a30624bd2))
687
+
688
+ ### ❤️ Thank You
689
+
690
+ - acaldas @acaldas
691
+ - Ryan Wolhuter @ryanwolhuter
692
+ - ryanwolhuter @ryanwolhuter
693
+
694
+ ## 6.0.0-dev.40 (2026-02-12)
695
+
696
+ ### 🚀 Features
697
+
698
+ - **monorepo:** add shared package ([#2324](https://github.com/powerhouse-inc/powerhouse/pull/2324))
699
+
700
+ ### ❤️ Thank You
701
+
702
+ - Ryan Wolhuter @ryanwolhuter
703
+
704
+ ## 6.0.0-dev.39 (2026-02-11)
705
+
706
+ ### 🚀 Features
707
+
708
+ - **reactor,codegen:** handle processor apps in cli ([#2319](https://github.com/powerhouse-inc/powerhouse/pull/2319))
709
+
710
+ ### ❤️ Thank You
711
+
712
+ - Ryan Wolhuter @ryanwolhuter
713
+
714
+ ## 6.0.0-dev.38 (2026-02-10)
715
+
716
+ This was a version bump only for @powerhousedao/config to align it with other projects, there were no code changes.
717
+
718
+ ## 6.0.0-dev.37 (2026-02-10)
719
+
720
+ ### 🚀 Features
721
+
722
+ - **reactor-api:** added nested operations query on phdocument and Graphql client update ([67584e3fc](https://github.com/powerhouse-inc/powerhouse/commit/67584e3fc))
723
+
724
+ ### ❤️ Thank You
725
+
726
+ - acaldas
727
+
728
+ ## 6.0.0-dev.36 (2026-02-06)
729
+
730
+ ### 🚀 Features
731
+
732
+ - **codegen:** use bun for the slowest tests ([#2303](https://github.com/powerhouse-inc/powerhouse/pull/2303))
733
+
734
+ ### ❤️ Thank You
735
+
736
+ - Ryan Wolhuter @ryanwolhuter
737
+
738
+ ## 6.0.0-dev.35 (2026-02-06)
739
+
740
+ This was a version bump only for @powerhousedao/config to align it with other projects, there were no code changes.
741
+
742
+ ## 6.0.0-dev.34 (2026-02-05)
743
+
744
+ ### 🚀 Features
745
+
746
+ - **codegen:** update processors codegen ([#2293](https://github.com/powerhouse-inc/powerhouse/pull/2293))
747
+
748
+ ### 🩹 Fixes
749
+
750
+ - **ci:** allow release to continue when academy build fails ([477d9ef71](https://github.com/powerhouse-inc/powerhouse/commit/477d9ef71))
751
+
752
+ ### 🔥 Performance
753
+
754
+ - **document-model:** optimize getDocumentLastModified from O(n log n) to O(n) ([bb94ff310](https://github.com/powerhouse-inc/powerhouse/commit/bb94ff310))
755
+
756
+ ### ❤️ Thank You
757
+
758
+ - Frank
759
+ - Ryan Wolhuter @ryanwolhuter
760
+ - Samuel Hawksby-Robinson @Samyoul
761
+
762
+ ## 6.0.0-dev.33 (2026-02-05)
763
+
764
+ This was a version bump only for @powerhousedao/config to align it with other projects, there were no code changes.
765
+
766
+ ## 6.0.0-dev.32 (2026-02-04)
767
+
768
+ ### 🩹 Fixes
769
+
770
+ - remove duplicate trigger-downstream from publish-docker-images ([1f70c8041](https://github.com/powerhouse-inc/powerhouse/commit/1f70c8041))
771
+
772
+ ### ❤️ Thank You
773
+
774
+ - Frank
775
+
776
+ ## 6.0.0-dev.31 (2026-02-04)
777
+
778
+ ### 🚀 Features
779
+
780
+ - trigger powerhouse-demo after release ([f5b63728d](https://github.com/powerhouse-inc/powerhouse/commit/f5b63728d))
781
+ - **profiling:** add Pyroscope monitoring to reactor-direct ([2c7779229](https://github.com/powerhouse-inc/powerhouse/commit/2c7779229))
782
+ - **profiling:** add reactor-direct.ts for direct reactor performance profiling ([806714e27](https://github.com/powerhouse-inc/powerhouse/commit/806714e27))
783
+
784
+ ### 🩹 Fixes
785
+
786
+ - linting issues ([e1eb2c806](https://github.com/powerhouse-inc/powerhouse/commit/e1eb2c806))
787
+ - ignore release.ts ([25a40d2a6](https://github.com/powerhouse-inc/powerhouse/commit/25a40d2a6))
788
+
789
+ ### ❤️ Thank You
790
+
791
+ - Benjamin Jordan
792
+ - Frank
793
+ - Samuel Hawksby-Robinson @Samyoul
794
+
795
+ ## 6.0.0-dev.30 (2026-02-03)
796
+
797
+ ### 🩹 Fixes
798
+
799
+ - **release:** ignore errors on git stage ([e0c10d604](https://github.com/powerhouse-inc/powerhouse/commit/e0c10d604))
800
+ - **releases:** remove problematic publish dry run ([8b9b065b9](https://github.com/powerhouse-inc/powerhouse/commit/8b9b065b9))
801
+ - **releases:** include git side effects check in all booleans ([19c44503d](https://github.com/powerhouse-inc/powerhouse/commit/19c44503d))
802
+
803
+ ### ❤️ Thank You
804
+
805
+ - ryanwolhuter @ryanwolhuter
806
+
807
+ ## 6.0.0-dev.29 (2026-02-03)
808
+
809
+ ### 🚀 Features
810
+
811
+ - **release:** add doc comments ([3ab9879d4](https://github.com/powerhouse-inc/powerhouse/commit/3ab9879d4))
812
+ - **monorepo:** simplified release workflow ([#2276](https://github.com/powerhouse-inc/powerhouse/pull/2276))
813
+
814
+ ### 🩹 Fixes
815
+
816
+ - package.json onlyBuilt ([3b6165267](https://github.com/powerhouse-inc/powerhouse/commit/3b6165267))
817
+ - **release:** move checkout action ([4ed305d57](https://github.com/powerhouse-inc/powerhouse/commit/4ed305d57))
818
+
819
+ ### ❤️ Thank You
820
+
821
+ - Benjamin Jordan (@thegoldenmule)
822
+ - Ryan Wolhuter @ryanwolhuter
823
+ - ryanwolhuter @ryanwolhuter
824
+
825
+ ## 6.0.0-dev.28 (2026-01-31)
826
+
827
+ ### 🚀 Features
828
+
829
+ - add e2e tests to simulate ([6ba43d19b](https://github.com/powerhouse-inc/powerhouse/commit/6ba43d19b))
830
+
831
+ ### ❤️ Thank You
832
+
833
+ - Benjamin Jordan (@thegoldenmule)
834
+
835
+ ## 6.0.0-dev.27 (2026-01-30)
836
+
837
+ ### 🚀 Features
838
+
839
+ - renown sdk improvements ([bc1099d94](https://github.com/powerhouse-inc/powerhouse/commit/bc1099d94))
840
+ - **ph-cmd:** fix forwarding and versioning bug ([#2272](https://github.com/powerhouse-inc/powerhouse/pull/2272))
841
+
842
+ ### ❤️ Thank You
843
+
844
+ - acaldas
845
+ - Ryan Wolhuter @ryanwolhuter
846
+
847
+ ## 6.0.0-dev.26 (2026-01-29)
848
+
849
+ ### 🚀 Features
850
+
851
+ - update minimum node version to 24 ([7a71107c5](https://github.com/powerhouse-inc/powerhouse/commit/7a71107c5))
852
+
853
+ ### 🩹 Fixes
854
+
855
+ - undo my changes to the tsc script ([0a36d0a49](https://github.com/powerhouse-inc/powerhouse/commit/0a36d0a49))
856
+
857
+ ### ❤️ Thank You
858
+
859
+ - acaldas @acaldas
860
+ - Benjamin Jordan (@thegoldenmule)
861
+
862
+ ## 6.0.0-dev.25 (2026-01-28)
863
+
864
+ This was a version bump only for @powerhousedao/config to align it with other projects, there were no code changes.
865
+
866
+ ## 6.0.0-dev.24 (2026-01-27)
867
+
868
+ ### 🚀 Features
869
+
870
+ - **monorepo:** ensure the same typescript version is used everywhere ([#2258](https://github.com/powerhouse-inc/powerhouse/pull/2258))
871
+
872
+ ### ❤️ Thank You
873
+
874
+ - Ryan Wolhuter @ryanwolhuter
875
+
876
+ ## 6.0.0-dev.23 (2026-01-27)
877
+
878
+ ### 🚀 Features
879
+
880
+ - **monorepo:** add diff filter to exclude deleted files in changed files action ([e86961e79](https://github.com/powerhouse-inc/powerhouse/commit/e86961e79))
881
+ - **academy:** added release slides to academy project ([eab5e56fe](https://github.com/powerhouse-inc/powerhouse/commit/eab5e56fe))
882
+
883
+ ### ❤️ Thank You
884
+
885
+ - acaldas @acaldas
886
+ - ryanwolhuter @ryanwolhuter
887
+
888
+ ## 6.0.0-dev.22 (2026-01-27)
889
+
890
+ ### 🩹 Fixes
891
+
892
+ - **monorepo:** inefficient workflows ([#2250](https://github.com/powerhouse-inc/powerhouse/pull/2250))
893
+
894
+ ### ❤️ Thank You
895
+
896
+ - Ryan Wolhuter @ryanwolhuter
897
+
898
+ ## 6.0.0-dev.21 (2026-01-27)
899
+
900
+ This was a version bump only for @powerhousedao/config to align it with other projects, there were no code changes.
901
+
902
+ ## 6.0.0-dev.20 (2026-01-26)
903
+
904
+ This was a version bump only for @powerhousedao/config to align it with other projects, there were no code changes.
905
+
906
+ ## 6.0.0-dev.19 (2026-01-26)
907
+
908
+ This was a version bump only for @powerhousedao/config to align it with other projects, there were no code changes.
909
+
910
+ ## 6.0.0-dev.18 (2026-01-26)
911
+
912
+ ### 🚀 Features
913
+
914
+ - **ph-cli, ph-cmd:** use cmd ts for remaining ph cmd commands ([#2209](https://github.com/powerhouse-inc/powerhouse/pull/2209))
915
+
916
+ ### 🩹 Fixes
917
+
918
+ - trailing newline in publish-docker-images workflow ([7d2e30db4](https://github.com/powerhouse-inc/powerhouse/commit/7d2e30db4))
919
+ - **ci:** remove deploy-k8s from publish-docker-images workflow ([c5869e82f](https://github.com/powerhouse-inc/powerhouse/commit/c5869e82f))
920
+
921
+ ### ❤️ Thank You
922
+
923
+ - Frank
924
+ - Ryan Wolhuter @ryanwolhuter
925
+
926
+ ## 6.0.0-dev.17 (2026-01-26)
927
+
928
+ This was a version bump only for @powerhousedao/config to align it with other projects, there were no code changes.
929
+
930
+ ## 6.0.0-dev.16 (2026-01-24)
931
+
932
+ This was a version bump only for @powerhousedao/config to align it with other projects, there were no code changes.
933
+
934
+ ## 6.0.0-dev.15 (2026-01-23)
935
+
936
+ This was a version bump only for @powerhousedao/config to align it with other projects, there were no code changes.
937
+
938
+ ## 6.0.0-dev.14 (2026-01-22)
939
+
940
+ ### 🩹 Fixes
941
+
942
+ - pnpm filtering ([3875e271c](https://github.com/powerhouse-inc/powerhouse/commit/3875e271c))
943
+ - do not run profiling tests by default ([a196a19da](https://github.com/powerhouse-inc/powerhouse/commit/a196a19da))
944
+ - **profiling:** add TypeScript configuration for profiling scripts ([d0ee094c7](https://github.com/powerhouse-inc/powerhouse/commit/d0ee094c7))
945
+ - **design-system:** declare document-drive and reactor-browser as runtime dependencies ([3db4afa38](https://github.com/powerhouse-inc/powerhouse/commit/3db4afa38))
946
+
947
+ ### ❤️ Thank You
948
+
949
+ - acaldas @acaldas
950
+ - Benjamin Jordan (@thegoldenmule)
951
+ - Samuel Hawksby-Robinson @Samyoul
952
+
953
+ ## 6.0.0-dev.13 (2026-01-21)
954
+
955
+ ### 🚀 Features
956
+
957
+ - add workflow to trigger downstream package updates ([e8c6cce75](https://github.com/powerhouse-inc/powerhouse/commit/e8c6cce75))
958
+
959
+ ### ❤️ Thank You
960
+
961
+ - Frank
962
+
1
963
  ## 6.0.0-dev.12 (2026-01-20)
2
964
 
3
965
  This was a version bump only for @powerhousedao/config to align it with other projects, there were no code changes.
@@ -39,7 +1001,7 @@ This was a version bump only for @powerhousedao/config to align it with other pr
39
1001
  ### 🚀 Features
40
1002
 
41
1003
  - **design-system:** default styles tweaks and DocumentStateViewer ([c0a66720c](https://github.com/powerhouse-inc/powerhouse/commit/c0a66720c))
42
- - **ci:** deploy staging tenant from release/staging/* branches ([8761579e7](https://github.com/powerhouse-inc/powerhouse/commit/8761579e7))
1004
+ - **ci:** deploy staging tenant from release/staging/\* branches ([8761579e7](https://github.com/powerhouse-inc/powerhouse/commit/8761579e7))
43
1005
  - **ci:** add Harbor registry to docker image publishing ([f3a2fab69](https://github.com/powerhouse-inc/powerhouse/commit/f3a2fab69))
44
1006
 
45
1007
  ### ❤️ Thank You
@@ -3021,4 +3983,4 @@ This was a version bump only for @powerhousedao/config to align it with other pr
3021
3983
 
3022
3984
  ### ❤️ Thank You
3023
3985
 
3024
- - ryanwolhuter @ryanwolhuter
3986
+ - ryanwolhuter @ryanwolhuter