@powerhousedao/switchboard 6.0.2-staging.7 → 6.0.2-staging.8
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 +2 -62
- package/package.json +10 -10
package/CHANGELOG.md
CHANGED
|
@@ -1,66 +1,6 @@
|
|
|
1
|
-
## 6.0.2-staging.
|
|
2
|
-
|
|
3
|
-
### 🚀 Features
|
|
4
|
-
|
|
5
|
-
- **ph-cmd:** added scripts to install dev and staging ph-cmd binary ([492555423](https://github.com/powerhouse-inc/powerhouse/commit/492555423))
|
|
6
|
-
- **switchboard:** bridge OpenTelemetry spans to Sentry ([c1f2fc28b](https://github.com/powerhouse-inc/powerhouse/commit/c1f2fc28b))
|
|
7
|
-
- **ph-cli,ph-cmd,shared:** use lightweight sentry sdk ([248c6b2f6](https://github.com/powerhouse-inc/powerhouse/commit/248c6b2f6))
|
|
8
|
-
- add download button ([#2586](https://github.com/powerhouse-inc/powerhouse/pull/2586))
|
|
9
|
-
- new test-sync-queue cli app that detects sync drift for large drives ([771352e08](https://github.com/powerhouse-inc/powerhouse/commit/771352e08))
|
|
10
|
-
- new test-sync-queue cli app that detects sync drift for large drives ([ddcd53f1e](https://github.com/powerhouse-inc/powerhouse/commit/ddcd53f1e))
|
|
11
|
-
- **connect,reactor-api:** set git hash at build time and display with url ([99b5233c7](https://github.com/powerhouse-inc/powerhouse/commit/99b5233c7))
|
|
12
|
-
- various mixed load scenarios for the lb ([6ef3a76bf](https://github.com/powerhouse-inc/powerhouse/commit/6ef3a76bf))
|
|
13
|
-
- add json viewer for operations tooltip ([#2569](https://github.com/powerhouse-inc/powerhouse/pull/2569))
|
|
14
|
-
- **registry:** renown JWT auth in front of verdaccio ([e5bbf93f1](https://github.com/powerhouse-inc/powerhouse/commit/e5bbf93f1))
|
|
15
|
-
- **switchboard-lb:** rewrite to use simpler drive-id header ([a442207d1](https://github.com/powerhouse-inc/powerhouse/commit/a442207d1))
|
|
16
|
-
- **reactor-attachments:** implementing HEAD, implementing soft-delete and fixing some indexing issues ([f1430bca4](https://github.com/powerhouse-inc/powerhouse/commit/f1430bca4))
|
|
17
|
-
- make document cache usable with graphql client ([#2557](https://github.com/powerhouse-inc/powerhouse/pull/2557))
|
|
18
|
-
|
|
19
|
-
### 🩹 Fixes
|
|
20
|
-
|
|
21
|
-
- **merge:** restore main contents on release branch (keep only version bumps and changelogs) ([6b981a6f1](https://github.com/powerhouse-inc/powerhouse/commit/6b981a6f1))
|
|
22
|
-
- **deps:** drop orphan catalog refs in analytics-engine lost in main merge ([c16fa9085](https://github.com/powerhouse-inc/powerhouse/commit/c16fa9085))
|
|
23
|
-
- **switchboard:** move @pyroscope/nodejs to dependencies ([c71e0b3de](https://github.com/powerhouse-inc/powerhouse/commit/c71e0b3de))
|
|
24
|
-
- **sentry:** inject debug-ids before publish + drop dead dirs ([444c677a2](https://github.com/powerhouse-inc/powerhouse/commit/444c677a2))
|
|
25
|
-
- switching postgres versions ([353951582](https://github.com/powerhouse-inc/powerhouse/commit/353951582))
|
|
26
|
-
- **reactor-api:** exclude hub/spoke test by default, added specific job to test it ([8e8474929](https://github.com/powerhouse-inc/powerhouse/commit/8e8474929))
|
|
27
|
-
- **release:** pass the just-published tag from release -> publish-ph-binaries ([dd19a9b20](https://github.com/powerhouse-inc/powerhouse/commit/dd19a9b20))
|
|
28
|
-
- update dockerfiles for pnpm 11 bin path ([d33db03ce](https://github.com/powerhouse-inc/powerhouse/commit/d33db03ce))
|
|
29
|
-
- **switchboard:** only enable tracing if a destination is configured ([8abff8020](https://github.com/powerhouse-inc/powerhouse/commit/8abff8020))
|
|
30
|
-
- switchboard itself was not using proper env vars ([a18a78f05](https://github.com/powerhouse-inc/powerhouse/commit/a18a78f05))
|
|
31
|
-
- switchboard migrate command did not honor proper env vars ([97f8c4781](https://github.com/powerhouse-inc/powerhouse/commit/97f8c4781))
|
|
32
|
-
- **ci:** pnpm 11 reads PNPM_CONFIG_* not NPM_CONFIG_* ([b6c05fb23](https://github.com/powerhouse-inc/powerhouse/commit/b6c05fb23))
|
|
33
|
-
- **ci, docker:** pnpm 11 uses pnpm-workspace.yaml for allowBuilds; env var for min-release-age ([37c04c28a](https://github.com/powerhouse-inc/powerhouse/commit/37c04c28a))
|
|
34
|
-
- opt out of pnpm 11 minimum-release-age; fix docker/boilerplate strict-dep-builds ([75d31f3c6](https://github.com/powerhouse-inc/powerhouse/commit/75d31f3c6))
|
|
35
|
-
- add pnpm workspace to boilerplate ([1b3a6e78c](https://github.com/powerhouse-inc/powerhouse/commit/1b3a6e78c))
|
|
36
|
-
- **ci:** pnpm v11 docker init + global bin path ([9d93dc20a](https://github.com/powerhouse-inc/powerhouse/commit/9d93dc20a))
|
|
37
|
-
- **reactor-api:** use explicit instrumentation libs ([740931541](https://github.com/powerhouse-inc/powerhouse/commit/740931541))
|
|
38
|
-
- switchboard itself was not using proper env vars ([50a3b842f](https://github.com/powerhouse-inc/powerhouse/commit/50a3b842f))
|
|
39
|
-
- switchboard migrate command did not honor proper env vars ([2fc850209](https://github.com/powerhouse-inc/powerhouse/commit/2fc850209))
|
|
40
|
-
- **eslint:** tighten cold-path rule typing ([dd9e8afcb](https://github.com/powerhouse-inc/powerhouse/commit/dd9e8afcb))
|
|
41
|
-
- update pnpm lock with pnpm 11 ([53489e082](https://github.com/powerhouse-inc/powerhouse/commit/53489e082))
|
|
42
|
-
- bump document-engineering to 1.40.3 and align zod pin ([d50e7e42c](https://github.com/powerhouse-inc/powerhouse/commit/d50e7e42c))
|
|
43
|
-
- **release:** drop concurrency from publish-docker-images.yml ([#2572](https://github.com/powerhouse-inc/powerhouse/issues/2572))
|
|
44
|
-
- **release:** retry git push with rebase + add workflow concurrency ([#2572](https://github.com/powerhouse-inc/powerhouse/pull/2572))
|
|
45
|
-
- **reactor-attachments:** switch to Attachment-Metadata instead of the X- prefix ([7ea3f120a](https://github.com/powerhouse-inc/powerhouse/commit/7ea3f120a))
|
|
46
|
-
- **reactor-api, switchboard:** partial-delete index, reservation validation, fastify param routing, case-insensitive hashes ([f0b5b0620](https://github.com/powerhouse-inc/powerhouse/commit/f0b5b0620))
|
|
47
|
-
- **reactor-attachments:** code-review feedback ([18cd49ab6](https://github.com/powerhouse-inc/powerhouse/commit/18cd49ab6))
|
|
48
|
-
- **codegen,ph-cli,shared:** build package types with tsc ([a1a47e932](https://github.com/powerhouse-inc/powerhouse/commit/a1a47e932))
|
|
49
|
-
- **codegen,ph-cli,shared:** build package types with tsc ([f3658dddc](https://github.com/powerhouse-inc/powerhouse/commit/f3658dddc))
|
|
50
|
-
- **ci:** pick docker tag matching branch channel ([1f6c5ba7c](https://github.com/powerhouse-inc/powerhouse/commit/1f6c5ba7c))
|
|
1
|
+
## 6.0.2-staging.8 (2026-05-11)
|
|
51
2
|
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
- **ph-cmd:** short-circuit --version to skip the heavy clis bundle ([96a37df65](https://github.com/powerhouse-inc/powerhouse/commit/96a37df65))
|
|
55
|
-
|
|
56
|
-
### ❤️ Thank You
|
|
57
|
-
|
|
58
|
-
- acaldas
|
|
59
|
-
- Benjamin Jordan
|
|
60
|
-
- Copilot
|
|
61
|
-
- Frank @froid1911
|
|
62
|
-
- Guillermo Puente @gpuente
|
|
63
|
-
- Ryan Wolhuter @ryanwolhuter
|
|
3
|
+
This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
|
|
64
4
|
|
|
65
5
|
## 6.0.2-staging.6 (2026-05-04)
|
|
66
6
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@powerhousedao/switchboard",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "6.0.2-staging.
|
|
4
|
+
"version": "6.0.2-staging.8",
|
|
5
5
|
"main": "dist/index.mjs",
|
|
6
6
|
"exports": {
|
|
7
7
|
".": {
|
|
@@ -59,15 +59,15 @@
|
|
|
59
59
|
"kysely-pglite-dialect": "1.2.0",
|
|
60
60
|
"pg": "8.18.0",
|
|
61
61
|
"vite": "8.0.8",
|
|
62
|
-
"@powerhousedao/config": "6.0.2-staging.
|
|
63
|
-
"@powerhousedao/reactor": "6.0.2-staging.
|
|
64
|
-
"@powerhousedao/
|
|
65
|
-
"@powerhousedao/shared": "6.0.2-staging.
|
|
66
|
-
"@powerhousedao/vetra": "6.0.2-staging.
|
|
67
|
-
"@powerhousedao/reactor-
|
|
68
|
-
"@powerhousedao/reactor-
|
|
69
|
-
"@renown/sdk": "6.0.2-staging.
|
|
70
|
-
"document-model": "6.0.2-staging.
|
|
62
|
+
"@powerhousedao/config": "6.0.2-staging.8",
|
|
63
|
+
"@powerhousedao/opentelemetry-instrumentation-reactor": "6.0.2-staging.8",
|
|
64
|
+
"@powerhousedao/reactor": "6.0.2-staging.8",
|
|
65
|
+
"@powerhousedao/shared": "6.0.2-staging.8",
|
|
66
|
+
"@powerhousedao/vetra": "6.0.2-staging.8",
|
|
67
|
+
"@powerhousedao/reactor-attachments": "6.0.2-staging.8",
|
|
68
|
+
"@powerhousedao/reactor-api": "6.0.2-staging.8",
|
|
69
|
+
"@renown/sdk": "6.0.2-staging.8",
|
|
70
|
+
"document-model": "6.0.2-staging.8"
|
|
71
71
|
},
|
|
72
72
|
"devDependencies": {
|
|
73
73
|
"@types/express": "^4.17.25",
|