@powerhousedao/switchboard 6.0.0-dev.98 → 6.0.0-staging.0

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +31 -229
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -1,253 +1,55 @@
1
- ## 6.0.0-dev.98 (2026-03-18)
1
+ ## 6.0.0-staging.0 (2026-03-18)
2
2
 
3
- ### 🩹 Fixes
4
-
5
- - **connect:** declare dependencies ([6aa6910d3](https://github.com/powerhouse-inc/powerhouse/commit/6aa6910d3))
6
-
7
- ### ❤️ Thank You
8
-
9
- - acaldas
3
+ ### 🚀 Features
10
4
 
11
- ## 6.0.0-dev.97 (2026-03-18)
5
+ - **test-subscription:** adding a cli test-client for testing reactor api subscriptions ([563a8ac7d](https://github.com/powerhouse-inc/powerhouse/commit/563a8ac7d))
6
+ - **switchboard:** add OTel metrics export via OTEL_EXPORTER_OTLP_ENDPOINT ([52f34aa1f](https://github.com/powerhouse-inc/powerhouse/commit/52f34aa1f))
7
+ - reactor-hypercore example ([d5557973a](https://github.com/powerhouse-inc/powerhouse/commit/d5557973a))
8
+ - **renown,reactor-browser:** renown integration improvements ([a65731a73](https://github.com/powerhouse-inc/powerhouse/commit/a65731a73))
9
+ - **ci:** add gitops action for registry image updates ([ba91d00dd](https://github.com/powerhouse-inc/powerhouse/commit/ba91d00dd))
10
+ - **ci:** add registry Docker image to publish workflow ([17544abad](https://github.com/powerhouse-inc/powerhouse/commit/17544abad))
11
+ - opentelementry-instrumentation-reactor package ([67d5c31e5](https://github.com/powerhouse-inc/powerhouse/commit/67d5c31e5))
12
+ - **renown,reactor-browser,connect:** cleanup renown integration ([fe6112c2c](https://github.com/powerhouse-inc/powerhouse/commit/fe6112c2c))
13
+ - **connect,reactor-browser:** add dynamic package loading from HTTP registry ([f92816782](https://github.com/powerhouse-inc/powerhouse/commit/f92816782))
14
+ - **document-model,reactor-api,reactor-browser:** implemented remote document controller ([6299c21da](https://github.com/powerhouse-inc/powerhouse/commit/6299c21da))
15
+ - **switchboard,reactor-api,registry:** add runtime dynamic pacage loading from HTTP registry ([37f91250e](https://github.com/powerhouse-inc/powerhouse/commit/37f91250e))
16
+ - add new bundling for connect ([#2390](https://github.com/powerhouse-inc/powerhouse/pull/2390))
12
17
 
13
18
  ### 🩹 Fixes
14
19
 
20
+ - updated pnpm-lock ([c2843dc5b](https://github.com/powerhouse-inc/powerhouse/commit/c2843dc5b))
21
+ - **connect:** declare dependencies ([6aa6910d3](https://github.com/powerhouse-inc/powerhouse/commit/6aa6910d3))
15
22
  - **design-system:** removed zod dependency ([fdc7c2ef7](https://github.com/powerhouse-inc/powerhouse/commit/fdc7c2ef7))
16
-
17
- ### ❤️ Thank You
18
-
19
- - acaldas @acaldas
20
-
21
- ## 6.0.0-dev.96 (2026-03-17)
22
-
23
- ### 🩹 Fixes
24
-
25
23
  - **switchboard:** avoid double /v1/metrics suffix in OTLP exporter URL ([c184093c3](https://github.com/powerhouse-inc/powerhouse/commit/c184093c3))
26
24
  - **switchboard:** enforce OTel provider registration ordering via StartServerOptions ([c797fd242](https://github.com/powerhouse-inc/powerhouse/commit/c797fd242))
27
-
28
- ### ❤️ Thank You
29
-
30
- - Samuel Hawksby-Robinson @Samyoul
31
-
32
- ## 6.0.0-dev.95 (2026-03-17)
33
-
34
- ### 🚀 Features
35
-
36
- - **switchboard:** add OTel metrics export via OTEL_EXPORTER_OTLP_ENDPOINT ([52f34aa1f](https://github.com/powerhouse-inc/powerhouse/commit/52f34aa1f))
37
-
38
- ### 🩹 Fixes
39
-
40
25
  - **codegen:** added missing deps to boilerplate ([721dcb581](https://github.com/powerhouse-inc/powerhouse/commit/721dcb581))
41
26
  - **switchboard:** derive exportTimeoutMillis from exportIntervalMillis ([775a77f3b](https://github.com/powerhouse-inc/powerhouse/commit/775a77f3b))
42
27
  - **switchboard:** set exportTimeoutMillis to stay under shutdown deadline ([341d88d9e](https://github.com/powerhouse-inc/powerhouse/commit/341d88d9e))
43
28
  - **switchboard:** address further OTel metrics review feedback ([dee185ba8](https://github.com/powerhouse-inc/powerhouse/commit/dee185ba8))
44
29
  - **switchboard:** address OTel metrics review feedback ([c5ac016fc](https://github.com/powerhouse-inc/powerhouse/commit/c5ac016fc))
45
-
46
- ### ❤️ Thank You
47
-
48
- - acaldas @acaldas
49
- - Samuel Hawksby-Robinson @Samyoul
50
-
51
- ## 6.0.0-dev.94 (2026-03-17)
52
-
53
- ### 🩹 Fixes
54
-
55
30
  - **common:** added missing runtime dependencies ([b0f647f75](https://github.com/powerhouse-inc/powerhouse/commit/b0f647f75))
56
-
57
- ### ❤️ Thank You
58
-
59
- - acaldas @acaldas
60
-
61
- ## 6.0.0-dev.93 (2026-03-17)
62
-
63
- This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
64
-
65
- ## 6.0.0-dev.92 (2026-03-17)
66
-
67
- This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
68
-
69
- ## 6.0.0-dev.91 (2026-03-17)
70
-
71
- ### 🩹 Fixes
72
-
73
31
  - adding build-bundle to simulate-ci-workflow ([ca93d1a2b](https://github.com/powerhouse-inc/powerhouse/commit/ca93d1a2b))
74
-
75
- ### ❤️ Thank You
76
-
77
- - Benjamin Jordan
78
-
79
- ## 6.0.0-dev.90 (2026-03-14)
80
-
81
- This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
82
-
83
- ## 6.0.0-dev.89 (2026-03-13)
84
-
85
- This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
86
-
87
- ## 6.0.0-dev.88 (2026-03-12)
88
-
89
- ### 🚀 Features
90
-
91
- - reactor-hypercore example ([d5557973a](https://github.com/powerhouse-inc/powerhouse/commit/d5557973a))
92
-
93
- ### ❤️ Thank You
94
-
95
- - Benjamin Jordan
96
-
97
- ## 6.0.0-dev.87 (2026-03-12)
98
-
99
- This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
100
-
101
- ## 6.0.0-dev.86 (2026-03-12)
102
-
103
- ### 🚀 Features
104
-
105
- - **renown,reactor-browser:** renown integration improvements ([a65731a73](https://github.com/powerhouse-inc/powerhouse/commit/a65731a73))
106
-
107
- ### ❤️ Thank You
108
-
109
- - acaldas @acaldas
110
-
111
- ## 6.0.0-dev.85 (2026-03-12)
112
-
113
- This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
114
-
115
- ## 6.0.0-dev.84 (2026-03-11)
116
-
117
- This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
118
-
119
- ## 6.0.0-dev.83 (2026-03-11)
120
-
121
- This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
122
-
123
- ## 6.0.0-dev.82 (2026-03-11)
124
-
125
- This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
126
-
127
- ## 6.0.0-dev.81 (2026-03-11)
128
-
129
- This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
130
-
131
- ## 6.0.0-dev.80 (2026-03-11)
132
-
133
- This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
134
-
135
- ## 6.0.0-dev.79 (2026-03-11)
136
-
137
- ### 🚀 Features
138
-
139
- - **ci:** add gitops action for registry image updates ([ba91d00dd](https://github.com/powerhouse-inc/powerhouse/commit/ba91d00dd))
140
-
141
- ### ❤️ Thank You
142
-
143
- - Frank
144
-
145
- ## 6.0.0-dev.78 (2026-03-11)
146
-
147
- This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
148
-
149
- ## 6.0.0-dev.77 (2026-03-10)
150
-
151
- ### 🩹 Fixes
152
-
153
32
  - **renown:** moved e2e script test to reactor-browser ([3c9b41045](https://github.com/powerhouse-inc/powerhouse/commit/3c9b41045))
154
-
155
- ### ❤️ Thank You
156
-
157
- - acaldas @acaldas
158
-
159
- ## 6.0.0-dev.76 (2026-03-10)
160
-
161
- This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
162
-
163
- ## 6.0.0-dev.75 (2026-03-10)
164
-
165
- ### 🩹 Fixes
166
-
167
33
  - **registry:** resolve catalog references in Dockerfile with sed ([765e8fbdd](https://github.com/powerhouse-inc/powerhouse/commit/765e8fbdd))
168
34
  - **registry:** copy pnpm-workspace.yaml for Docker build catalog resolution ([7407700b1](https://github.com/powerhouse-inc/powerhouse/commit/7407700b1))
169
-
170
- ### ❤️ Thank You
171
-
172
- - Frank
173
-
174
- ## 6.0.0-dev.74 (2026-03-10)
175
-
176
- ### 🚀 Features
177
-
178
- - **ci:** add registry Docker image to publish workflow ([17544abad](https://github.com/powerhouse-inc/powerhouse/commit/17544abad))
179
-
180
- ### ❤️ Thank You
181
-
182
- - Frank
183
-
184
- ## 6.0.0-dev.73 (2026-03-10)
185
-
186
- ### 🚀 Features
187
-
188
- - opentelementry-instrumentation-reactor package ([67d5c31e5](https://github.com/powerhouse-inc/powerhouse/commit/67d5c31e5))
189
-
190
- ### ❤️ Thank You
191
-
192
- - Benjamin Jordan
193
-
194
- ## 6.0.0-dev.72 (2026-03-09)
195
-
196
- ### 🚀 Features
197
-
198
- - **renown,reactor-browser,connect:** cleanup renown integration ([fe6112c2c](https://github.com/powerhouse-inc/powerhouse/commit/fe6112c2c))
199
-
200
- ### ❤️ Thank You
201
-
202
- - acaldas @acaldas
203
-
204
- ## 6.0.0-dev.71 (2026-03-07)
205
-
206
- ### 🚀 Features
207
-
208
- - **connect,reactor-browser:** add dynamic package loading from HTTP registry ([f92816782](https://github.com/powerhouse-inc/powerhouse/commit/f92816782))
209
- - **document-model,reactor-api,reactor-browser:** implemented remote document controller ([6299c21da](https://github.com/powerhouse-inc/powerhouse/commit/6299c21da))
210
-
211
- ### 🩹 Fixes
212
-
213
35
  - **reactor-browser:** removed subexports ([4cda7f44c](https://github.com/powerhouse-inc/powerhouse/commit/4cda7f44c))
214
-
215
- ### ❤️ Thank You
216
-
217
- - acaldas @acaldas
218
- - Guillermo Puente @gpuente
219
-
220
- ## 6.0.0-dev.70 (2026-03-06)
221
-
222
- ### 🚀 Features
223
-
224
- - **switchboard,reactor-api,registry:** add runtime dynamic pacage loading from HTTP registry ([37f91250e](https://github.com/powerhouse-inc/powerhouse/commit/37f91250e))
225
- - add new bundling for connect ([#2390](https://github.com/powerhouse-inc/powerhouse/pull/2390))
226
-
227
- ### 🩹 Fixes
228
-
229
36
  - eslint config ([fb20b3726](https://github.com/powerhouse-inc/powerhouse/commit/fb20b3726))
230
-
231
- ### ❤️ Thank You
232
-
233
- - Guillermo Puente @gpuente
234
- - Ryan Wolhuter @ryanwolhuter
235
-
236
- ## 6.0.0-dev.69 (2026-03-05)
237
-
238
- This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
239
-
240
- ## 6.0.0-dev.68 (2026-03-04)
241
-
242
- ### 🩹 Fixes
243
-
244
37
  - **vetra:** remove custom subgraphs from vetra ([3a1e3b9b0](https://github.com/powerhouse-inc/powerhouse/commit/3a1e3b9b0))
245
38
  - resolve empty name causing silent ADD_FILE failure in drives ([b44ed0c1c](https://github.com/powerhouse-inc/powerhouse/commit/b44ed0c1c))
246
39
  - **reactor-mcp:** adopt new reactor client interface for MCP server ([1b8e6fb19](https://github.com/powerhouse-inc/powerhouse/commit/1b8e6fb19))
247
40
 
248
41
  ### ❤️ Thank You
249
42
 
250
- - Guillermo Puente @gpuente
43
+ - acaldas
44
+ - Benjamin Jordan
45
+ - Frank
46
+ - Guillermo Puente
47
+ - Ryan Wolhuter
48
+ - Samuel Hawksby-Robinson
49
+
50
+ ## 6.0.1-staging.1 (2026-03-03)
51
+
52
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
251
53
 
252
54
  ## 6.0.0-dev.67 (2026-03-03)
253
55
 
@@ -800,7 +602,7 @@ This was a version bump only for @powerhousedao/switchboard to align it with oth
800
602
  ### 🚀 Features
801
603
 
802
604
  - **design-system:** default styles tweaks and DocumentStateViewer ([c0a66720c](https://github.com/powerhouse-inc/powerhouse/commit/c0a66720c))
803
- - **ci:** deploy staging tenant from release/staging/* branches ([8761579e7](https://github.com/powerhouse-inc/powerhouse/commit/8761579e7))
605
+ - **ci:** deploy staging tenant from release/staging/\* branches ([8761579e7](https://github.com/powerhouse-inc/powerhouse/commit/8761579e7))
804
606
  - **ci:** add Harbor registry to docker image publishing ([f3a2fab69](https://github.com/powerhouse-inc/powerhouse/commit/f3a2fab69))
805
607
 
806
608
  ### 🩹 Fixes
@@ -3425,7 +3227,7 @@ This was a version bump only for @powerhousedao/switchboard to align it with oth
3425
3227
 
3426
3228
  - **reactor-api:** init project ([#388](https://github.com/powerhouse-inc/powerhouse/pull/388))
3427
3229
 
3428
- ### ❤️ Thank You
3230
+ ### ❤️ Thank You
3429
3231
 
3430
3232
  - acaldas
3431
3233
 
@@ -3439,7 +3241,7 @@ This was a version bump only for @powerhousedao/switchboard to align it with oth
3439
3241
 
3440
3242
  - Updated @powerhousedao/reactor-api to 1.1.0
3441
3243
 
3442
- ### ❤️ Thank You
3244
+ ### ❤️ Thank You
3443
3245
 
3444
3246
  - acaldas
3445
3247
 
@@ -3453,6 +3255,6 @@ This was a version bump only for @powerhousedao/switchboard to align it with oth
3453
3255
 
3454
3256
  - Updated @powerhousedao/general-document-indexer to 1.1.0
3455
3257
 
3456
- ### ❤️ Thank You
3258
+ ### ❤️ Thank You
3457
3259
 
3458
- - acaldas
3260
+ - acaldas
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@powerhousedao/switchboard",
3
3
  "type": "module",
4
- "version": "6.0.0-dev.98",
4
+ "version": "6.0.0-staging.0",
5
5
  "main": "dist/src/index.js",
6
6
  "exports": {
7
7
  ".": {
@@ -47,13 +47,13 @@
47
47
  "kysely-pglite-dialect": "1.2.0",
48
48
  "pg": "8.18.0",
49
49
  "redis": "^4.7.0",
50
- "@powerhousedao/config": "6.0.0-dev.98",
51
- "@powerhousedao/reactor": "6.0.0-dev.98",
52
- "@powerhousedao/reactor-api": "6.0.0-dev.98",
53
- "@renown/sdk": "6.0.0-dev.98",
54
- "@powerhousedao/opentelemetry-instrumentation-reactor": "6.0.0-dev.98",
55
- "document-drive": "6.0.0-dev.98",
56
- "document-model": "6.0.0-dev.98"
50
+ "@powerhousedao/opentelemetry-instrumentation-reactor": "6.0.0-staging.0",
51
+ "@powerhousedao/reactor": "6.0.0-staging.0",
52
+ "@powerhousedao/reactor-api": "6.0.0-staging.0",
53
+ "@powerhousedao/config": "6.0.0-staging.0",
54
+ "@renown/sdk": "6.0.0-staging.0",
55
+ "document-drive": "6.0.0-staging.0",
56
+ "document-model": "6.0.0-staging.0"
57
57
  },
58
58
  "devDependencies": {
59
59
  "@types/express": "^4.17.25",