Skip to content

chore(deps): upgrade @objectstack to 10.2.0 and bump ObjectOS One to 10.2.0#26

Merged
xuyushun441-sys merged 1 commit into
mainfrom
chore/upgrade-objectstack-10.0
Jun 23, 2026
Merged

chore(deps): upgrade @objectstack to 10.2.0 and bump ObjectOS One to 10.2.0#26
xuyushun441-sys merged 1 commit into
mainfrom
chore/upgrade-objectstack-10.0

Conversation

@xuyushun441-sys

@xuyushun441-sys xuyushun441-sys commented Jun 22, 2026

Copy link
Copy Markdown
Contributor

What

Upgrade the ObjectOS reference runtime from @objectstack 9.7.0 → 10.2.0 and cut a new ObjectOS One release at 10.2.0 (npm latest; the train went 10.0.0 → 10.1.0 → 10.2.0).

Dependency + runtime

  • Bump all eight @objectstack/* deps in @objectos/server ^9.7.0 → ^10.2.0; refresh pnpm-lock.yaml (resolves to 10.2.0).
  • 10.x is a major over 9.x, but the break is confined to the multi-org tenancy layer — org scoping moved out of @objectstack/plugin-security into the opt-in @objectstack/plugin-org-scoping, and plugin-security no longer auto-creates personal workspaces. Neither is a dependency of the single-tenant standalone runtime.
  • createStandaloneStack({ artifactPath, environmentId, databaseUrl }) is the same contract → apps/objectos/objectstack.config.ts needs no migration.

10.0 → 10.2 is a no-surface-change minor for ObjectOS

Verified against the published 10.2.0 bundle: the GET /ready readiness handler added in 10.2 exists in the dispatcher core but is not wired into the standalone HonoServer route table yet (/api/v1/ready 404s; only /api/v1/health is reachable), and cluster leader-elected cron landed after the 10.2.0 cut. So no new ObjectOS-facing changelog highlights — only the version anchors move.

Verified

  • tsc --noEmit (server) ✅
  • os compile builds the artifact clean ✅
  • smoke boot on 10.2.0: driver-sql@10.2.0, single-tenant, server ready, HTTP 200 on /api/v1/meta and /api/v1/health
  • apps/docs type-check (fumadocs-mdx + tsc) ✅

Version sync

sync-version propagates the resolved CLI version (10.2.0) to apps/objectos-one package.json, tauri.conf.json, Cargo.toml; Cargo.lock objectos-one entry bumped to match.

Docs

Across English + all six translations (de/es/fr/ja/ko/zh-Hans): bump the "now ships on @objectstack" line to 10.2.0 and the compatibility-matrix anchor to 10.2.x. The "10.x — current release train" highlights (org-scoping split, no auto personal workspaces, record form field type, pluggable embeddings via IEmbedder, Public Forms, cloud identity split) and support windows (10.x current / 9.x security-only / ≤8.x EOL) are unchanged.

🤖 Generated with Claude Code

…10.2.0

Bump all @objectstack/* dependencies in @objectos/server from ^9.7.0 to
^10.2.0 and refresh the lockfile. 10.x is a major over 9.x, but the break is
confined to the multi-org tenancy layer — row-level org scoping split out of
@objectstack/plugin-security into the opt-in @objectstack/plugin-org-scoping,
and plugin-security no longer auto-creates personal workspaces — neither of
which the single-tenant standalone runtime depends on. createStandaloneStack({
artifactPath, environmentId, databaseUrl }) is byte-for-byte the same contract,
so apps/objectos/objectstack.config.ts needs no migration. type-check passes;
os compile builds the artifact clean; the smoke runtime boots on 10.2.0
(driver-sql@10.2.0, single-tenant, server ready, HTTP 200 on /api/v1/meta and
/api/v1/health).

The 10.0 → 10.2 step is a minor bump with no new ObjectOS-facing HTTP surface:
the GET /ready readiness handler added in 10.2 lives in the dispatcher core but
is not wired into the standalone HonoServer route table yet (so /api/v1/ready
still 404s — only /api/v1/health is reachable), and cluster leader-elected cron
landed after the 10.2.0 cut. So the changelog's "10.x — current release train"
highlights are unchanged; only the version anchors move.

Propagate the resolved cli version (10.2.0) to apps/objectos-one package.json,
tauri.conf.json and Cargo.toml via sync-version, and the Cargo.lock
objectos-one entry.

Docs: bump the "now ships on @objectstack" line to 10.2.0 and the
compatibility-matrix anchor to 10.2.x across English + all six translations
(de/es/fr/ja/ko/zh-Hans). apps/docs type-check (fumadocs-mdx + tsc) passes.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
@xuyushun441-sys xuyushun441-sys force-pushed the chore/upgrade-objectstack-10.0 branch from 0b16f6f to 9c85237 Compare June 22, 2026 16:39
@xuyushun441-sys xuyushun441-sys changed the title chore(deps): upgrade @objectstack to 10.0.0 and bump ObjectOS One to 10.0.0 chore(deps): upgrade @objectstack to 10.2.0 and bump ObjectOS One to 10.2.0 Jun 22, 2026
@xuyushun441-sys xuyushun441-sys merged commit f6595c9 into main Jun 23, 2026
1 check passed
@xuyushun441-sys xuyushun441-sys deleted the chore/upgrade-objectstack-10.0 branch June 23, 2026 05:03
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.

2 participants