@powerhousedao/config 6.0.0-dev.11 → 6.0.0-dev.110

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