chore(deps): upgrade @objectstack to 8.0.1 and bump ObjectOS One to 8.0.1#19
Merged
Merged
Conversation
….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>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Upgrade
@objectstackto 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
@objectstack/*deps in@objectos/serverbumped^7.9.0 → ^8.0.1; lockfile refreshed (clean resolve, no leftover 7.x, no staleplugin-mcp-server).Breaking change handled (7.x → 8.0)
createObjectOSStackwrapper from@objectstack/runtime(type-check caught it).apps/objectos/objectstack.config.tsmigrated to the single-tenantcreateStandaloneStackhost, mapping the existing env-var contract:OS_ARTIFACT_FILE → artifactPath(now also accepts anhttp(s)://cloud artifact URL),OS_ENVIRONMENT_ID/OS_PROJECT_ID → environmentId,OS_BUSINESS_DB_URL/OS_DATABASE_URL → databaseUrl.@objectstack/plugin-mcp-server → @objectstack/mcprename does not affect ObjectOS (no direct import).ObjectOS One 8.0.1
sync-versionpropagated the resolved cli version topackage.json,tauri.conf.json,Cargo.toml;Cargo.locksynced too.sync-version:checkpasses.Verification
type-checkpasses.pnpm smoke:runtimeboots clean on 8.0.1 — artifact loaded, 26 plugins, server ready,/api/v1/healthOK.Docs (English + de/es/fr/ja/ko/zh-Hans)
OS_MCP_SERVER_ENABLED; corrected the now-inaccuratefileConfig/OS_CLOUD_URLwording; noted artifact HMR now followsNODE_ENV.POST /api/v1/keys,x-api-key/Authorization: ApiKeyauth, and the/api/v1/mcpendpoint.🤖 Generated with Claude Code