Skip to content

chore: version packages#1244

Open
github-actions[bot] wants to merge 1 commit into
mainfrom
changeset-release/main
Open

chore: version packages#1244
github-actions[bot] wants to merge 1 commit into
mainfrom
changeset-release/main

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

@github-actions github-actions Bot commented May 15, 2026

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@objectstack/cli@4.1.0

Minor Changes

  • 96fb108: Artifact-first boot: objectstack start (and objectstack serve) now boot directly from a compiled dist/objectstack.json when no objectstack.config.ts is present.

    • @objectstack/runtime exports createDefaultHostConfig() and resolveDefaultArtifactPath() — a standalone-only default host that wraps createStandaloneStack() and surfaces the artifact's requires / objects / manifest. No dependency on @objectstack/service-cloud.
    • objectstack start accepts OS_ARTIFACT_PATH as a file path or an http(s):// URL. New flags --artifact, --database, --database-driver, --database-auth-token, --auth-secret, --project-id, --port let you specify all runtime conditions on the command line (each overrides the matching env var).
    • objectstack dev accepts the same runtime-override flags. When --artifact is supplied, the auto-compile step is skipped and the dev server boots the supplied artifact directly — no objectstack.config.ts required in cwd.
    • objectstack start no longer mounts Studio / Account / Console by default — those are dev/admin surfaces. Pass --ui to opt back in.
    • objectstack serve falls back to the default host config when the config file is missing but an artifact is resolvable.
    • apps/objectos (cloud / multi-project) is unchanged.

Patch Changes

  • Updated dependencies [96fb108]
    • @objectstack/runtime@4.1.0
    • @objectstack/client@4.1.0
    • @objectstack/spec@4.1.0
    • @objectstack/core@4.1.0
    • @objectstack/objectql@4.1.0
    • @objectstack/rest@4.1.0
    • @objectstack/driver-memory@4.1.0
    • @objectstack/driver-sql@4.1.0
    • @objectstack/driver-turso@4.1.0
    • @objectstack/driver-mongodb@4.1.0
    • @objectstack/plugin-audit@4.1.0
    • @objectstack/plugin-auth@4.1.0
    • @objectstack/plugin-hono-server@4.1.0
    • @objectstack/plugin-security@4.1.0
    • @objectstack/plugin-mcp-server@4.1.0
    • @objectstack/service-automation@4.1.0
    • @objectstack/service-analytics@4.1.0
    • @objectstack/service-cache@4.1.0
    • @objectstack/service-feed@4.1.0
    • @objectstack/service-job@4.1.0
    • @objectstack/service-queue@4.1.0
    • @objectstack/service-realtime@4.1.0
    • @objectstack/service-ai@4.1.0
    • @objectstack/service-storage@4.1.0
    • @objectstack/service-cloud@4.1.0
    • @objectstack/service-package@4.1.0

@objectstack/metadata@4.1.0

Minor Changes

  • 1234920: v3.1 — Runtime controls & read-through cache.

    • Generic LRUCache (lazy TTL, promote-on-get, size cap, hits/misses/hitRate stats) wired into DatabaseLoader.{load,loadMany,list,stat} with write invalidation. Configured via cache.databaseLoader.
    • MetadataPluginConfig.bootstrap modes: eager (default), lazy, artifact-only. artifact-only requires artifactSource.mode = 'local-file'.
    • MetadataManagerConfig.persistence two-axis write gates: writable (gates register()) and overlayWritable (gates saveOverlay()). Both default true; either becomes a throw under validation.throwOnError.
    • Single-source schema discipline: canonical MetadataManagerConfigSchema / MetadataFallbackStrategySchema live in kernel/metadata-loader.zod.ts and are re-exported from system/metadata-persistence.zod.ts.

Patch Changes

  • @objectstack/spec@4.1.0
  • @objectstack/core@4.1.0
  • @objectstack/types@4.1.0
  • @objectstack/platform-objects@4.1.0

@objectstack/runtime@4.1.0

Minor Changes

  • 96fb108: Artifact-first boot: objectstack start (and objectstack serve) now boot directly from a compiled dist/objectstack.json when no objectstack.config.ts is present.

    • @objectstack/runtime exports createDefaultHostConfig() and resolveDefaultArtifactPath() — a standalone-only default host that wraps createStandaloneStack() and surfaces the artifact's requires / objects / manifest. No dependency on @objectstack/service-cloud.
    • objectstack start accepts OS_ARTIFACT_PATH as a file path or an http(s):// URL. New flags --artifact, --database, --database-driver, --database-auth-token, --auth-secret, --project-id, --port let you specify all runtime conditions on the command line (each overrides the matching env var).
    • objectstack dev accepts the same runtime-override flags. When --artifact is supplied, the auto-compile step is skipped and the dev server boots the supplied artifact directly — no objectstack.config.ts required in cwd.
    • objectstack start no longer mounts Studio / Account / Console by default — those are dev/admin surfaces. Pass --ui to opt back in.
    • objectstack serve falls back to the default host config when the config file is missing but an artifact is resolvable.
    • apps/objectos (cloud / multi-project) is unchanged.

Patch Changes

  • @objectstack/spec@4.1.0
  • @objectstack/core@4.1.0
  • @objectstack/types@4.1.0
  • @objectstack/formula@4.1.0
  • @objectstack/rest@4.1.0

@objectstack/studio@4.1.0

Patch Changes

  • Updated dependencies [96fb108]
  • Updated dependencies [1234920]
    • @objectstack/runtime@4.1.0
    • @objectstack/metadata@4.1.0
    • @objectstack/hono@4.1.0
    • @objectstack/client@4.1.0
    • @objectstack/plugin-msw@4.1.0
    • @objectstack/spec@4.1.0
    • @objectstack/client-react@4.1.0
    • @objectstack/objectql@4.1.0
    • @objectstack/platform-objects@4.1.0
    • @objectstack/driver-memory@4.1.0
    • @objectstack/driver-turso@4.1.0
    • @objectstack/plugin-audit@4.1.0
    • @objectstack/plugin-auth@4.1.0
    • @objectstack/plugin-security@4.1.0
    • @objectstack/service-automation@4.1.0
    • @objectstack/service-analytics@4.1.0
    • @objectstack/service-feed@4.1.0
    • @objectstack/service-ai@4.1.0
    • @objectstack/service-tenant@4.1.0

@objectstack/hono@4.1.0

Patch Changes

  • @objectstack/plugin-hono-server@4.1.0

@objectstack/client@4.1.0

Patch Changes

  • @objectstack/spec@4.1.0
  • @objectstack/core@4.1.0

@objectstack/client-react@4.1.0

Patch Changes

  • @objectstack/client@4.1.0
  • @objectstack/spec@4.1.0
  • @objectstack/core@4.1.0

@objectstack/core@4.1.0

Patch Changes

  • @objectstack/spec@4.1.0

@objectstack/formula@4.1.0

Patch Changes

  • @objectstack/spec@4.1.0

@objectstack/objectql@4.1.0

Patch Changes

  • @objectstack/spec@4.1.0
  • @objectstack/core@4.1.0
  • @objectstack/types@4.1.0
  • @objectstack/formula@4.1.0

@objectstack/platform-objects@4.1.0

Patch Changes

  • @objectstack/spec@4.1.0

@objectstack/driver-memory@4.1.0

Patch Changes

  • @objectstack/spec@4.1.0
  • @objectstack/core@4.1.0

@objectstack/driver-mongodb@4.1.0

Patch Changes

  • @objectstack/spec@4.1.0
  • @objectstack/core@4.1.0

@objectstack/driver-sql@4.1.0

Patch Changes

  • @objectstack/spec@4.1.0
  • @objectstack/core@4.1.0

@objectstack/driver-turso@4.1.0

Patch Changes

  • @objectstack/spec@4.1.0
  • @objectstack/core@4.1.0
  • @objectstack/driver-sql@4.1.0

@objectstack/plugin-audit@4.1.0

Patch Changes

  • @objectstack/spec@4.1.0
  • @objectstack/core@4.1.0
  • @objectstack/platform-objects@4.1.0

@objectstack/plugin-auth@4.1.0

Patch Changes

  • @objectstack/spec@4.1.0
  • @objectstack/core@4.1.0
  • @objectstack/platform-objects@4.1.0

@objectstack/plugin-dev@4.1.0

Patch Changes

  • @objectstack/spec@4.1.0
  • @objectstack/core@4.1.0

@objectstack/plugin-hono-server@4.1.0

Patch Changes

  • @objectstack/spec@4.1.0
  • @objectstack/core@4.1.0

@objectstack/plugin-mcp-server@4.1.0

Patch Changes

  • @objectstack/spec@4.1.0
  • @objectstack/core@4.1.0

@objectstack/plugin-msw@4.1.0

Patch Changes

  • @objectstack/spec@4.1.0
  • @objectstack/core@4.1.0
  • @objectstack/types@4.1.0
  • @objectstack/objectql@4.1.0

@objectstack/plugin-security@4.1.0

Patch Changes

  • @objectstack/spec@4.1.0
  • @objectstack/core@4.1.0
  • @objectstack/platform-objects@4.1.0

@objectstack/rest@4.1.0

Patch Changes

  • @objectstack/spec@4.1.0
  • @objectstack/core@4.1.0
  • @objectstack/service-package@4.1.0

@objectstack/service-ai@4.1.0

Patch Changes

  • @objectstack/spec@4.1.0
  • @objectstack/core@4.1.0

@objectstack/service-analytics@4.1.0

Patch Changes

  • @objectstack/spec@4.1.0
  • @objectstack/core@4.1.0

@objectstack/service-automation@4.1.0

Patch Changes

  • @objectstack/spec@4.1.0
  • @objectstack/core@4.1.0
  • @objectstack/formula@4.1.0

@objectstack/service-cache@4.1.0

Patch Changes

  • @objectstack/spec@4.1.0
  • @objectstack/core@4.1.0

@objectstack/service-cloud@4.1.0

Patch Changes

  • Updated dependencies [96fb108]
  • Updated dependencies [1234920]
    • @objectstack/runtime@4.1.0
    • @objectstack/metadata@4.1.0
    • @objectstack/spec@4.1.0
    • @objectstack/core@4.1.0
    • @objectstack/objectql@4.1.0
    • @objectstack/driver-memory@4.1.0
    • @objectstack/driver-sql@4.1.0
    • @objectstack/driver-turso@4.1.0
    • @objectstack/driver-mongodb@4.1.0
    • @objectstack/plugin-audit@4.1.0
    • @objectstack/plugin-auth@4.1.0
    • @objectstack/plugin-security@4.1.0
    • @objectstack/service-i18n@4.1.0
    • @objectstack/service-storage@4.1.0
    • @objectstack/service-package@4.1.0
    • @objectstack/service-tenant@4.1.0

@objectstack/service-feed@4.1.0

Patch Changes

  • @objectstack/spec@4.1.0
  • @objectstack/core@4.1.0

@objectstack/service-i18n@4.1.0

Patch Changes

  • @objectstack/spec@4.1.0
  • @objectstack/core@4.1.0

@objectstack/service-job@4.1.0

Patch Changes

  • @objectstack/spec@4.1.0
  • @objectstack/core@4.1.0

@objectstack/service-package@4.1.0

Patch Changes

  • @objectstack/spec@4.1.0
  • @objectstack/core@4.1.0

@objectstack/service-queue@4.1.0

Patch Changes

  • @objectstack/spec@4.1.0
  • @objectstack/core@4.1.0

@objectstack/service-realtime@4.1.0

Patch Changes

  • @objectstack/spec@4.1.0
  • @objectstack/core@4.1.0
  • @objectstack/platform-objects@4.1.0

@objectstack/service-storage@4.1.0

Patch Changes

  • @objectstack/spec@4.1.0
  • @objectstack/core@4.1.0

@objectstack/service-tenant@4.1.0

Patch Changes

  • @objectstack/spec@4.1.0
  • @objectstack/core@4.1.0
  • @objectstack/platform-objects@4.1.0
  • @objectstack/driver-turso@4.1.0

@objectstack/types@4.1.0

Patch Changes

  • @objectstack/spec@4.1.0

@objectstack/express@4.1.0

@objectstack/fastify@4.1.0

@objectstack/nestjs@4.1.0

@objectstack/nextjs@4.1.0

@objectstack/nuxt@4.1.0

@objectstack/sveltekit@4.1.0

create-objectstack@4.1.0

@objectstack/spec@4.1.0

objectstack-vscode@4.1.0

@objectstack/account@4.0.6

Patch Changes

  • f41466a: Trim the first-run /setup page. Removed the optional teammate-invite section, the manually-edited org slug field, the large shield banner and the footer note. The form is now 4 fields (name + org name on one row, then email + password) with concise copy — the new owner can invite teammates from the dashboard after first login.
    • @objectstack/client@4.1.0
    • @objectstack/spec@4.1.0
    • @objectstack/client-react@4.1.0

@objectstack/cloud@4.0.6

Patch Changes

  • Updated dependencies [96fb108]
  • Updated dependencies [f41466a]
  • Updated dependencies [1234920]
    • @objectstack/runtime@4.1.0
    • @objectstack/cli@4.1.0
    • @objectstack/account@4.0.6
    • @objectstack/metadata@4.1.0
    • @objectstack/studio@4.1.0
    • @objectstack/hono@4.1.0
    • @objectstack/spec@4.1.0
    • @objectstack/objectql@4.1.0
    • @objectstack/driver-memory@4.1.0
    • @objectstack/driver-sql@4.1.0
    • @objectstack/driver-turso@4.1.0
    • @objectstack/plugin-audit@4.1.0
    • @objectstack/plugin-auth@4.1.0
    • @objectstack/plugin-hono-server@4.1.0
    • @objectstack/plugin-security@4.1.0
    • @objectstack/service-automation@4.1.0
    • @objectstack/service-analytics@4.1.0
    • @objectstack/service-feed@4.1.0
    • @objectstack/service-ai@4.1.0
    • @objectstack/service-cloud@4.1.0
    • @objectstack/service-package@4.1.0
    • @objectstack/service-tenant@4.1.0

@objectstack/objectos@4.0.6

Patch Changes

  • Updated dependencies [96fb108]
  • Updated dependencies [f41466a]
  • Updated dependencies [1234920]
    • @objectstack/runtime@4.1.0
    • @objectstack/cli@4.1.0
    • @objectstack/account@4.0.6
    • @objectstack/metadata@4.1.0
    • @objectstack/example-crm@4.0.6
    • @objectstack/hono@4.1.0
    • @example/app-todo@4.0.6
    • @objectstack/spec@4.1.0
    • @objectstack/objectql@4.1.0
    • @objectstack/driver-memory@4.1.0
    • @objectstack/driver-sql@4.1.0
    • @objectstack/driver-turso@4.1.0
    • @objectstack/driver-mongodb@4.1.0
    • @objectstack/plugin-audit@4.1.0
    • @objectstack/plugin-auth@4.1.0
    • @objectstack/plugin-hono-server@4.1.0
    • @objectstack/plugin-security@4.1.0
    • @objectstack/service-automation@4.1.0
    • @objectstack/service-analytics@4.1.0
    • @objectstack/service-feed@4.1.0
    • @objectstack/service-i18n@4.1.0
    • @objectstack/service-ai@4.1.0
    • @objectstack/service-cloud@4.1.0
    • @objectstack/service-package@4.1.0
    • @objectstack/service-tenant@4.1.0

@objectstack/example-crm@4.0.6

Patch Changes

  • Updated dependencies [96fb108]
    • @objectstack/runtime@4.1.0
    • @objectstack/spec@4.1.0
    • @objectstack/driver-mongodb@4.1.0
    • @objectstack/service-automation@4.1.0
    • @objectstack/service-analytics@4.1.0

@example/app-todo@4.0.6

Patch Changes

  • Updated dependencies [96fb108]
    • @objectstack/runtime@4.1.0
    • @objectstack/client@4.1.0
    • @objectstack/spec@4.1.0
    • @objectstack/objectql@4.1.0
    • @objectstack/driver-memory@4.1.0

@objectstack/docs@4.1.0

@vercel
Copy link
Copy Markdown

vercel Bot commented May 15, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
objectstack-cloud Ready Ready Preview, Comment May 17, 2026 2:55am
objectstack-objectos Ready Ready Preview, Comment May 17, 2026 2:55am
spec Ready Ready Preview, Comment May 17, 2026 2:55am

Request Review

@github-actions github-actions Bot force-pushed the changeset-release/main branch from 297dff1 to 405b3c1 Compare May 15, 2026 14:44
@github-actions github-actions Bot force-pushed the changeset-release/main branch from 405b3c1 to 64e07ea Compare May 16, 2026 07:26
@github-actions github-actions Bot force-pushed the changeset-release/main branch from 64e07ea to a6bc60c Compare May 16, 2026 09:22
@github-actions github-actions Bot force-pushed the changeset-release/main branch from a6bc60c to 53104af Compare May 16, 2026 10:49
@github-actions github-actions Bot force-pushed the changeset-release/main branch from 53104af to bbcf791 Compare May 16, 2026 11:15
@github-actions github-actions Bot force-pushed the changeset-release/main branch from bbcf791 to c99f42e Compare May 16, 2026 14:29
@github-actions github-actions Bot force-pushed the changeset-release/main branch from c99f42e to f33f06c Compare May 16, 2026 15:15
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.

0 participants