Skip to content

chore(deps): upgrade @objectstack to 8.0.1 and bump ObjectOS One to 8.0.1#19

Merged
os-zhuang merged 1 commit into
mainfrom
chore/upgrade-objectstack-8.0.1
Jun 10, 2026
Merged

chore(deps): upgrade @objectstack to 8.0.1 and bump ObjectOS One to 8.0.1#19
os-zhuang merged 1 commit into
mainfrom
chore/upgrade-objectstack-8.0.1

Conversation

@os-zhuang

Copy link
Copy Markdown
Contributor

What

Upgrade @objectstack to the latest 8.0.1 (major bump from 7.9.0), release ObjectOS One 8.0.1, and refresh the official docs for the real 8.0 surface — including all six translations.

Dependency upgrade

  • All eight @objectstack/* deps in @objectos/server bumped ^7.9.0 → ^8.0.1; lockfile refreshed (clean resolve, no leftover 7.x, no stale plugin-mcp-server).

Breaking change handled (7.x → 8.0)

  • 8.0 removed the cloud-connected, hostname-routed createObjectOSStack wrapper from @objectstack/runtime (type-check caught it).
  • apps/objectos/objectstack.config.ts migrated to the single-tenant createStandaloneStack host, mapping the existing env-var contract: OS_ARTIFACT_FILE → artifactPath (now also accepts an http(s):// cloud artifact URL), OS_ENVIRONMENT_ID/OS_PROJECT_ID → environmentId, OS_BUSINESS_DB_URL/OS_DATABASE_URL → databaseUrl.
  • The cli-internal @objectstack/plugin-mcp-server → @objectstack/mcp rename does not affect ObjectOS (no direct import).

ObjectOS One 8.0.1

  • sync-version propagated the resolved cli version to package.json, tauri.conf.json, Cargo.toml; Cargo.lock synced too. sync-version:check passes.

Verification

  • type-check passes.
  • pnpm smoke:runtime boots clean on 8.0.1 — artifact loaded, 26 plugins, server ready, /api/v1/health OK.

Docs (English + de/es/fr/ja/ko/zh-Hans)

  • changelog — new "8.0.x current release train": MCP over Streamable HTTP, self-serve API keys, field conditional rules, RLS read filter, standalone host; marked the 5.0 environment rename as shipped.
  • environment-variables — added OS_MCP_SERVER_ENABLED; corrected the now-inaccurate fileConfig/OS_CLOUD_URL wording; noted artifact HMR now follows NODE_ENV.
  • api-access — documented POST /api/v1/keys, x-api-key / Authorization: ApiKey auth, and the /api/v1/mcp endpoint.

🤖 Generated with Claude Code

….0.1

Bump all @objectstack/* dependencies in @objectos/server from ^7.9.0 to
^8.0.1 and refresh the lockfile. 8.0 is a major: the runtime removed the
cloud-connected, hostname-routed createObjectOSStack wrapper, so
apps/objectos/objectstack.config.ts is migrated to the single-tenant
createStandaloneStack host (OS_ARTIFACT_FILE → artifactPath, which now
also accepts an http(s):// cloud artifact URL; OS_BUSINESS_DB_URL →
databaseUrl). The cli-internal @objectstack/plugin-mcp-server → @objectstack/mcp
rename does not affect ObjectOS (no direct import).

Propagate the resolved cli version (8.0.1) to apps/objectos-one
package.json, tauri.conf.json, Cargo.toml and Cargo.lock via sync-version.
type-check passes; smoke test boots clean on 8.0.1 (26 plugins, HTTP ready).

Docs: scan the framework changesets for the real 8.0 surface and update the
official site — changelog (MCP over HTTP, self-serve API keys, field
conditional rules, RLS read filter, standalone host), environment-variables
(OS_MCP_SERVER_ENABLED, corrected artifact/cloud wording, artifact HMR via
NODE_ENV), and api-access (POST /api/v1/keys, x-api-key / Authorization: ApiKey,
/api/v1/mcp). English + all six translations (de/es/fr/ja/ko/zh-Hans).

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
@os-zhuang os-zhuang merged commit fde4a4a into main Jun 10, 2026
1 check passed
@os-zhuang os-zhuang deleted the chore/upgrade-objectstack-8.0.1 branch June 10, 2026 05:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant