@powerhousedao/switchboard 5.1.0 → 5.2.0-staging.1
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 +1270 -58
- package/Dockerfile +8 -1
- package/README.md +0 -1
- package/dist/src/config.d.ts +2 -0
- package/dist/src/config.d.ts.map +1 -1
- package/dist/src/config.js +14 -0
- package/dist/src/config.js.map +1 -1
- package/dist/src/connect-crypto.d.ts +41 -0
- package/dist/src/connect-crypto.d.ts.map +1 -0
- package/dist/src/connect-crypto.js +127 -0
- package/dist/src/connect-crypto.js.map +1 -0
- package/dist/src/feature-flags.d.ts +0 -2
- package/dist/src/feature-flags.d.ts.map +1 -1
- package/dist/src/feature-flags.js +0 -8
- package/dist/src/feature-flags.js.map +1 -1
- package/dist/src/server.d.ts +1 -0
- package/dist/src/server.d.ts.map +1 -1
- package/dist/src/server.js +55 -17
- package/dist/src/server.js.map +1 -1
- package/dist/src/types.d.ts +19 -3
- package/dist/src/types.d.ts.map +1 -1
- package/dist/src/utils.d.ts +4 -2
- package/dist/src/utils.d.ts.map +1 -1
- package/dist/src/utils.js +31 -5
- package/dist/src/utils.js.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/entrypoint.sh +1 -1
- package/package.json +12 -6
- package/tsconfig.json +3 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,44 +1,184 @@
|
|
|
1
|
-
## 5.
|
|
1
|
+
## 5.2.0-staging.1 (2025-12-17)
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
|
|
4
|
+
|
|
5
|
+
## 5.1.0-dev.23 (2025-12-17)
|
|
6
|
+
|
|
7
|
+
This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
|
|
8
|
+
|
|
9
|
+
## 5.1.0-dev.22 (2025-12-16)
|
|
10
|
+
|
|
11
|
+
### 🚀 Features
|
|
12
|
+
|
|
13
|
+
- added support for runtime document model subgraphs ([dc8248ec6](https://github.com/powerhouse-inc/powerhouse/commit/dc8248ec6))
|
|
14
|
+
|
|
15
|
+
### ❤️ Thank You
|
|
16
|
+
|
|
17
|
+
- acaldas @acaldas
|
|
18
|
+
|
|
19
|
+
## 5.1.0-dev.21 (2025-12-13)
|
|
20
|
+
|
|
21
|
+
This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
|
|
4
22
|
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
- added
|
|
10
|
-
- updated lockfile ([73f7c8503](https://github.com/powerhouse-inc/powerhouse/commit/73f7c8503))
|
|
11
|
-
- **switchboard:** use POSIX-compliant syntax ([21262f7ce](https://github.com/powerhouse-inc/powerhouse/commit/21262f7ce))
|
|
12
|
-
- prisma openssl not found ([6ee25731c](https://github.com/powerhouse-inc/powerhouse/commit/6ee25731c))
|
|
23
|
+
## 5.1.0-dev.20 (2025-12-12)
|
|
24
|
+
|
|
25
|
+
### 🚀 Features
|
|
26
|
+
|
|
27
|
+
- **reactor-browsers:** added onErrors callback to dispatch method ([4824a0a10](https://github.com/powerhouse-inc/powerhouse/commit/4824a0a10))
|
|
13
28
|
|
|
14
29
|
### ❤️ Thank You
|
|
15
30
|
|
|
16
31
|
- acaldas @acaldas
|
|
32
|
+
|
|
33
|
+
## 5.1.0-dev.19 (2025-12-12)
|
|
34
|
+
|
|
35
|
+
This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
|
|
36
|
+
|
|
37
|
+
## 5.1.0-dev.18 (2025-12-11)
|
|
38
|
+
|
|
39
|
+
### 🚀 Features
|
|
40
|
+
|
|
41
|
+
- **codegen:** add versioned document model generation ([#2130](https://github.com/powerhouse-inc/powerhouse/pull/2130))
|
|
42
|
+
|
|
43
|
+
### ❤️ Thank You
|
|
44
|
+
|
|
45
|
+
- Ryan Wolhuter @ryanwolhuter
|
|
46
|
+
|
|
47
|
+
## 5.1.0-dev.17 (2025-12-11)
|
|
48
|
+
|
|
49
|
+
### 🩹 Fixes
|
|
50
|
+
|
|
51
|
+
- **ph-cli:** auth with access-token ([df48be6e9](https://github.com/powerhouse-inc/powerhouse/commit/df48be6e9))
|
|
52
|
+
|
|
53
|
+
### ❤️ Thank You
|
|
54
|
+
|
|
55
|
+
- Frank
|
|
56
|
+
|
|
57
|
+
## 5.1.0-dev.16 (2025-12-11)
|
|
58
|
+
|
|
59
|
+
### 🚀 Features
|
|
60
|
+
|
|
61
|
+
- **ph-cli:** added access-token command ([e48181df6](https://github.com/powerhouse-inc/powerhouse/commit/e48181df6))
|
|
62
|
+
- **switchboard:** use identity ([1be03ddb7](https://github.com/powerhouse-inc/powerhouse/commit/1be03ddb7))
|
|
63
|
+
- **codegen:** update zod schema generation library ([#2129](https://github.com/powerhouse-inc/powerhouse/pull/2129))
|
|
64
|
+
- integrate visibility tools for remotes and pglite instance ([#2122](https://github.com/powerhouse-inc/powerhouse/pull/2122))
|
|
65
|
+
|
|
66
|
+
### 🩹 Fixes
|
|
67
|
+
|
|
68
|
+
- backfill tests + create default via new reactor to get create/update ([889d890a3](https://github.com/powerhouse-inc/powerhouse/commit/889d890a3))
|
|
69
|
+
- syncenvelope shape was incorrect ([cc6226be9](https://github.com/powerhouse-inc/powerhouse/commit/cc6226be9))
|
|
70
|
+
|
|
71
|
+
### ❤️ Thank You
|
|
72
|
+
|
|
73
|
+
- Benjamin Jordan (@thegoldenmule)
|
|
74
|
+
- Frank
|
|
75
|
+
- Guillermo Puente Sandoval @gpuente
|
|
76
|
+
- Ryan Wolhuter @ryanwolhuter
|
|
77
|
+
|
|
78
|
+
## 5.1.0-dev.15 (2025-12-09)
|
|
79
|
+
|
|
80
|
+
### 🩹 Fixes
|
|
81
|
+
|
|
82
|
+
- adding powerhouse drive to default options for switchboard when running with pnpm start ([4347307dc](https://github.com/powerhouse-inc/powerhouse/commit/4347307dc))
|
|
83
|
+
|
|
84
|
+
### ❤️ Thank You
|
|
85
|
+
|
|
86
|
+
- Benjamin Jordan (@thegoldenmule)
|
|
87
|
+
|
|
88
|
+
## 5.1.0-dev.14 (2025-12-08)
|
|
89
|
+
|
|
90
|
+
### 🚀 Features
|
|
91
|
+
|
|
92
|
+
- **connect, switchboard:** added healthcheck route ([9a0671113](https://github.com/powerhouse-inc/powerhouse/commit/9a0671113))
|
|
93
|
+
- **academy:** added docker build and publish workflow ([b17562994](https://github.com/powerhouse-inc/powerhouse/commit/b17562994))
|
|
94
|
+
|
|
95
|
+
### ❤️ Thank You
|
|
96
|
+
|
|
17
97
|
- Frank
|
|
18
98
|
|
|
19
|
-
## 5.0.
|
|
99
|
+
## 5.1.0-dev.13 (2025-12-08)
|
|
100
|
+
|
|
101
|
+
This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
|
|
102
|
+
|
|
103
|
+
## 5.1.0-dev.12 (2025-12-08)
|
|
20
104
|
|
|
21
105
|
This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
|
|
22
106
|
|
|
23
|
-
## 5.0.11 (2025-
|
|
107
|
+
## 5.1.0-dev.11 (2025-12-08)
|
|
24
108
|
|
|
25
109
|
This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
|
|
26
110
|
|
|
27
|
-
## 5.0.10 (2025-
|
|
111
|
+
## 5.1.0-dev.10 (2025-12-06)
|
|
112
|
+
|
|
113
|
+
### 🚀 Features
|
|
114
|
+
|
|
115
|
+
- **design-system:** added remotes inspector and channel inspector components ([093896ebf](https://github.com/powerhouse-inc/powerhouse/commit/093896ebf))
|
|
116
|
+
|
|
117
|
+
### ❤️ Thank You
|
|
118
|
+
|
|
119
|
+
- Guillermo Puente @gpuente
|
|
120
|
+
|
|
121
|
+
## 5.1.0-dev.9 (2025-12-05)
|
|
122
|
+
|
|
123
|
+
### 🩹 Fixes
|
|
124
|
+
|
|
125
|
+
- **renown:** small ui fixes and made connectcrypto and renown id available in hooks ([c06e17226](https://github.com/powerhouse-inc/powerhouse/commit/c06e17226))
|
|
126
|
+
|
|
127
|
+
### ❤️ Thank You
|
|
128
|
+
|
|
129
|
+
- Frank
|
|
130
|
+
|
|
131
|
+
## 5.1.0-dev.8 (2025-12-05)
|
|
28
132
|
|
|
29
133
|
This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
|
|
30
134
|
|
|
31
|
-
## 5.0.
|
|
135
|
+
## 5.1.0-dev.7 (2025-12-04)
|
|
136
|
+
|
|
137
|
+
### 🩹 Fixes
|
|
138
|
+
|
|
139
|
+
- set jsr as registry in dockerfiles ([291027b16](https://github.com/powerhouse-inc/powerhouse/commit/291027b16))
|
|
140
|
+
|
|
141
|
+
### ❤️ Thank You
|
|
142
|
+
|
|
143
|
+
- Frank
|
|
144
|
+
|
|
145
|
+
## 5.1.0-dev.6 (2025-12-04)
|
|
32
146
|
|
|
33
147
|
### 🩹 Fixes
|
|
34
148
|
|
|
35
|
-
- **
|
|
149
|
+
- **renown:** build issues ([1893c35a0](https://github.com/powerhouse-inc/powerhouse/commit/1893c35a0))
|
|
36
150
|
|
|
37
151
|
### ❤️ Thank You
|
|
38
152
|
|
|
39
153
|
- Frank
|
|
40
154
|
|
|
41
|
-
## 5.0.
|
|
155
|
+
## 5.1.0-dev.5 (2025-12-04)
|
|
156
|
+
|
|
157
|
+
This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
|
|
158
|
+
|
|
159
|
+
## 5.1.0-dev.4 (2025-12-03)
|
|
160
|
+
|
|
161
|
+
### 🚀 Features
|
|
162
|
+
|
|
163
|
+
- **codegen,ph-cli:** add tsx code generator ([#2116](https://github.com/powerhouse-inc/powerhouse/pull/2116))
|
|
164
|
+
|
|
165
|
+
### ❤️ Thank You
|
|
166
|
+
|
|
167
|
+
- Ryan Wolhuter @ryanwolhuter
|
|
168
|
+
|
|
169
|
+
## 5.1.0-dev.3 (2025-12-02)
|
|
170
|
+
|
|
171
|
+
This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
|
|
172
|
+
|
|
173
|
+
## 5.1.0-dev.2 (2025-12-02)
|
|
174
|
+
|
|
175
|
+
This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
|
|
176
|
+
|
|
177
|
+
## 5.1.0-dev.1 (2025-11-26)
|
|
178
|
+
|
|
179
|
+
This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
|
|
180
|
+
|
|
181
|
+
## 5.1.0-dev.0 (2025-11-20)
|
|
42
182
|
|
|
43
183
|
### 🚀 Features
|
|
44
184
|
|
|
@@ -68,13 +208,10 @@ This was a version bump only for @powerhousedao/switchboard to align it with oth
|
|
|
68
208
|
|
|
69
209
|
### 🩹 Fixes
|
|
70
210
|
|
|
71
|
-
- **
|
|
72
|
-
- **
|
|
73
|
-
- **reactor-api:** downgraded prisma ([8032bb96c](https://github.com/powerhouse-inc/powerhouse/commit/8032bb96c))
|
|
211
|
+
- **reactor-api:** downgraded prisma ([9a8a5cefd](https://github.com/powerhouse-inc/powerhouse/commit/9a8a5cefd))
|
|
212
|
+
- **switchboard, ph-cli, document-drive:** --skip-generate on prisma db push ([a37f816a4](https://github.com/powerhouse-inc/powerhouse/commit/a37f816a4))
|
|
74
213
|
- build fix for reactor-local and switchboard ([f99c45b34](https://github.com/powerhouse-inc/powerhouse/commit/f99c45b34))
|
|
75
214
|
- ensure version.ts is generated before TypeScript compilation in CI ([dd49fdd4f](https://github.com/powerhouse-inc/powerhouse/commit/dd49fdd4f))
|
|
76
|
-
- added missing dependencies ([ffda3cfcc](https://github.com/powerhouse-inc/powerhouse/commit/ffda3cfcc))
|
|
77
|
-
- updated lockfile ([73f7c8503](https://github.com/powerhouse-inc/powerhouse/commit/73f7c8503))
|
|
78
215
|
- **ph-cli:** added missing runtime dependencies ([da1b66e73](https://github.com/powerhouse-inc/powerhouse/commit/da1b66e73))
|
|
79
216
|
- **builder-tools:** use alias for self-reference import on ts instead of loading from dist ([b23b772c0](https://github.com/powerhouse-inc/powerhouse/commit/b23b772c0))
|
|
80
217
|
- **reactor-api,switchboard:** load local package by default and resolve self reference import on ts files ([2b2d29ba6](https://github.com/powerhouse-inc/powerhouse/commit/2b2d29ba6))
|
|
@@ -84,9 +221,7 @@ This was a version bump only for @powerhousedao/switchboard to align it with oth
|
|
|
84
221
|
- try again with a pnpm upgrade ([ec081f743](https://github.com/powerhouse-inc/powerhouse/commit/ec081f743))
|
|
85
222
|
- trying a completely fresh lockfile ([c9888939a](https://github.com/powerhouse-inc/powerhouse/commit/c9888939a))
|
|
86
223
|
- broke the build, fixing with reactorbuilder ([2c4ade4e6](https://github.com/powerhouse-inc/powerhouse/commit/2c4ade4e6))
|
|
87
|
-
- **switchboard:** use POSIX-compliant syntax ([21262f7ce](https://github.com/powerhouse-inc/powerhouse/commit/21262f7ce))
|
|
88
224
|
- **switchboard:** use POSIX-compliant syntax ([ee0f56d1b](https://github.com/powerhouse-inc/powerhouse/commit/ee0f56d1b))
|
|
89
|
-
- prisma openssl not found ([6ee25731c](https://github.com/powerhouse-inc/powerhouse/commit/6ee25731c))
|
|
90
225
|
- prisma openssl not found ([535ace02c](https://github.com/powerhouse-inc/powerhouse/commit/535ace02c))
|
|
91
226
|
- **monorepo:** fix lockfile and test filter ([#2069](https://github.com/powerhouse-inc/powerhouse/pull/2069))
|
|
92
227
|
- update atlas packages ([fa174d00e](https://github.com/powerhouse-inc/powerhouse/commit/fa174d00e))
|
|
@@ -103,118 +238,1195 @@ This was a version bump only for @powerhousedao/switchboard to align it with oth
|
|
|
103
238
|
- Ryan Wolhuter @ryanwolhuter
|
|
104
239
|
- ryanwolhuter @ryanwolhuter
|
|
105
240
|
|
|
106
|
-
##
|
|
241
|
+
## 4.1.0-dev.128 (2025-11-20)
|
|
107
242
|
|
|
108
243
|
This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
|
|
109
244
|
|
|
110
|
-
##
|
|
245
|
+
## 4.1.0-dev.127 (2025-11-19)
|
|
111
246
|
|
|
112
|
-
|
|
247
|
+
### 🩹 Fixes
|
|
113
248
|
|
|
114
|
-
|
|
249
|
+
- **reactor-api:** downgraded prisma ([9a8a5cefd](https://github.com/powerhouse-inc/powerhouse/commit/9a8a5cefd))
|
|
115
250
|
|
|
116
|
-
|
|
251
|
+
### ❤️ Thank You
|
|
252
|
+
|
|
253
|
+
- Frank
|
|
254
|
+
|
|
255
|
+
## 4.1.0-dev.126 (2025-11-19)
|
|
256
|
+
|
|
257
|
+
### 🩹 Fixes
|
|
258
|
+
|
|
259
|
+
- **switchboard, ph-cli, document-drive:** --skip-generate on prisma db push ([a37f816a4](https://github.com/powerhouse-inc/powerhouse/commit/a37f816a4))
|
|
260
|
+
|
|
261
|
+
### ❤️ Thank You
|
|
262
|
+
|
|
263
|
+
- acaldas @acaldas
|
|
117
264
|
|
|
118
|
-
##
|
|
265
|
+
## 4.1.0-dev.125 (2025-11-19)
|
|
119
266
|
|
|
120
267
|
This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
|
|
121
268
|
|
|
122
|
-
##
|
|
269
|
+
## 4.1.0-dev.124 (2025-11-18)
|
|
270
|
+
|
|
271
|
+
### 🚀 Features
|
|
272
|
+
|
|
273
|
+
- first pass web-sockets in subgraphs ([41b0aff7a](https://github.com/powerhouse-inc/powerhouse/commit/41b0aff7a))
|
|
274
|
+
- reactor gql subscriptions ([522d502ba](https://github.com/powerhouse-inc/powerhouse/commit/522d502ba))
|
|
275
|
+
- first pass web-sockets in subgraphs ([cf39dd0dc](https://github.com/powerhouse-inc/powerhouse/commit/cf39dd0dc))
|
|
276
|
+
- reactor gql subscriptions ([cb23eb953](https://github.com/powerhouse-inc/powerhouse/commit/cb23eb953))
|
|
277
|
+
|
|
278
|
+
### ❤️ Thank You
|
|
279
|
+
|
|
280
|
+
- Benjamin Jordan (@thegoldenmule)
|
|
281
|
+
|
|
282
|
+
## 4.1.0-dev.123 (2025-11-18)
|
|
123
283
|
|
|
124
284
|
This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
|
|
125
285
|
|
|
126
|
-
##
|
|
286
|
+
## 4.1.0-dev.122 (2025-11-18)
|
|
127
287
|
|
|
128
288
|
### 🩹 Fixes
|
|
129
289
|
|
|
130
|
-
-
|
|
131
|
-
- prisma openssl not found ([1c9370a93](https://github.com/powerhouse-inc/powerhouse/commit/1c9370a93))
|
|
132
|
-
- publish docker prod workflow ([d701f8dc0](https://github.com/powerhouse-inc/powerhouse/commit/d701f8dc0))
|
|
290
|
+
- build fix for reactor-local and switchboard ([f99c45b34](https://github.com/powerhouse-inc/powerhouse/commit/f99c45b34))
|
|
133
291
|
|
|
134
292
|
### ❤️ Thank You
|
|
135
293
|
|
|
136
|
-
-
|
|
294
|
+
- Benjamin Jordan (@thegoldenmule)
|
|
295
|
+
|
|
296
|
+
## 4.1.0-dev.121 (2025-11-17)
|
|
297
|
+
|
|
298
|
+
This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
|
|
137
299
|
|
|
138
|
-
##
|
|
300
|
+
## 4.1.0-dev.120 (2025-11-17)
|
|
139
301
|
|
|
140
302
|
### 🩹 Fixes
|
|
141
303
|
|
|
142
|
-
-
|
|
304
|
+
- ensure version.ts is generated before TypeScript compilation in CI ([dd49fdd4f](https://github.com/powerhouse-inc/powerhouse/commit/dd49fdd4f))
|
|
143
305
|
|
|
144
306
|
### ❤️ Thank You
|
|
145
307
|
|
|
146
|
-
-
|
|
308
|
+
- Guillermo Puente @gpuente
|
|
309
|
+
|
|
310
|
+
## 4.1.0-dev.119 (2025-11-15)
|
|
311
|
+
|
|
312
|
+
### 🚀 Features
|
|
313
|
+
|
|
314
|
+
- spammy benchmarks ([bea3671a1](https://github.com/powerhouse-inc/powerhouse/commit/bea3671a1))
|
|
315
|
+
|
|
316
|
+
### ❤️ Thank You
|
|
147
317
|
|
|
148
|
-
|
|
318
|
+
- Benjamin Jordan (@thegoldenmule)
|
|
319
|
+
|
|
320
|
+
## 4.1.0-dev.118 (2025-11-14)
|
|
149
321
|
|
|
150
322
|
This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
|
|
151
323
|
|
|
152
|
-
## 4.0.
|
|
324
|
+
## 4.1.0-dev.117 (2025-11-13)
|
|
153
325
|
|
|
154
326
|
This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
|
|
155
327
|
|
|
156
|
-
## 4.0.
|
|
328
|
+
## 4.1.0-dev.116 (2025-11-13)
|
|
329
|
+
|
|
330
|
+
### 🩹 Fixes
|
|
331
|
+
|
|
332
|
+
- **ph-cli:** added missing runtime dependencies ([da1b66e73](https://github.com/powerhouse-inc/powerhouse/commit/da1b66e73))
|
|
333
|
+
|
|
334
|
+
### ❤️ Thank You
|
|
335
|
+
|
|
336
|
+
- acaldas @acaldas
|
|
337
|
+
|
|
338
|
+
## 4.1.0-dev.115 (2025-11-13)
|
|
339
|
+
|
|
340
|
+
### 🚀 Features
|
|
341
|
+
|
|
342
|
+
- **ph-cli:** ph migrate command ([#2099](https://github.com/powerhouse-inc/powerhouse/pull/2099))
|
|
343
|
+
|
|
344
|
+
### 🩹 Fixes
|
|
345
|
+
|
|
346
|
+
- **builder-tools:** use alias for self-reference import on ts instead of loading from dist ([b23b772c0](https://github.com/powerhouse-inc/powerhouse/commit/b23b772c0))
|
|
347
|
+
- **reactor-api,switchboard:** load local package by default and resolve self reference import on ts files ([2b2d29ba6](https://github.com/powerhouse-inc/powerhouse/commit/2b2d29ba6))
|
|
348
|
+
|
|
349
|
+
### ❤️ Thank You
|
|
350
|
+
|
|
351
|
+
- acaldas @acaldas
|
|
352
|
+
- Ryan Wolhuter @ryanwolhuter
|
|
353
|
+
|
|
354
|
+
## 4.1.0-dev.114 (2025-11-13)
|
|
157
355
|
|
|
158
356
|
This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
|
|
159
357
|
|
|
160
|
-
## 4.0.
|
|
358
|
+
## 4.1.0-dev.113 (2025-11-12)
|
|
161
359
|
|
|
162
360
|
This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
|
|
163
361
|
|
|
164
|
-
## 4.0.
|
|
362
|
+
## 4.1.0-dev.112 (2025-11-12)
|
|
165
363
|
|
|
166
364
|
This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
|
|
167
365
|
|
|
168
|
-
## 4.0.
|
|
366
|
+
## 4.1.0-dev.111 (2025-11-12)
|
|
169
367
|
|
|
170
368
|
This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
|
|
171
369
|
|
|
172
|
-
## 4.0.
|
|
370
|
+
## 4.1.0-dev.110 (2025-11-11)
|
|
173
371
|
|
|
174
372
|
### 🚀 Features
|
|
175
373
|
|
|
176
|
-
- **
|
|
374
|
+
- **connect,common,builder-tools:** optimize connect bundle chunks ([#2093](https://github.com/powerhouse-inc/powerhouse/pull/2093))
|
|
177
375
|
|
|
178
376
|
### ❤️ Thank You
|
|
179
377
|
|
|
180
|
-
-
|
|
378
|
+
- Ryan Wolhuter @ryanwolhuter
|
|
181
379
|
|
|
182
|
-
|
|
380
|
+
## 4.1.0-dev.109 (2025-11-10)
|
|
183
381
|
|
|
184
382
|
This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
|
|
185
383
|
|
|
186
|
-
## 4.
|
|
384
|
+
## 4.1.0-dev.108 (2025-11-10)
|
|
187
385
|
|
|
188
386
|
This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
|
|
189
387
|
|
|
190
|
-
## 4.
|
|
388
|
+
## 4.1.0-dev.107 (2025-11-10)
|
|
389
|
+
|
|
390
|
+
### 🚀 Features
|
|
391
|
+
|
|
392
|
+
- **monorepo:** exit with error code if circular import found ([3ca6d3512](https://github.com/powerhouse-inc/powerhouse/commit/3ca6d3512))
|
|
393
|
+
- **connect:** do not use redundant dev deps ([2a847e944](https://github.com/powerhouse-inc/powerhouse/commit/2a847e944))
|
|
394
|
+
- **connect,builder-tools:** improve chunking ([c089c7678](https://github.com/powerhouse-inc/powerhouse/commit/c089c7678))
|
|
395
|
+
- **codegen,design-system:** update path for import connect components ([f8f387023](https://github.com/powerhouse-inc/powerhouse/commit/f8f387023))
|
|
396
|
+
- **monorepo:** add circular imports check in ci ([d6e46a869](https://github.com/powerhouse-inc/powerhouse/commit/d6e46a869))
|
|
397
|
+
- **design-system:** resolve remaining circular imports ([b82cc2e3c](https://github.com/powerhouse-inc/powerhouse/commit/b82cc2e3c))
|
|
398
|
+
- **document-drive:** fix circular imports ([f2db50c23](https://github.com/powerhouse-inc/powerhouse/commit/f2db50c23))
|
|
399
|
+
- **monorepo:** add check circular imports scripts ([d633b37c2](https://github.com/powerhouse-inc/powerhouse/commit/d633b37c2))
|
|
191
400
|
|
|
192
401
|
### 🩹 Fixes
|
|
193
402
|
|
|
194
|
-
-
|
|
195
|
-
-
|
|
403
|
+
- **switchboard:** use POSIX-compliant syntax ([09f64bf3b](https://github.com/powerhouse-inc/powerhouse/commit/09f64bf3b))
|
|
404
|
+
- prisma openssl not found ([1c9370a93](https://github.com/powerhouse-inc/powerhouse/commit/1c9370a93))
|
|
405
|
+
- publish docker prod workflow ([d701f8dc0](https://github.com/powerhouse-inc/powerhouse/commit/d701f8dc0))
|
|
196
406
|
|
|
197
407
|
### ❤️ Thank You
|
|
198
408
|
|
|
199
|
-
-
|
|
409
|
+
- Frank
|
|
410
|
+
- ryanwolhuter @ryanwolhuter
|
|
411
|
+
|
|
412
|
+
## 4.1.0-dev.106 (2025-11-10)
|
|
413
|
+
|
|
414
|
+
This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
|
|
200
415
|
|
|
201
|
-
## 4.
|
|
416
|
+
## 4.1.0-dev.105 (2025-11-08)
|
|
202
417
|
|
|
203
418
|
This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
|
|
204
419
|
|
|
205
|
-
## 4.
|
|
420
|
+
## 4.1.0-dev.104 (2025-11-07)
|
|
421
|
+
|
|
422
|
+
### 🚀 Features
|
|
423
|
+
|
|
424
|
+
- **ph-cli:** remove reactor-local command ([029e5db7d](https://github.com/powerhouse-inc/powerhouse/commit/029e5db7d))
|
|
425
|
+
|
|
426
|
+
### ❤️ Thank You
|
|
427
|
+
|
|
428
|
+
- acaldas @acaldas
|
|
429
|
+
|
|
430
|
+
## 4.1.0-dev.103 (2025-11-06)
|
|
431
|
+
|
|
432
|
+
### 🚀 Features
|
|
433
|
+
|
|
434
|
+
- **connect:** remove circular imports ([a1632d41e](https://github.com/powerhouse-inc/powerhouse/commit/a1632d41e))
|
|
206
435
|
|
|
207
436
|
### 🩹 Fixes
|
|
208
437
|
|
|
209
|
-
- **codegen:**
|
|
438
|
+
- **codegen:** move read-pkg to runtime dependency ([939f01045](https://github.com/powerhouse-inc/powerhouse/commit/939f01045))
|
|
439
|
+
- **codegen:** run prettier programmatically ([23f948c4d](https://github.com/powerhouse-inc/powerhouse/commit/23f948c4d))
|
|
210
440
|
|
|
211
441
|
### ❤️ Thank You
|
|
212
442
|
|
|
213
443
|
- acaldas @acaldas
|
|
214
444
|
|
|
215
|
-
## 4.
|
|
445
|
+
## 4.1.0-dev.102 (2025-11-06)
|
|
216
446
|
|
|
217
|
-
|
|
447
|
+
### 🚀 Features
|
|
448
|
+
|
|
449
|
+
- switching to tinybench for benchmarks ([5b915e025](https://github.com/powerhouse-inc/powerhouse/commit/5b915e025))
|
|
450
|
+
|
|
451
|
+
### 🩹 Fixes
|
|
452
|
+
|
|
453
|
+
- **switchboard:** removed duplicated document models in client initializer ([30b9dbeb3](https://github.com/powerhouse-inc/powerhouse/commit/30b9dbeb3))
|
|
454
|
+
- try again with a pnpm upgrade ([ec081f743](https://github.com/powerhouse-inc/powerhouse/commit/ec081f743))
|
|
455
|
+
- trying a completely fresh lockfile ([c9888939a](https://github.com/powerhouse-inc/powerhouse/commit/c9888939a))
|
|
456
|
+
- broke the build, fixing with reactorbuilder ([2c4ade4e6](https://github.com/powerhouse-inc/powerhouse/commit/2c4ade4e6))
|
|
457
|
+
- update atlas packages ([fa174d00e](https://github.com/powerhouse-inc/powerhouse/commit/fa174d00e))
|
|
458
|
+
|
|
459
|
+
### ❤️ Thank You
|
|
460
|
+
|
|
461
|
+
- Benjamin Jordan (@thegoldenmule)
|
|
462
|
+
- Guillermo Puente @gpuente
|
|
463
|
+
|
|
464
|
+
## 4.1.0-dev.101 (2025-11-05)
|
|
465
|
+
|
|
466
|
+
### 🚀 Features
|
|
467
|
+
|
|
468
|
+
- **codegen, vetra:** update codegen templates ([#2056](https://github.com/powerhouse-inc/powerhouse/pull/2056))
|
|
469
|
+
- pre-load local packages when building driveServer ([#2064](https://github.com/powerhouse-inc/powerhouse/pull/2064))
|
|
470
|
+
|
|
471
|
+
### 🩹 Fixes
|
|
472
|
+
|
|
473
|
+
- **switchboard:** use POSIX-compliant syntax ([ee0f56d1b](https://github.com/powerhouse-inc/powerhouse/commit/ee0f56d1b))
|
|
474
|
+
|
|
475
|
+
### ❤️ Thank You
|
|
476
|
+
|
|
477
|
+
- Frank
|
|
478
|
+
- Guillermo Puente Sandoval @gpuente
|
|
479
|
+
- Ryan Wolhuter @ryanwolhuter
|
|
480
|
+
|
|
481
|
+
## 4.1.0-dev.100 (2025-11-04)
|
|
482
|
+
|
|
483
|
+
### 🚀 Features
|
|
484
|
+
|
|
485
|
+
- create default vetra package document when ph vetra is started for a remote drive ([#2066](https://github.com/powerhouse-inc/powerhouse/pull/2066))
|
|
486
|
+
- added some broken tests that are in progress ([c92e1f057](https://github.com/powerhouse-inc/powerhouse/commit/c92e1f057))
|
|
487
|
+
|
|
488
|
+
### 🩹 Fixes
|
|
489
|
+
|
|
490
|
+
- prisma openssl not found ([535ace02c](https://github.com/powerhouse-inc/powerhouse/commit/535ace02c))
|
|
491
|
+
- **monorepo:** fix lockfile and test filter ([#2069](https://github.com/powerhouse-inc/powerhouse/pull/2069))
|
|
492
|
+
- publish docker prod workflow ([ab7c4e6cb](https://github.com/powerhouse-inc/powerhouse/commit/ab7c4e6cb))
|
|
493
|
+
|
|
494
|
+
### ❤️ Thank You
|
|
495
|
+
|
|
496
|
+
- Benjamin Jordan (@thegoldenmule)
|
|
497
|
+
- Frank
|
|
498
|
+
- Guillermo Puente Sandoval @gpuente
|
|
499
|
+
- Ryan Wolhuter @ryanwolhuter
|
|
500
|
+
|
|
501
|
+
## 4.1.0-dev.99 (2025-10-31)
|
|
502
|
+
|
|
503
|
+
This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
|
|
504
|
+
|
|
505
|
+
## 4.1.0-dev.98 (2025-10-31)
|
|
506
|
+
|
|
507
|
+
This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
|
|
508
|
+
|
|
509
|
+
## 4.1.0-dev.97 (2025-10-30)
|
|
510
|
+
|
|
511
|
+
This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
|
|
512
|
+
|
|
513
|
+
## 4.1.0-dev.96 (2025-10-30)
|
|
514
|
+
|
|
515
|
+
This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
|
|
516
|
+
|
|
517
|
+
## 4.1.0-dev.95 (2025-10-30)
|
|
518
|
+
|
|
519
|
+
### 🚀 Features
|
|
520
|
+
|
|
521
|
+
- enabled ph init --remote-drives and ph checkout commands ([#2057](https://github.com/powerhouse-inc/powerhouse/pull/2057))
|
|
522
|
+
|
|
523
|
+
### 🩹 Fixes
|
|
524
|
+
|
|
525
|
+
- implement bidirectional sync and local-first architecture for remote drives in vetra ([#2053](https://github.com/powerhouse-inc/powerhouse/pull/2053))
|
|
526
|
+
|
|
527
|
+
### ❤️ Thank You
|
|
528
|
+
|
|
529
|
+
- Guillermo Puente Sandoval @gpuente
|
|
530
|
+
|
|
531
|
+
## 4.1.0-dev.94 (2025-10-29)
|
|
532
|
+
|
|
533
|
+
This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
|
|
534
|
+
|
|
535
|
+
## 4.1.0-dev.93 (2025-10-29)
|
|
536
|
+
|
|
537
|
+
### 🚀 Features
|
|
538
|
+
|
|
539
|
+
- first swing at a project to import these recorded operations ([41b139237](https://github.com/powerhouse-inc/powerhouse/commit/41b139237))
|
|
540
|
+
|
|
541
|
+
### 🩹 Fixes
|
|
542
|
+
|
|
543
|
+
- package link issues ([3415df513](https://github.com/powerhouse-inc/powerhouse/commit/3415df513))
|
|
544
|
+
|
|
545
|
+
### ❤️ Thank You
|
|
546
|
+
|
|
547
|
+
- Benjamin Jordan (@thegoldenmule)
|
|
548
|
+
|
|
549
|
+
## 4.1.0-dev.92 (2025-10-28)
|
|
550
|
+
|
|
551
|
+
This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
|
|
552
|
+
|
|
553
|
+
## 4.1.0-dev.91 (2025-10-28)
|
|
554
|
+
|
|
555
|
+
This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
|
|
556
|
+
|
|
557
|
+
## 4.1.0-dev.90 (2025-10-27)
|
|
558
|
+
|
|
559
|
+
### 🚀 Features
|
|
560
|
+
|
|
561
|
+
- **reactor-api:** updated apollo server to v5 ([66dffda7b](https://github.com/powerhouse-inc/powerhouse/commit/66dffda7b))
|
|
562
|
+
|
|
563
|
+
### 🩹 Fixes
|
|
564
|
+
|
|
565
|
+
- **switchboard:** fallback to filesystem storage if postgres db is unavailable ([97e40bbf5](https://github.com/powerhouse-inc/powerhouse/commit/97e40bbf5))
|
|
566
|
+
|
|
567
|
+
### ❤️ Thank You
|
|
568
|
+
|
|
569
|
+
- acaldas
|
|
570
|
+
|
|
571
|
+
## 4.1.0-dev.89 (2025-10-24)
|
|
572
|
+
|
|
573
|
+
### 🩹 Fixes
|
|
574
|
+
|
|
575
|
+
- used fixed versions for codemirror dep ([183e487db](https://github.com/powerhouse-inc/powerhouse/commit/183e487db))
|
|
576
|
+
|
|
577
|
+
### ❤️ Thank You
|
|
578
|
+
|
|
579
|
+
- Guillermo Puente @gpuente
|
|
580
|
+
|
|
581
|
+
## 4.1.0-dev.88 (2025-10-24)
|
|
582
|
+
|
|
583
|
+
This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
|
|
584
|
+
|
|
585
|
+
## 4.1.0-dev.87 (2025-10-24)
|
|
586
|
+
|
|
587
|
+
This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
|
|
588
|
+
|
|
589
|
+
## 4.1.0-dev.86 (2025-10-23)
|
|
590
|
+
|
|
591
|
+
### 🩹 Fixes
|
|
592
|
+
|
|
593
|
+
- **vetra:** added codegen debounce test and reduced logging ([bc360b8e0](https://github.com/powerhouse-inc/powerhouse/commit/bc360b8e0))
|
|
594
|
+
|
|
595
|
+
### ❤️ Thank You
|
|
596
|
+
|
|
597
|
+
- acaldas @acaldas
|
|
598
|
+
|
|
599
|
+
## 4.1.0-dev.85 (2025-10-22)
|
|
600
|
+
|
|
601
|
+
This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
|
|
602
|
+
|
|
603
|
+
## 4.1.0-dev.84 (2025-10-22)
|
|
604
|
+
|
|
605
|
+
This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
|
|
606
|
+
|
|
607
|
+
## 4.1.0-dev.83 (2025-10-22)
|
|
608
|
+
|
|
609
|
+
### 🚀 Features
|
|
610
|
+
|
|
611
|
+
- add automated tests for vetra features ([#1962](https://github.com/powerhouse-inc/powerhouse/pull/1962))
|
|
612
|
+
|
|
613
|
+
### ❤️ Thank You
|
|
614
|
+
|
|
615
|
+
- Guillermo Puente Sandoval @gpuente
|
|
616
|
+
|
|
617
|
+
## 4.1.0-dev.82 (2025-10-21)
|
|
618
|
+
|
|
619
|
+
This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
|
|
620
|
+
|
|
621
|
+
## 4.1.0-dev.81 (2025-10-21)
|
|
622
|
+
|
|
623
|
+
### 🚀 Features
|
|
624
|
+
|
|
625
|
+
- **reactor-browser:** remove catch all wildcard ([f09931a88](https://github.com/powerhouse-inc/powerhouse/commit/f09931a88))
|
|
626
|
+
- **reactor-browser,connect:** use new window function factory ([7886c284f](https://github.com/powerhouse-inc/powerhouse/commit/7886c284f))
|
|
627
|
+
|
|
628
|
+
### ❤️ Thank You
|
|
629
|
+
|
|
630
|
+
- ryanwolhuter @ryanwolhuter
|
|
631
|
+
|
|
632
|
+
## 4.1.0-dev.80 (2025-10-21)
|
|
633
|
+
|
|
634
|
+
This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
|
|
635
|
+
|
|
636
|
+
## 4.1.0-dev.79 (2025-10-20)
|
|
637
|
+
|
|
638
|
+
This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
|
|
639
|
+
|
|
640
|
+
## 4.1.0-dev.78 (2025-10-20)
|
|
641
|
+
|
|
642
|
+
This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
|
|
643
|
+
|
|
644
|
+
## 4.1.0-dev.77 (2025-10-20)
|
|
645
|
+
|
|
646
|
+
### 🩹 Fixes
|
|
647
|
+
|
|
648
|
+
- add missing @openfeature/core peer dependency ([2c4a904b0](https://github.com/powerhouse-inc/powerhouse/commit/2c4a904b0))
|
|
649
|
+
|
|
650
|
+
### ❤️ Thank You
|
|
651
|
+
|
|
652
|
+
- acaldas @acaldas
|
|
653
|
+
|
|
654
|
+
## 4.1.0-dev.76 (2025-10-18)
|
|
655
|
+
|
|
656
|
+
This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
|
|
657
|
+
|
|
658
|
+
## 4.1.0-dev.75 (2025-10-17)
|
|
659
|
+
|
|
660
|
+
This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
|
|
661
|
+
|
|
662
|
+
## 4.1.0-dev.74 (2025-10-15)
|
|
663
|
+
|
|
664
|
+
### 🩹 Fixes
|
|
665
|
+
|
|
666
|
+
- **codegen:** update graphql dependency in package.json ([257f368ac](https://github.com/powerhouse-inc/powerhouse/commit/257f368ac))
|
|
667
|
+
- merge fixes ([e5eda5985](https://github.com/powerhouse-inc/powerhouse/commit/e5eda5985))
|
|
668
|
+
|
|
669
|
+
### ❤️ Thank You
|
|
670
|
+
|
|
671
|
+
- Benjamin Jordan (@thegoldenmule)
|
|
672
|
+
- Guillermo Puente @gpuente
|
|
673
|
+
|
|
674
|
+
## 4.1.0-dev.73 (2025-10-15)
|
|
675
|
+
|
|
676
|
+
### 🚀 Features
|
|
677
|
+
|
|
678
|
+
- **renown:** added login button ([f109c7305](https://github.com/powerhouse-inc/powerhouse/commit/f109c7305))
|
|
679
|
+
|
|
680
|
+
### ❤️ Thank You
|
|
681
|
+
|
|
682
|
+
- Frank
|
|
683
|
+
|
|
684
|
+
## 4.1.0-dev.72 (2025-10-15)
|
|
685
|
+
|
|
686
|
+
This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
|
|
687
|
+
|
|
688
|
+
## 4.1.0-dev.71 (2025-10-15)
|
|
689
|
+
|
|
690
|
+
### 🩹 Fixes
|
|
691
|
+
|
|
692
|
+
- **codegen:** update analytics processor imports to use in processor templates ([#1954](https://github.com/powerhouse-inc/powerhouse/pull/1954))
|
|
693
|
+
|
|
694
|
+
### ❤️ Thank You
|
|
695
|
+
|
|
696
|
+
- Guillermo Puente Sandoval @gpuente
|
|
697
|
+
|
|
698
|
+
## 4.1.0-dev.70 (2025-10-14)
|
|
699
|
+
|
|
700
|
+
This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
|
|
701
|
+
|
|
702
|
+
## 4.1.0-dev.69 (2025-10-11)
|
|
703
|
+
|
|
704
|
+
This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
|
|
705
|
+
|
|
706
|
+
## 4.1.0-dev.68 (2025-10-11)
|
|
707
|
+
|
|
708
|
+
### 🚀 Features
|
|
709
|
+
|
|
710
|
+
- **vetra:** added read model to fetch vetra packages ([abb6d3742](https://github.com/powerhouse-inc/powerhouse/commit/abb6d3742))
|
|
711
|
+
|
|
712
|
+
### ❤️ Thank You
|
|
713
|
+
|
|
714
|
+
- Frank
|
|
715
|
+
|
|
716
|
+
## 4.1.0-dev.67 (2025-10-10)
|
|
717
|
+
|
|
718
|
+
### 🚀 Features
|
|
719
|
+
|
|
720
|
+
- **vetra:** add open button to Package Information section ([#1930](https://github.com/powerhouse-inc/powerhouse/pull/1930))
|
|
721
|
+
|
|
722
|
+
### ❤️ Thank You
|
|
723
|
+
|
|
724
|
+
- Guillermo Puente Sandoval @gpuente
|
|
725
|
+
|
|
726
|
+
## 4.1.0-dev.66 (2025-10-09)
|
|
727
|
+
|
|
728
|
+
This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
|
|
729
|
+
|
|
730
|
+
## 4.1.0-dev.65 (2025-10-09)
|
|
731
|
+
|
|
732
|
+
This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
|
|
733
|
+
|
|
734
|
+
## 4.1.0-dev.64 (2025-10-09)
|
|
735
|
+
|
|
736
|
+
This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
|
|
737
|
+
|
|
738
|
+
## 4.1.0-dev.63 (2025-10-09)
|
|
739
|
+
|
|
740
|
+
### 🚀 Features
|
|
741
|
+
|
|
742
|
+
- update @electric-sql/pglite version ([fa3529328](https://github.com/powerhouse-inc/powerhouse/commit/fa3529328))
|
|
743
|
+
|
|
744
|
+
### ❤️ Thank You
|
|
745
|
+
|
|
746
|
+
- acaldas @acaldas
|
|
747
|
+
|
|
748
|
+
## 4.1.0-dev.62 (2025-10-08)
|
|
749
|
+
|
|
750
|
+
This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
|
|
751
|
+
|
|
752
|
+
## 4.1.0-dev.61 (2025-10-08)
|
|
753
|
+
|
|
754
|
+
This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
|
|
755
|
+
|
|
756
|
+
## 4.1.0-dev.60 (2025-10-08)
|
|
757
|
+
|
|
758
|
+
### 🚀 Features
|
|
759
|
+
|
|
760
|
+
- **vetra:** added read model to fetch vetra packages ([23c55364d](https://github.com/powerhouse-inc/powerhouse/commit/23c55364d))
|
|
761
|
+
- **monorepo:** use latest versions of react related deps ([#1905](https://github.com/powerhouse-inc/powerhouse/pull/1905))
|
|
762
|
+
- **monorepo:** remove global storybook installs ([#1903](https://github.com/powerhouse-inc/powerhouse/pull/1903))
|
|
763
|
+
- **monorepo:** update to react 19 ([#1902](https://github.com/powerhouse-inc/powerhouse/pull/1902))
|
|
764
|
+
- **vetra:** enabled HMR in dev mode ([8cf19757e](https://github.com/powerhouse-inc/powerhouse/commit/8cf19757e))
|
|
765
|
+
- **vetra:** new connect build setup on vetra ([8dd11a849](https://github.com/powerhouse-inc/powerhouse/commit/8dd11a849))
|
|
766
|
+
- **monorepo:** revert package versions ([8a1a02628](https://github.com/powerhouse-inc/powerhouse/commit/8a1a02628))
|
|
767
|
+
- **monorepo:** update eslint config ([ac97af97d](https://github.com/powerhouse-inc/powerhouse/commit/ac97af97d))
|
|
768
|
+
- adding feature flags to reactor-mcp ([fe4f2f683](https://github.com/powerhouse-inc/powerhouse/commit/fe4f2f683))
|
|
769
|
+
- stubbing out feature flag + reactor setup in connect and deleting unused code in reactor-browser ([793bbd7af](https://github.com/powerhouse-inc/powerhouse/commit/793bbd7af))
|
|
770
|
+
- syncing feature flag behavior between switchboard and reactor-local ([e45dc2bf7](https://github.com/powerhouse-inc/powerhouse/commit/e45dc2bf7))
|
|
771
|
+
- added initial pieces of the kysely operation store implementation ([3fbece162](https://github.com/powerhouse-inc/powerhouse/commit/3fbece162))
|
|
772
|
+
- **connect,builder-tools:** build rework ([#1871](https://github.com/powerhouse-inc/powerhouse/pull/1871))
|
|
773
|
+
- **codegen:** updated editor boilerplate with document state and example setName dispatch ([3e7c51cc3](https://github.com/powerhouse-inc/powerhouse/commit/3e7c51cc3))
|
|
774
|
+
- restructure document model to avoid circular imports ([#1874](https://github.com/powerhouse-inc/powerhouse/pull/1874))
|
|
775
|
+
- added watch-packages option to vetra command and disabled dynamic package loading by default ([#1875](https://github.com/powerhouse-inc/powerhouse/pull/1875))
|
|
776
|
+
|
|
777
|
+
### 🩹 Fixes
|
|
778
|
+
|
|
779
|
+
- **switchboard, ph-cli, ph-cmd, builder-tools:** ensure minimum node version ([e0fb396e7](https://github.com/powerhouse-inc/powerhouse/commit/e0fb396e7))
|
|
780
|
+
- **connect:** added switchboard push listener ([c611ffa9e](https://github.com/powerhouse-inc/powerhouse/commit/c611ffa9e))
|
|
781
|
+
|
|
782
|
+
### ❤️ Thank You
|
|
783
|
+
|
|
784
|
+
- acaldas @acaldas
|
|
785
|
+
- Benjamin Jordan (@thegoldenmule)
|
|
786
|
+
- Frank
|
|
787
|
+
- Guillermo Puente @gpuente
|
|
788
|
+
- Guillermo Puente Sandoval @gpuente
|
|
789
|
+
- Ryan Wolhuter @ryanwolhuter
|
|
790
|
+
- ryanwolhuter @ryanwolhuter
|
|
791
|
+
|
|
792
|
+
## 4.1.0-dev.59 (2025-09-24)
|
|
793
|
+
|
|
794
|
+
### 🚀 Features
|
|
795
|
+
|
|
796
|
+
- **reactor:** fix lint error ([53777e154](https://github.com/powerhouse-inc/powerhouse/commit/53777e154))
|
|
797
|
+
- **monorepo:** rename tsc to tsc:build ([c1385418b](https://github.com/powerhouse-inc/powerhouse/commit/c1385418b))
|
|
798
|
+
|
|
799
|
+
### 🩹 Fixes
|
|
800
|
+
|
|
801
|
+
- **builder-tools:** declare @storybook/preview-api dependency ([705ac8da1](https://github.com/powerhouse-inc/powerhouse/commit/705ac8da1))
|
|
802
|
+
- part 2 of build fixes for module changes ([3000a13c3](https://github.com/powerhouse-inc/powerhouse/commit/3000a13c3))
|
|
803
|
+
- lots of type fixes for modules ([8f4cf02fe](https://github.com/powerhouse-inc/powerhouse/commit/8f4cf02fe))
|
|
804
|
+
|
|
805
|
+
### ❤️ Thank You
|
|
806
|
+
|
|
807
|
+
- acaldas @acaldas
|
|
808
|
+
- Benjamin Jordan (@thegoldenmule)
|
|
809
|
+
- ryanwolhuter @ryanwolhuter
|
|
810
|
+
|
|
811
|
+
## 4.1.0-dev.58 (2025-09-18)
|
|
812
|
+
|
|
813
|
+
### 🚀 Features
|
|
814
|
+
|
|
815
|
+
- adding feature flag to switchboard for controlling reactorv2 api ([4486c8a8d](https://github.com/powerhouse-inc/powerhouse/commit/4486c8a8d))
|
|
816
|
+
|
|
817
|
+
### 🩹 Fixes
|
|
818
|
+
|
|
819
|
+
- test fix for document-drive package ([40f4b6416](https://github.com/powerhouse-inc/powerhouse/commit/40f4b6416))
|
|
820
|
+
- fixing the utc times ([15b06d2e2](https://github.com/powerhouse-inc/powerhouse/commit/15b06d2e2))
|
|
821
|
+
|
|
822
|
+
### ❤️ Thank You
|
|
823
|
+
|
|
824
|
+
- Benjamin Jordan (@thegoldenmule)
|
|
825
|
+
|
|
826
|
+
## 4.1.0-dev.57 (2025-09-17)
|
|
827
|
+
|
|
828
|
+
### 🚀 Features
|
|
829
|
+
|
|
830
|
+
- **monorepo:** empty commit to satisfy naming ([5aa18f417](https://github.com/powerhouse-inc/powerhouse/commit/5aa18f417))
|
|
831
|
+
- **monorepo:** merge main ([79f6472b1](https://github.com/powerhouse-inc/powerhouse/commit/79f6472b1))
|
|
832
|
+
- **monorepo:** update release branch workflow ([e9c221ab5](https://github.com/powerhouse-inc/powerhouse/commit/e9c221ab5))
|
|
833
|
+
- add processor configuration support to switchboard and Vetra integration ([#1859](https://github.com/powerhouse-inc/powerhouse/pull/1859))
|
|
834
|
+
|
|
835
|
+
### 🩹 Fixes
|
|
836
|
+
|
|
837
|
+
- **monorepo:** re-add nx js plugin ([d477a49d7](https://github.com/powerhouse-inc/powerhouse/commit/d477a49d7))
|
|
838
|
+
- **monorepo:** regenerate lockfile ([7811171ff](https://github.com/powerhouse-inc/powerhouse/commit/7811171ff))
|
|
839
|
+
- **monorepo:** linting and type checking ([#1776](https://github.com/powerhouse-inc/powerhouse/pull/1776))
|
|
840
|
+
|
|
841
|
+
### ❤️ Thank You
|
|
842
|
+
|
|
843
|
+
- Guillermo Puente Sandoval @gpuente
|
|
844
|
+
- Ryan Wolhuter @ryanwolhuter
|
|
845
|
+
- ryanwolhuter @ryanwolhuter
|
|
846
|
+
|
|
847
|
+
## 4.1.0-dev.56 (2025-09-17)
|
|
848
|
+
|
|
849
|
+
This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
|
|
850
|
+
|
|
851
|
+
## 4.1.0-dev.55 (2025-09-16)
|
|
852
|
+
|
|
853
|
+
### 🚀 Features
|
|
854
|
+
|
|
855
|
+
- enable supported document types for drag and drop feature ([#1860](https://github.com/powerhouse-inc/powerhouse/pull/1860))
|
|
856
|
+
- add processor configuration support to switchboard and Vetra integration ([#1859](https://github.com/powerhouse-inc/powerhouse/pull/1859))
|
|
857
|
+
|
|
858
|
+
### ❤️ Thank You
|
|
859
|
+
|
|
860
|
+
- Guillermo Puente Sandoval @gpuente
|
|
861
|
+
|
|
862
|
+
## 4.1.0-dev.54 (2025-09-16)
|
|
863
|
+
|
|
864
|
+
### 🚀 Features
|
|
865
|
+
|
|
866
|
+
- adding reactor client to subgraph args ([d0a8011e6](https://github.com/powerhouse-inc/powerhouse/commit/d0a8011e6))
|
|
867
|
+
|
|
868
|
+
### ❤️ Thank You
|
|
869
|
+
|
|
870
|
+
- Benjamin Jordan (@thegoldenmule)
|
|
871
|
+
|
|
872
|
+
## 4.1.0-dev.53 (2025-09-13)
|
|
873
|
+
|
|
874
|
+
This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
|
|
875
|
+
|
|
876
|
+
## 4.1.0-dev.52 (2025-09-12)
|
|
877
|
+
|
|
878
|
+
### 🩹 Fixes
|
|
879
|
+
|
|
880
|
+
- **connect-e2e:** fix failing tests ([88c3bea94](https://github.com/powerhouse-inc/powerhouse/commit/88c3bea94))
|
|
881
|
+
|
|
882
|
+
### ❤️ Thank You
|
|
883
|
+
|
|
884
|
+
- acaldas @acaldas
|
|
885
|
+
|
|
886
|
+
## 4.1.0-dev.51 (2025-09-11)
|
|
887
|
+
|
|
888
|
+
### 🚀 Features
|
|
889
|
+
|
|
890
|
+
- **reactor-api:** generate sdk ([ec107015c](https://github.com/powerhouse-inc/powerhouse/commit/ec107015c))
|
|
891
|
+
- **reactor-api:** initial gql codegen ([3db9e9778](https://github.com/powerhouse-inc/powerhouse/commit/3db9e9778))
|
|
892
|
+
- **monorepo:** make format consistent across ignores ([98469560f](https://github.com/powerhouse-inc/powerhouse/commit/98469560f))
|
|
893
|
+
- **monorepo:** use consistent separate type imports ([6fd4ac0f4](https://github.com/powerhouse-inc/powerhouse/commit/6fd4ac0f4))
|
|
894
|
+
|
|
895
|
+
### 🩹 Fixes
|
|
896
|
+
|
|
897
|
+
- annoyingly, you have to add ignores to the root eslint ([bb6d993bd](https://github.com/powerhouse-inc/powerhouse/commit/bb6d993bd))
|
|
898
|
+
- **docs:** improve document hooks documentation ([d05fcb835](https://github.com/powerhouse-inc/powerhouse/commit/d05fcb835))
|
|
899
|
+
|
|
900
|
+
### ❤️ Thank You
|
|
901
|
+
|
|
902
|
+
- Benjamin Jordan (@thegoldenmule)
|
|
903
|
+
- Callme-T
|
|
904
|
+
- ryanwolhuter @ryanwolhuter
|
|
905
|
+
|
|
906
|
+
## 5.0.0-staging.9 (2025-09-09)
|
|
907
|
+
|
|
908
|
+
This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
|
|
909
|
+
|
|
910
|
+
## 5.0.0-staging.8 (2025-09-09)
|
|
911
|
+
|
|
912
|
+
This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
|
|
913
|
+
|
|
914
|
+
## 5.0.0-staging.7 (2025-09-09)
|
|
915
|
+
|
|
916
|
+
This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
|
|
917
|
+
|
|
918
|
+
## 5.0.0-staging.6 (2025-09-08)
|
|
919
|
+
|
|
920
|
+
This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
|
|
921
|
+
|
|
922
|
+
## 5.0.0-staging.5 (2025-09-08)
|
|
923
|
+
|
|
924
|
+
This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
|
|
925
|
+
|
|
926
|
+
## 5.0.0-staging.4 (2025-09-08)
|
|
927
|
+
|
|
928
|
+
This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
|
|
929
|
+
|
|
930
|
+
## 5.0.0-staging.3 (2025-09-08)
|
|
931
|
+
|
|
932
|
+
This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
|
|
933
|
+
|
|
934
|
+
## 5.0.0-staging.2 (2025-09-05)
|
|
935
|
+
|
|
936
|
+
### 🩹 Fixes
|
|
937
|
+
|
|
938
|
+
- **docs:** added zip redundancy to release notes ([3acfe1027](https://github.com/powerhouse-inc/powerhouse/commit/3acfe1027))
|
|
939
|
+
|
|
940
|
+
### ❤️ Thank You
|
|
941
|
+
|
|
942
|
+
- Callme-T
|
|
943
|
+
|
|
944
|
+
## 5.0.0-staging.1 (2025-09-04)
|
|
945
|
+
|
|
946
|
+
This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
|
|
947
|
+
|
|
948
|
+
## 4.1.0-dev.44 (2025-09-04)
|
|
949
|
+
|
|
950
|
+
### 🚀 Features
|
|
951
|
+
|
|
952
|
+
- **switchboard:** updated readme ([9659cf035](https://github.com/powerhouse-inc/powerhouse/commit/9659cf035))
|
|
953
|
+
|
|
954
|
+
### ❤️ Thank You
|
|
955
|
+
|
|
956
|
+
- Frank
|
|
957
|
+
|
|
958
|
+
## 4.1.0-dev.43 (2025-09-02)
|
|
959
|
+
|
|
960
|
+
This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
|
|
961
|
+
|
|
962
|
+
## 4.1.0-dev.42 (2025-09-02)
|
|
963
|
+
|
|
964
|
+
This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
|
|
965
|
+
|
|
966
|
+
## 4.1.0-dev.41 (2025-09-02)
|
|
967
|
+
|
|
968
|
+
### 🩹 Fixes
|
|
969
|
+
|
|
970
|
+
- **document-drive:** install openssl ([89f21529e](https://github.com/powerhouse-inc/powerhouse/commit/89f21529e))
|
|
971
|
+
- **document-drive:** prisma build ([7884368a2](https://github.com/powerhouse-inc/powerhouse/commit/7884368a2))
|
|
972
|
+
- **switchboard, connect:** fetch proper tag ([79a0bc967](https://github.com/powerhouse-inc/powerhouse/commit/79a0bc967))
|
|
973
|
+
|
|
974
|
+
### ❤️ Thank You
|
|
975
|
+
|
|
976
|
+
- Frank
|
|
977
|
+
|
|
978
|
+
## 4.1.0-dev.40 (2025-09-02)
|
|
979
|
+
|
|
980
|
+
### 🩹 Fixes
|
|
981
|
+
|
|
982
|
+
- **switchboard:** added openssl to dockerfile ([a10230c60](https://github.com/powerhouse-inc/powerhouse/commit/a10230c60))
|
|
983
|
+
|
|
984
|
+
### ❤️ Thank You
|
|
985
|
+
|
|
986
|
+
- Frank
|
|
987
|
+
|
|
988
|
+
## 4.1.0-dev.39 (2025-09-02)
|
|
989
|
+
|
|
990
|
+
### 🩹 Fixes
|
|
991
|
+
|
|
992
|
+
- **switchboard:** added db push to switchboard entrypoint ([d109e4afb](https://github.com/powerhouse-inc/powerhouse/commit/d109e4afb))
|
|
993
|
+
|
|
994
|
+
### ❤️ Thank You
|
|
995
|
+
|
|
996
|
+
- Frank
|
|
997
|
+
|
|
998
|
+
## 4.1.0-dev.38 (2025-08-30)
|
|
999
|
+
|
|
1000
|
+
### 🚀 Features
|
|
1001
|
+
|
|
1002
|
+
- gql-gen spec ([5bf2c7226](https://github.com/powerhouse-inc/powerhouse/commit/5bf2c7226))
|
|
1003
|
+
- **reactor:** we have a reactor facade ([7a61e68ab](https://github.com/powerhouse-inc/powerhouse/commit/7a61e68ab))
|
|
1004
|
+
- **reactor:** impstubbing out initial interface and types ([b74b194f9](https://github.com/powerhouse-inc/powerhouse/commit/b74b194f9))
|
|
1005
|
+
|
|
1006
|
+
### ❤️ Thank You
|
|
1007
|
+
|
|
1008
|
+
- Benjamin Jordan (@thegoldenmule)
|
|
1009
|
+
|
|
1010
|
+
## 4.1.0-dev.37 (2025-08-29)
|
|
1011
|
+
|
|
1012
|
+
This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
|
|
1013
|
+
|
|
1014
|
+
## 4.1.0-dev.36 (2025-08-28)
|
|
1015
|
+
|
|
1016
|
+
This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
|
|
1017
|
+
|
|
1018
|
+
## 4.1.0-dev.35 (2025-08-27)
|
|
1019
|
+
|
|
1020
|
+
### 🩹 Fixes
|
|
1021
|
+
|
|
1022
|
+
- **switchboard, ph-cli:** slight type fixes ([b1bf76f1b](https://github.com/powerhouse-inc/powerhouse/commit/b1bf76f1b))
|
|
1023
|
+
|
|
1024
|
+
### ❤️ Thank You
|
|
1025
|
+
|
|
1026
|
+
- Benjamin Jordan (@thegoldenmule)
|
|
1027
|
+
|
|
1028
|
+
## 4.1.0-dev.34 (2025-08-26)
|
|
1029
|
+
|
|
1030
|
+
This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
|
|
1031
|
+
|
|
1032
|
+
## 4.1.0-dev.33 (2025-08-21)
|
|
1033
|
+
|
|
1034
|
+
This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
|
|
1035
|
+
|
|
1036
|
+
## 4.1.0-dev.32 (2025-08-21)
|
|
1037
|
+
|
|
1038
|
+
### 🩹 Fixes
|
|
1039
|
+
|
|
1040
|
+
- **ph-cli:** resolve local document model loading in switchboard and vetra ([262f13035](https://github.com/powerhouse-inc/powerhouse/commit/262f13035))
|
|
1041
|
+
|
|
1042
|
+
### ❤️ Thank You
|
|
1043
|
+
|
|
1044
|
+
- Guillermo Puente @gpuente
|
|
1045
|
+
|
|
1046
|
+
## 4.1.0-dev.31 (2025-08-20)
|
|
1047
|
+
|
|
1048
|
+
This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
|
|
1049
|
+
|
|
1050
|
+
## 4.1.0-dev.30 (2025-08-20)
|
|
1051
|
+
|
|
1052
|
+
### 🩹 Fixes
|
|
1053
|
+
|
|
1054
|
+
- add additional tags ([4f0cf8658](https://github.com/powerhouse-inc/powerhouse/commit/4f0cf8658))
|
|
1055
|
+
|
|
1056
|
+
### ❤️ Thank You
|
|
1057
|
+
|
|
1058
|
+
- Frank
|
|
1059
|
+
|
|
1060
|
+
## 4.1.0-dev.29 (2025-08-20)
|
|
1061
|
+
|
|
1062
|
+
### 🩹 Fixes
|
|
1063
|
+
|
|
1064
|
+
- fetch tags :-) ([df0b7beba](https://github.com/powerhouse-inc/powerhouse/commit/df0b7beba))
|
|
1065
|
+
|
|
1066
|
+
### ❤️ Thank You
|
|
1067
|
+
|
|
1068
|
+
- Frank
|
|
1069
|
+
|
|
1070
|
+
## 4.1.0-dev.28 (2025-08-20)
|
|
1071
|
+
|
|
1072
|
+
### 🩹 Fixes
|
|
1073
|
+
|
|
1074
|
+
- removed metadata extraction from commit ([637960021](https://github.com/powerhouse-inc/powerhouse/commit/637960021))
|
|
1075
|
+
|
|
1076
|
+
### ❤️ Thank You
|
|
1077
|
+
|
|
1078
|
+
- Frank
|
|
1079
|
+
|
|
1080
|
+
## 4.1.0-dev.27 (2025-08-20)
|
|
1081
|
+
|
|
1082
|
+
### 🩹 Fixes
|
|
1083
|
+
|
|
1084
|
+
- extract metadata tags and labels for docker ([bb9c81ce7](https://github.com/powerhouse-inc/powerhouse/commit/bb9c81ce7))
|
|
1085
|
+
- use github tag properly ([95ccff4b8](https://github.com/powerhouse-inc/powerhouse/commit/95ccff4b8))
|
|
1086
|
+
- proper tag for docker images ([e73e10617](https://github.com/powerhouse-inc/powerhouse/commit/e73e10617))
|
|
1087
|
+
- use patname secret instead of github token ([db9dfd5cd](https://github.com/powerhouse-inc/powerhouse/commit/db9dfd5cd))
|
|
1088
|
+
|
|
1089
|
+
### ❤️ Thank You
|
|
1090
|
+
|
|
1091
|
+
- Frank
|
|
1092
|
+
|
|
1093
|
+
## 4.1.0-dev.26 (2025-08-20)
|
|
1094
|
+
|
|
1095
|
+
### 🩹 Fixes
|
|
1096
|
+
|
|
1097
|
+
- docker deploy alternative approach ([2a5522cdc](https://github.com/powerhouse-inc/powerhouse/commit/2a5522cdc))
|
|
1098
|
+
|
|
1099
|
+
### ❤️ Thank You
|
|
1100
|
+
|
|
1101
|
+
- Frank
|
|
1102
|
+
|
|
1103
|
+
## 4.1.0-dev.25 (2025-08-20)
|
|
1104
|
+
|
|
1105
|
+
### 🩹 Fixes
|
|
1106
|
+
|
|
1107
|
+
- docker deploy ([b057a7cce](https://github.com/powerhouse-inc/powerhouse/commit/b057a7cce))
|
|
1108
|
+
|
|
1109
|
+
### ❤️ Thank You
|
|
1110
|
+
|
|
1111
|
+
- Frank
|
|
1112
|
+
|
|
1113
|
+
## 4.1.0-dev.24 (2025-08-20)
|
|
1114
|
+
|
|
1115
|
+
### 🚀 Features
|
|
1116
|
+
|
|
1117
|
+
- **codegen:** add drive explorer template ([9c27219dc](https://github.com/powerhouse-inc/powerhouse/commit/9c27219dc))
|
|
1118
|
+
- **connect,reactor-browser:** remove more old electron garbage ([5cd255568](https://github.com/powerhouse-inc/powerhouse/commit/5cd255568))
|
|
1119
|
+
- **connect:** remove broken electron code ([3f28d6a46](https://github.com/powerhouse-inc/powerhouse/commit/3f28d6a46))
|
|
1120
|
+
- **reactor-browser,connect,vetra:** move state hooks into reactor browser and eliminate redundant and dead code ([30fa16f1f](https://github.com/powerhouse-inc/powerhouse/commit/30fa16f1f))
|
|
1121
|
+
- **connect,state,renown:** add state hook for renown ([5beb1252b](https://github.com/powerhouse-inc/powerhouse/commit/5beb1252b))
|
|
1122
|
+
- **connect:** remove unused dep ([ef492bc7a](https://github.com/powerhouse-inc/powerhouse/commit/ef492bc7a))
|
|
1123
|
+
- **connect,state,reactor-browser:** eliminate jotai ([53b1ab759](https://github.com/powerhouse-inc/powerhouse/commit/53b1ab759))
|
|
1124
|
+
- **state:** rename to vetra packages ([c415b7dc2](https://github.com/powerhouse-inc/powerhouse/commit/c415b7dc2))
|
|
1125
|
+
- **state:** use ph packages atoms ([6421fbeea](https://github.com/powerhouse-inc/powerhouse/commit/6421fbeea))
|
|
1126
|
+
|
|
1127
|
+
### 🩹 Fixes
|
|
1128
|
+
|
|
1129
|
+
- today claude taught me I could mock a package to fix circular references ([dcb83174c](https://github.com/powerhouse-inc/powerhouse/commit/dcb83174c))
|
|
1130
|
+
- **monorepo:** numerous build issues ([04349dd25](https://github.com/powerhouse-inc/powerhouse/commit/04349dd25))
|
|
1131
|
+
|
|
1132
|
+
### ❤️ Thank You
|
|
1133
|
+
|
|
1134
|
+
- Benjamin Jordan (@thegoldenmule)
|
|
1135
|
+
- ryanwolhuter @ryanwolhuter
|
|
1136
|
+
|
|
1137
|
+
## 4.1.0-dev.23 (2025-08-19)
|
|
1138
|
+
|
|
1139
|
+
This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
|
|
1140
|
+
|
|
1141
|
+
## 4.1.0-dev.22 (2025-08-15)
|
|
1142
|
+
|
|
1143
|
+
This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
|
|
1144
|
+
|
|
1145
|
+
## 4.1.0-dev.21 (2025-08-15)
|
|
1146
|
+
|
|
1147
|
+
### 🚀 Features
|
|
1148
|
+
|
|
1149
|
+
- **vetra:** update manifest when new module is added ([#1766](https://github.com/powerhouse-inc/powerhouse/pull/1766))
|
|
1150
|
+
|
|
1151
|
+
### 🩹 Fixes
|
|
1152
|
+
|
|
1153
|
+
- fixed debug launch configuration now that source maps are in the proper locations ([c75d793ed](https://github.com/powerhouse-inc/powerhouse/commit/c75d793ed))
|
|
1154
|
+
|
|
1155
|
+
### ❤️ Thank You
|
|
1156
|
+
|
|
1157
|
+
- Benjamin Jordan (@thegoldenmule)
|
|
1158
|
+
- Guillermo Puente Sandoval @gpuente
|
|
1159
|
+
|
|
1160
|
+
## 4.1.0-dev.20 (2025-08-15)
|
|
1161
|
+
|
|
1162
|
+
This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
|
|
1163
|
+
|
|
1164
|
+
## 4.1.0-dev.19 (2025-08-14)
|
|
1165
|
+
|
|
1166
|
+
This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
|
|
1167
|
+
|
|
1168
|
+
## 4.1.0-dev.18 (2025-08-14)
|
|
1169
|
+
|
|
1170
|
+
### 🩹 Fixes
|
|
1171
|
+
|
|
1172
|
+
- overly aggressive linter fixes ([e074de3df](https://github.com/powerhouse-inc/powerhouse/commit/e074de3df))
|
|
1173
|
+
|
|
1174
|
+
### ❤️ Thank You
|
|
1175
|
+
|
|
1176
|
+
- Benjamin Jordan (@thegoldenmule)
|
|
1177
|
+
|
|
1178
|
+
## 4.1.0-dev.17 (2025-08-12)
|
|
1179
|
+
|
|
1180
|
+
### 🚀 Features
|
|
1181
|
+
|
|
1182
|
+
- refactor vetra command and remove vetra deps in connect and reactor ([#1753](https://github.com/powerhouse-inc/powerhouse/pull/1753))
|
|
1183
|
+
|
|
1184
|
+
### ❤️ Thank You
|
|
1185
|
+
|
|
1186
|
+
- Guillermo Puente Sandoval @gpuente
|
|
1187
|
+
|
|
1188
|
+
## 4.1.0-dev.16 (2025-08-12)
|
|
1189
|
+
|
|
1190
|
+
This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
|
|
1191
|
+
|
|
1192
|
+
## 4.1.0-dev.15 (2025-08-12)
|
|
1193
|
+
|
|
1194
|
+
### 🚀 Features
|
|
1195
|
+
|
|
1196
|
+
- **reactor-mcp,reactor-api,reactor-local,switchboard,ph-cli:** run mcp on express app ([d51fa590e](https://github.com/powerhouse-inc/powerhouse/commit/d51fa590e))
|
|
1197
|
+
|
|
1198
|
+
### ❤️ Thank You
|
|
1199
|
+
|
|
1200
|
+
- acaldas @acaldas
|
|
1201
|
+
|
|
1202
|
+
## 4.1.0-dev.14 (2025-08-11)
|
|
1203
|
+
|
|
1204
|
+
### 🚀 Features
|
|
1205
|
+
|
|
1206
|
+
- update document engineering dep ([54dcee90d](https://github.com/powerhouse-inc/powerhouse/commit/54dcee90d))
|
|
1207
|
+
|
|
1208
|
+
### ❤️ Thank You
|
|
1209
|
+
|
|
1210
|
+
- acaldas @acaldas
|
|
1211
|
+
|
|
1212
|
+
## 4.1.0-dev.13 (2025-08-09)
|
|
1213
|
+
|
|
1214
|
+
This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
|
|
1215
|
+
|
|
1216
|
+
## 4.1.0-dev.12 (2025-08-08)
|
|
1217
|
+
|
|
1218
|
+
This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
|
|
1219
|
+
|
|
1220
|
+
## 4.1.0-dev.11 (2025-08-07)
|
|
1221
|
+
|
|
1222
|
+
### 🚀 Features
|
|
1223
|
+
|
|
1224
|
+
- **switchboard:** added dev mode to switchboard where local document models are loaded ([449e730b6](https://github.com/powerhouse-inc/powerhouse/commit/449e730b6))
|
|
1225
|
+
- **switchboard,reactor-local,reactor-api:** moved vite loader to reactor-api package ([c84f0a2a3](https://github.com/powerhouse-inc/powerhouse/commit/c84f0a2a3))
|
|
1226
|
+
- vetra package documents and app integration ([0e4053302](https://github.com/powerhouse-inc/powerhouse/commit/0e4053302))
|
|
1227
|
+
- **vetra:** added vetra drive editor ([4ebafd143](https://github.com/powerhouse-inc/powerhouse/commit/4ebafd143))
|
|
1228
|
+
- integrate package documents into reactor system ([939fe8e80](https://github.com/powerhouse-inc/powerhouse/commit/939fe8e80))
|
|
1229
|
+
- **connect:** integrate Vetra package documents and editors ([2ecb9bd15](https://github.com/powerhouse-inc/powerhouse/commit/2ecb9bd15))
|
|
1230
|
+
|
|
1231
|
+
### ❤️ Thank You
|
|
1232
|
+
|
|
1233
|
+
- acaldas @acaldas
|
|
1234
|
+
- Guillermo Puente @gpuente
|
|
1235
|
+
- Guillermo Puente Sandoval @gpuente
|
|
1236
|
+
|
|
1237
|
+
## 4.1.0-dev.10 (2025-08-07)
|
|
1238
|
+
|
|
1239
|
+
### 🚀 Features
|
|
1240
|
+
|
|
1241
|
+
- **builder-tools,codegen,design-system,reactor-api:** updated document-engineering version ([e74068b43](https://github.com/powerhouse-inc/powerhouse/commit/e74068b43))
|
|
1242
|
+
|
|
1243
|
+
### ❤️ Thank You
|
|
1244
|
+
|
|
1245
|
+
- acaldas @acaldas
|
|
1246
|
+
|
|
1247
|
+
## 4.1.0-dev.9 (2025-08-07)
|
|
1248
|
+
|
|
1249
|
+
This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
|
|
1250
|
+
|
|
1251
|
+
## 4.1.0-dev.8 (2025-08-06)
|
|
1252
|
+
|
|
1253
|
+
### 🚀 Features
|
|
1254
|
+
|
|
1255
|
+
- **switchboard,config,reactor-api:** handle auth in reactor-api ([f33c921ee](https://github.com/powerhouse-inc/powerhouse/commit/f33c921ee))
|
|
1256
|
+
|
|
1257
|
+
### ❤️ Thank You
|
|
1258
|
+
|
|
1259
|
+
- acaldas @acaldas
|
|
1260
|
+
|
|
1261
|
+
## 4.1.0-dev.7 (2025-08-06)
|
|
1262
|
+
|
|
1263
|
+
### 🚀 Features
|
|
1264
|
+
|
|
1265
|
+
- **switchboard:** added readme ([fbadfca11](https://github.com/powerhouse-inc/powerhouse/commit/fbadfca11))
|
|
1266
|
+
|
|
1267
|
+
### ❤️ Thank You
|
|
1268
|
+
|
|
1269
|
+
- Frank
|
|
1270
|
+
|
|
1271
|
+
## 4.1.0-dev.6 (2025-08-06)
|
|
1272
|
+
|
|
1273
|
+
### 🚀 Features
|
|
1274
|
+
|
|
1275
|
+
- **reactor-mcp:** load local document models and reload when they change ([0408a017c](https://github.com/powerhouse-inc/powerhouse/commit/0408a017c))
|
|
1276
|
+
- **reactor-local,reactor-api,document-drive:** reload local document models when they change ([5d9af3951](https://github.com/powerhouse-inc/powerhouse/commit/5d9af3951))
|
|
1277
|
+
|
|
1278
|
+
### ❤️ Thank You
|
|
1279
|
+
|
|
1280
|
+
- acaldas @acaldas
|
|
1281
|
+
|
|
1282
|
+
## 4.1.0-dev.5 (2025-08-05)
|
|
1283
|
+
|
|
1284
|
+
This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
|
|
1285
|
+
|
|
1286
|
+
## 4.1.0-dev.4 (2025-08-02)
|
|
1287
|
+
|
|
1288
|
+
### 🚀 Features
|
|
1289
|
+
|
|
1290
|
+
- ts morph integration ([#1729](https://github.com/powerhouse-inc/powerhouse/pull/1729))
|
|
1291
|
+
|
|
1292
|
+
### ❤️ Thank You
|
|
1293
|
+
|
|
1294
|
+
- Guillermo Puente Sandoval @gpuente
|
|
1295
|
+
|
|
1296
|
+
## 4.1.0-dev.3 (2025-08-01)
|
|
1297
|
+
|
|
1298
|
+
### 🚀 Features
|
|
1299
|
+
|
|
1300
|
+
- **reactor-mcp:** setup of modular reactor tools ([ceab98b08](https://github.com/powerhouse-inc/powerhouse/commit/ceab98b08))
|
|
1301
|
+
|
|
1302
|
+
### ❤️ Thank You
|
|
1303
|
+
|
|
1304
|
+
- acaldas @acaldas
|
|
1305
|
+
|
|
1306
|
+
## 4.1.0-dev.2 (2025-07-31)
|
|
1307
|
+
|
|
1308
|
+
### 🚀 Features
|
|
1309
|
+
|
|
1310
|
+
- **reactor-mcp,document/model:** initial implementation of reactor mcp ([4eaab9ab0](https://github.com/powerhouse-inc/powerhouse/commit/4eaab9ab0))
|
|
1311
|
+
|
|
1312
|
+
### 🩹 Fixes
|
|
1313
|
+
|
|
1314
|
+
- linter issues ([e55a16456](https://github.com/powerhouse-inc/powerhouse/commit/e55a16456))
|
|
1315
|
+
|
|
1316
|
+
### ❤️ Thank You
|
|
1317
|
+
|
|
1318
|
+
- acaldas @acaldas
|
|
1319
|
+
- Benjamin Jordan (@thegoldenmule)
|
|
1320
|
+
|
|
1321
|
+
## 4.1.0-dev.1 (2025-07-29)
|
|
1322
|
+
|
|
1323
|
+
### 🚀 Features
|
|
1324
|
+
|
|
1325
|
+
- added vetra command and vetra project ([#1713](https://github.com/powerhouse-inc/powerhouse/pull/1713))
|
|
1326
|
+
|
|
1327
|
+
### ❤️ Thank You
|
|
1328
|
+
|
|
1329
|
+
- Guillermo Puente Sandoval @gpuente
|
|
1330
|
+
|
|
1331
|
+
## 4.0.0-staging.8 (2025-07-29)
|
|
1332
|
+
|
|
1333
|
+
This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
|
|
1334
|
+
|
|
1335
|
+
## 4.0.0-staging.7 (2025-07-26)
|
|
1336
|
+
|
|
1337
|
+
### 🚀 Features
|
|
1338
|
+
|
|
1339
|
+
- **state:** make all atom states derivative ([68a4bfece](https://github.com/powerhouse-inc/powerhouse/commit/68a4bfece))
|
|
1340
|
+
|
|
1341
|
+
### 🩹 Fixes
|
|
1342
|
+
|
|
1343
|
+
- **switchboard:** remove auth from switchboard config ([ff3410afc](https://github.com/powerhouse-inc/powerhouse/commit/ff3410afc))
|
|
1344
|
+
|
|
1345
|
+
### ❤️ Thank You
|
|
1346
|
+
|
|
1347
|
+
- Frank
|
|
1348
|
+
- ryanwolhuter @ryanwolhuter
|
|
1349
|
+
|
|
1350
|
+
## 4.0.0-staging.6 (2025-07-25)
|
|
1351
|
+
|
|
1352
|
+
### 🚀 Features
|
|
1353
|
+
|
|
1354
|
+
- **connect:** remove unused dep ([00d3f68c0](https://github.com/powerhouse-inc/powerhouse/commit/00d3f68c0))
|
|
1355
|
+
- **state:** use reactor on window object ([40321826e](https://github.com/powerhouse-inc/powerhouse/commit/40321826e))
|
|
1356
|
+
- **state:** add state package reference to monorepo tsconfig ([93de86073](https://github.com/powerhouse-inc/powerhouse/commit/93de86073))
|
|
1357
|
+
- **state:** remove unused deps ([d681fff7a](https://github.com/powerhouse-inc/powerhouse/commit/d681fff7a))
|
|
1358
|
+
- **state:** remove jotai optics dep ([dfc955a82](https://github.com/powerhouse-inc/powerhouse/commit/dfc955a82))
|
|
1359
|
+
- **common:** add storybook react dev dep ([61404f414](https://github.com/powerhouse-inc/powerhouse/commit/61404f414))
|
|
1360
|
+
- **common:** install storybook types ([c4d45bb7c](https://github.com/powerhouse-inc/powerhouse/commit/c4d45bb7c))
|
|
1361
|
+
- **connect:** use new hooks ([93a9eccfa](https://github.com/powerhouse-inc/powerhouse/commit/93a9eccfa))
|
|
1362
|
+
- **state:** move state code to own package ([605bd5d75](https://github.com/powerhouse-inc/powerhouse/commit/605bd5d75))
|
|
1363
|
+
- support initial strand without operations ([46698d2ff](https://github.com/powerhouse-inc/powerhouse/commit/46698d2ff))
|
|
1364
|
+
- **document-drive:** removed drive id where possible ([adcedc4f0](https://github.com/powerhouse-inc/powerhouse/commit/adcedc4f0))
|
|
1365
|
+
|
|
1366
|
+
### 🩹 Fixes
|
|
1367
|
+
|
|
1368
|
+
- **document-drive:** added deprecation warnings and release notes ([dbc86d172](https://github.com/powerhouse-inc/powerhouse/commit/dbc86d172))
|
|
1369
|
+
- **common:** update storybook story type ([a84550281](https://github.com/powerhouse-inc/powerhouse/commit/a84550281))
|
|
1370
|
+
|
|
1371
|
+
### ❤️ Thank You
|
|
1372
|
+
|
|
1373
|
+
- acaldas @acaldas
|
|
1374
|
+
- ryanwolhuter @ryanwolhuter
|
|
1375
|
+
|
|
1376
|
+
## 3.3.0-dev.19 (2025-07-25)
|
|
1377
|
+
|
|
1378
|
+
### 🚀 Features
|
|
1379
|
+
|
|
1380
|
+
- **connect:** remove unused dep ([00d3f68c0](https://github.com/powerhouse-inc/powerhouse/commit/00d3f68c0))
|
|
1381
|
+
- **state:** use reactor on window object ([40321826e](https://github.com/powerhouse-inc/powerhouse/commit/40321826e))
|
|
1382
|
+
- **state:** add state package reference to monorepo tsconfig ([93de86073](https://github.com/powerhouse-inc/powerhouse/commit/93de86073))
|
|
1383
|
+
- **state:** remove unused deps ([d681fff7a](https://github.com/powerhouse-inc/powerhouse/commit/d681fff7a))
|
|
1384
|
+
- **state:** remove jotai optics dep ([dfc955a82](https://github.com/powerhouse-inc/powerhouse/commit/dfc955a82))
|
|
1385
|
+
- **common:** add storybook react dev dep ([61404f414](https://github.com/powerhouse-inc/powerhouse/commit/61404f414))
|
|
1386
|
+
- **common:** install storybook types ([c4d45bb7c](https://github.com/powerhouse-inc/powerhouse/commit/c4d45bb7c))
|
|
1387
|
+
- **connect:** use new hooks ([93a9eccfa](https://github.com/powerhouse-inc/powerhouse/commit/93a9eccfa))
|
|
1388
|
+
- **state:** move state code to own package ([605bd5d75](https://github.com/powerhouse-inc/powerhouse/commit/605bd5d75))
|
|
1389
|
+
- support initial strand without operations ([46698d2ff](https://github.com/powerhouse-inc/powerhouse/commit/46698d2ff))
|
|
1390
|
+
- **document-drive:** removed drive id where possible ([adcedc4f0](https://github.com/powerhouse-inc/powerhouse/commit/adcedc4f0))
|
|
1391
|
+
|
|
1392
|
+
### 🩹 Fixes
|
|
1393
|
+
|
|
1394
|
+
- **document-drive:** added deprecation warnings and release notes ([dbc86d172](https://github.com/powerhouse-inc/powerhouse/commit/dbc86d172))
|
|
1395
|
+
- **common:** update storybook story type ([a84550281](https://github.com/powerhouse-inc/powerhouse/commit/a84550281))
|
|
1396
|
+
|
|
1397
|
+
### ❤️ Thank You
|
|
1398
|
+
|
|
1399
|
+
- acaldas @acaldas
|
|
1400
|
+
- ryanwolhuter @ryanwolhuter
|
|
1401
|
+
|
|
1402
|
+
## 3.3.0-dev.18 (2025-07-24)
|
|
1403
|
+
|
|
1404
|
+
This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
|
|
1405
|
+
|
|
1406
|
+
## 3.3.0-dev.17 (2025-07-23)
|
|
1407
|
+
|
|
1408
|
+
### 🩹 Fixes
|
|
1409
|
+
|
|
1410
|
+
- update release notes ([f1b6a8e71](https://github.com/powerhouse-inc/powerhouse/commit/f1b6a8e71))
|
|
1411
|
+
- add release notes on correct branch ([a2d60a537](https://github.com/powerhouse-inc/powerhouse/commit/a2d60a537))
|
|
1412
|
+
|
|
1413
|
+
### ❤️ Thank You
|
|
1414
|
+
|
|
1415
|
+
- Callme-T
|
|
1416
|
+
|
|
1417
|
+
## 3.3.0-dev.16 (2025-07-22)
|
|
1418
|
+
|
|
1419
|
+
This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
|
|
1420
|
+
|
|
1421
|
+
## 3.3.0-dev.15 (2025-07-17)
|
|
1422
|
+
|
|
1423
|
+
### 🩹 Fixes
|
|
1424
|
+
|
|
1425
|
+
- **codegen:** updated subgraph template to deal with undefined return on getDocument ([7b2862a91](https://github.com/powerhouse-inc/powerhouse/commit/7b2862a91))
|
|
1426
|
+
|
|
1427
|
+
### ❤️ Thank You
|
|
1428
|
+
|
|
1429
|
+
- acaldas
|
|
218
1430
|
|
|
219
1431
|
## 3.3.0-dev.14 (2025-07-17)
|
|
220
1432
|
|