Skip to content

chore: version packages#2456

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

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

Conversation

@github-actions

@github-actions github-actions Bot commented Jun 29, 2026

Copy link
Copy Markdown
Contributor

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@11.3.0

Minor Changes

  • e296e1d: ADR-0080: wire the SDUI manifest end-to-end. build-console.sh now (best-effort, guarded) generates sdui.manifest.json from the just-built console's public-tier registry into @objectstack/console/dist/; the os build / os validate JSX gate resolves the manifest from @objectstack/console (in addition to the project root) and does full component/prop validation when present. Activating full validation requires bumping .objectui-sha to an objectui commit that ships the dump tooling (>=96b1293); until then the gate falls back to parse-level and the build step skips.

Patch Changes

  • 58e8e31: feat(lint): ADR-0079 record-title gate — deprecate titleFormat + record-title validator

    A record's human title is a structural invariant (ADR-0079): every object
    resolves a primary title from a real STORED field via nameField (the
    canonical pointer; displayNameField is the deprecated alias) or a
    deterministic derivation. This adds build-time diagnostics so os build /
    os lint, the MCP authoring surface, and hand-authoring all get the coverage
    cloud graph-lint already has (the ADR-0078 "not cloud-only" principle):

    • title-format-retired — flags an object that declares a titleFormat. That
      key is a render-only template the server can neither return nor query;
      ADR-0079 retires it in favour of nameField. The schema still parses it
      (existing metadata keeps loading), so this is advisory, not an error.
    • title-unresolvable — flags an object whose title cannot be resolved from any
      stored field (objectTitleCompleteness reports status: 'none').

    @objectstack/spec carries the titleFormat .describe() deprecation note;
    the @objectstack/cli lint command wires the new validator into its run.

  • Updated dependencies [58e8e31]

  • Updated dependencies [59576d0]

    • @objectstack/lint@11.3.0
    • @objectstack/spec@11.3.0
    • @objectstack/plugin-auth@11.3.0
    • @objectstack/account@11.3.0
    • @objectstack/setup@11.3.0
    • @objectstack/studio@11.3.0
    • @objectstack/client@11.3.0
    • @objectstack/cloud-connection@11.3.0
    • @objectstack/core@11.3.0
    • @objectstack/formula@11.3.0
    • @objectstack/mcp@11.3.0
    • @objectstack/objectql@11.3.0
    • @objectstack/observability@11.3.0
    • @objectstack/platform-objects@11.3.0
    • @objectstack/driver-memory@11.3.0
    • @objectstack/driver-mongodb@11.3.0
    • @objectstack/driver-sql@11.3.0
    • @objectstack/driver-sqlite-wasm@11.3.0
    • @objectstack/plugin-approvals@11.3.0
    • @objectstack/plugin-audit@11.3.0
    • @objectstack/plugin-email@11.3.0
    • @objectstack/plugin-hono-server@11.3.0
    • @objectstack/plugin-org-scoping@11.3.0
    • @objectstack/plugin-reports@11.3.0
    • @objectstack/plugin-security@11.3.0
    • @objectstack/plugin-sharing@11.3.0
    • @objectstack/plugin-webhooks@11.3.0
    • @objectstack/rest@11.3.0
    • @objectstack/runtime@11.3.0
    • @objectstack/service-analytics@11.3.0
    • @objectstack/service-automation@11.3.0
    • @objectstack/service-cache@11.3.0
    • @objectstack/service-datasource@11.3.0
    • @objectstack/service-job@11.3.0
    • @objectstack/service-messaging@11.3.0
    • @objectstack/service-package@11.3.0
    • @objectstack/service-queue@11.3.0
    • @objectstack/service-realtime@11.3.0
    • @objectstack/service-settings@11.3.0
    • @objectstack/service-storage@11.3.0
    • @objectstack/trigger-api@11.3.0
    • @objectstack/trigger-record-change@11.3.0
    • @objectstack/trigger-schedule@11.3.0
    • @objectstack/types@11.3.0
    • @objectstack/verify@11.3.0
    • @objectstack/console@11.3.0

@objectstack/lint@11.3.0

Minor Changes

  • 58e8e31: feat(lint): ADR-0079 record-title gate — deprecate titleFormat + record-title validator

    A record's human title is a structural invariant (ADR-0079): every object
    resolves a primary title from a real STORED field via nameField (the
    canonical pointer; displayNameField is the deprecated alias) or a
    deterministic derivation. This adds build-time diagnostics so os build /
    os lint, the MCP authoring surface, and hand-authoring all get the coverage
    cloud graph-lint already has (the ADR-0078 "not cloud-only" principle):

    • title-format-retired — flags an object that declares a titleFormat. That
      key is a render-only template the server can neither return nor query;
      ADR-0079 retires it in favour of nameField. The schema still parses it
      (existing metadata keeps loading), so this is advisory, not an error.
    • title-unresolvable — flags an object whose title cannot be resolved from any
      stored field (objectTitleCompleteness reports status: 'none').

    @objectstack/spec carries the titleFormat .describe() deprecation note;
    the @objectstack/cli lint command wires the new validator into its run.

Patch Changes

  • Updated dependencies [58e8e31]
    • @objectstack/spec@11.3.0
    • @objectstack/formula@11.3.0
    • @objectstack/sdui-parser@11.3.0

@objectstack/hono@11.3.0

Patch Changes

  • @objectstack/plugin-hono-server@11.3.0
  • @objectstack/runtime@11.3.0
  • @objectstack/types@11.3.0

@objectstack/account@11.3.0

Patch Changes

  • Updated dependencies [58e8e31]
    • @objectstack/spec@11.3.0
    • @objectstack/platform-objects@11.3.0

@objectstack/setup@11.3.0

Patch Changes

  • Updated dependencies [58e8e31]
    • @objectstack/spec@11.3.0
    • @objectstack/platform-objects@11.3.0

@objectstack/studio@11.3.0

Patch Changes

  • Updated dependencies [58e8e31]
    • @objectstack/spec@11.3.0
    • @objectstack/platform-objects@11.3.0

@objectstack/client@11.3.0

Patch Changes

  • Updated dependencies [58e8e31]
    • @objectstack/spec@11.3.0
    • @objectstack/core@11.3.0

@objectstack/client-react@11.3.0

Patch Changes

  • Updated dependencies [58e8e31]
    • @objectstack/spec@11.3.0
    • @objectstack/client@11.3.0
    • @objectstack/core@11.3.0

@objectstack/cloud-connection@11.3.0

Patch Changes

  • Updated dependencies [58e8e31]
    • @objectstack/spec@11.3.0
    • @objectstack/core@11.3.0
    • @objectstack/runtime@11.3.0
    • @objectstack/types@11.3.0

@objectstack/connector-mcp@11.3.0

Patch Changes

  • Updated dependencies [58e8e31]
    • @objectstack/spec@11.3.0
    • @objectstack/core@11.3.0

@objectstack/connector-openapi@11.3.0

Patch Changes

  • Updated dependencies [58e8e31]
    • @objectstack/spec@11.3.0
    • @objectstack/core@11.3.0

@objectstack/connector-rest@11.3.0

Patch Changes

  • Updated dependencies [58e8e31]
    • @objectstack/spec@11.3.0
    • @objectstack/core@11.3.0

@objectstack/connector-slack@11.3.0

Patch Changes

  • Updated dependencies [58e8e31]
    • @objectstack/spec@11.3.0
    • @objectstack/core@11.3.0

@objectstack/core@11.3.0

Patch Changes

  • Updated dependencies [58e8e31]
    • @objectstack/spec@11.3.0

@objectstack/formula@11.3.0

Patch Changes

  • Updated dependencies [58e8e31]
    • @objectstack/spec@11.3.0

@objectstack/mcp@11.3.0

Patch Changes

  • Updated dependencies [58e8e31]
    • @objectstack/spec@11.3.0
    • @objectstack/core@11.3.0
    • @objectstack/types@11.3.0

@objectstack/metadata@11.3.0

Patch Changes

  • Updated dependencies [58e8e31]
    • @objectstack/spec@11.3.0
    • @objectstack/core@11.3.0
    • @objectstack/metadata-core@11.3.0
    • @objectstack/platform-objects@11.3.0
    • @objectstack/types@11.3.0
    • @objectstack/metadata-fs@11.3.0

@objectstack/metadata-core@11.3.0

Patch Changes

  • Updated dependencies [58e8e31]
    • @objectstack/spec@11.3.0

@objectstack/metadata-fs@11.3.0

Patch Changes

  • @objectstack/metadata-core@11.3.0

@objectstack/metadata-protocol@11.3.0

Patch Changes

  • Updated dependencies [58e8e31]
    • @objectstack/spec@11.3.0
    • @objectstack/core@11.3.0
    • @objectstack/formula@11.3.0
    • @objectstack/metadata-core@11.3.0
    • @objectstack/types@11.3.0

@objectstack/objectql@11.3.0

Patch Changes

  • Updated dependencies [58e8e31]
    • @objectstack/spec@11.3.0
    • @objectstack/core@11.3.0
    • @objectstack/formula@11.3.0
    • @objectstack/metadata-core@11.3.0
    • @objectstack/metadata-protocol@11.3.0
    • @objectstack/types@11.3.0

@objectstack/observability@11.3.0

Patch Changes

  • Updated dependencies [58e8e31]
    • @objectstack/spec@11.3.0

@objectstack/platform-objects@11.3.0

Patch Changes

  • Updated dependencies [58e8e31]
    • @objectstack/spec@11.3.0
    • @objectstack/metadata-core@11.3.0

@objectstack/driver-memory@11.3.0

Patch Changes

  • Updated dependencies [58e8e31]
    • @objectstack/spec@11.3.0
    • @objectstack/core@11.3.0

@objectstack/driver-mongodb@11.3.0

Patch Changes

  • Updated dependencies [58e8e31]
    • @objectstack/spec@11.3.0
    • @objectstack/core@11.3.0

@objectstack/driver-sql@11.3.0

Patch Changes

  • Updated dependencies [58e8e31]
    • @objectstack/spec@11.3.0
    • @objectstack/core@11.3.0
    • @objectstack/types@11.3.0

@objectstack/driver-sqlite-wasm@11.3.0

Patch Changes

  • Updated dependencies [58e8e31]
    • @objectstack/spec@11.3.0
    • @objectstack/core@11.3.0
    • @objectstack/driver-sql@11.3.0

@objectstack/embedder-openai@11.3.0

Patch Changes

  • Updated dependencies [58e8e31]
    • @objectstack/spec@11.3.0

@objectstack/knowledge-memory@11.3.0

Patch Changes

  • Updated dependencies [58e8e31]
    • @objectstack/spec@11.3.0
    • @objectstack/core@11.3.0
    • @objectstack/service-knowledge@11.3.0

@objectstack/knowledge-ragflow@11.3.0

Patch Changes

  • Updated dependencies [58e8e31]
    • @objectstack/spec@11.3.0
    • @objectstack/core@11.3.0
    • @objectstack/service-knowledge@11.3.0

@objectstack/plugin-approvals@11.3.0

Patch Changes

  • Updated dependencies [58e8e31]
    • @objectstack/spec@11.3.0
    • @objectstack/core@11.3.0
    • @objectstack/formula@11.3.0
    • @objectstack/metadata-core@11.3.0
    • @objectstack/platform-objects@11.3.0

@objectstack/plugin-audit@11.3.0

Patch Changes

  • Updated dependencies [58e8e31]
    • @objectstack/spec@11.3.0
    • @objectstack/core@11.3.0
    • @objectstack/platform-objects@11.3.0

@objectstack/plugin-auth@11.3.0

Patch Changes

  • 59576d0: fix(auth): restore the admin gate on POST /admin/oauth-application/toggle-disabled after ADR-0068

    ADR-0068 stopped customSession from synthesizing user.role = 'admin';
    canonical roles now arrive in user.roles[] with user.isPlatformAdmin as a
    derived alias. The OAuth-client enable/disable route was missed in that
    migration and still gated on session.user.role !== 'admin', which now rejects
    even platform admins (the scalar is no longer synthesized). It now mirrors the
    sibling /admin/unlock-user gate: isPlatformAdmin / platform_admin in
    roles[], with the legacy role scalar as a fallback.

    Also corrects the now-stale customSession() doc comment in auth-manager that
    still described the removed user.role = 'admin' overwrite.

  • Updated dependencies [58e8e31]

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

@objectstack/plugin-dev@11.3.0

Patch Changes

  • Updated dependencies [58e8e31]
  • Updated dependencies [59576d0]
    • @objectstack/spec@11.3.0
    • @objectstack/plugin-auth@11.3.0
    • @objectstack/account@11.3.0
    • @objectstack/setup@11.3.0
    • @objectstack/studio@11.3.0
    • @objectstack/core@11.3.0
    • @objectstack/objectql@11.3.0
    • @objectstack/driver-memory@11.3.0
    • @objectstack/plugin-hono-server@11.3.0
    • @objectstack/plugin-org-scoping@11.3.0
    • @objectstack/plugin-security@11.3.0
    • @objectstack/rest@11.3.0
    • @objectstack/runtime@11.3.0
    • @objectstack/service-i18n@11.3.0
    • @objectstack/types@11.3.0

@objectstack/plugin-email@11.3.0

Patch Changes

  • Updated dependencies [58e8e31]
    • @objectstack/spec@11.3.0
    • @objectstack/core@11.3.0
    • @objectstack/formula@11.3.0
    • @objectstack/platform-objects@11.3.0

@objectstack/plugin-hono-server@11.3.0

Patch Changes

  • Updated dependencies [58e8e31]
    • @objectstack/spec@11.3.0
    • @objectstack/core@11.3.0
    • @objectstack/observability@11.3.0
    • @objectstack/types@11.3.0

@objectstack/plugin-org-scoping@11.3.0

Patch Changes

  • Updated dependencies [58e8e31]
    • @objectstack/spec@11.3.0
    • @objectstack/core@11.3.0
    • @objectstack/platform-objects@11.3.0

@objectstack/plugin-reports@11.3.0

Patch Changes

  • Updated dependencies [58e8e31]
    • @objectstack/spec@11.3.0
    • @objectstack/core@11.3.0
    • @objectstack/platform-objects@11.3.0

@objectstack/plugin-security@11.3.0

Patch Changes

  • Updated dependencies [58e8e31]
    • @objectstack/spec@11.3.0
    • @objectstack/core@11.3.0
    • @objectstack/formula@11.3.0
    • @objectstack/platform-objects@11.3.0

@objectstack/plugin-sharing@11.3.0

Patch Changes

  • Updated dependencies [58e8e31]
    • @objectstack/spec@11.3.0
    • @objectstack/core@11.3.0
    • @objectstack/formula@11.3.0
    • @objectstack/objectql@11.3.0
    • @objectstack/platform-objects@11.3.0

@objectstack/plugin-webhooks@11.3.0

Patch Changes

  • Updated dependencies [58e8e31]
    • @objectstack/spec@11.3.0
    • @objectstack/core@11.3.0
    • @objectstack/service-messaging@11.3.0

@objectstack/rest@11.3.0

Patch Changes

  • Updated dependencies [58e8e31]
    • @objectstack/spec@11.3.0
    • @objectstack/core@11.3.0
    • @objectstack/service-package@11.3.0

@objectstack/runtime@11.3.0

Patch Changes

  • Updated dependencies [58e8e31]
  • Updated dependencies [59576d0]
    • @objectstack/spec@11.3.0
    • @objectstack/plugin-auth@11.3.0
    • @objectstack/core@11.3.0
    • @objectstack/formula@11.3.0
    • @objectstack/metadata@11.3.0
    • @objectstack/objectql@11.3.0
    • @objectstack/observability@11.3.0
    • @objectstack/driver-memory@11.3.0
    • @objectstack/driver-sql@11.3.0
    • @objectstack/driver-sqlite-wasm@11.3.0
    • @objectstack/plugin-org-scoping@11.3.0
    • @objectstack/plugin-security@11.3.0
    • @objectstack/rest@11.3.0
    • @objectstack/service-cluster@11.3.0
    • @objectstack/service-datasource@11.3.0
    • @objectstack/service-i18n@11.3.0
    • @objectstack/types@11.3.0

@objectstack/service-analytics@11.3.0

Patch Changes

  • Updated dependencies [58e8e31]
    • @objectstack/spec@11.3.0
    • @objectstack/core@11.3.0

@objectstack/service-automation@11.3.0

Patch Changes

  • Updated dependencies [58e8e31]
    • @objectstack/spec@11.3.0
    • @objectstack/core@11.3.0
    • @objectstack/formula@11.3.0

@objectstack/service-cache@11.3.0

Patch Changes

  • Updated dependencies [58e8e31]
    • @objectstack/spec@11.3.0
    • @objectstack/core@11.3.0
    • @objectstack/observability@11.3.0

@objectstack/service-cluster@11.3.0

Patch Changes

  • Updated dependencies [58e8e31]
    • @objectstack/spec@11.3.0
    • @objectstack/core@11.3.0

@objectstack/service-cluster-redis@11.3.0

Patch Changes

  • Updated dependencies [58e8e31]
    • @objectstack/spec@11.3.0
    • @objectstack/service-cluster@11.3.0

@objectstack/service-datasource@11.3.0

Patch Changes

  • Updated dependencies [58e8e31]
    • @objectstack/spec@11.3.0
    • @objectstack/core@11.3.0

@objectstack/service-i18n@11.3.0

Patch Changes

  • Updated dependencies [58e8e31]
    • @objectstack/spec@11.3.0
    • @objectstack/core@11.3.0

@objectstack/service-job@11.3.0

Patch Changes

  • Updated dependencies [58e8e31]
    • @objectstack/spec@11.3.0
    • @objectstack/core@11.3.0
    • @objectstack/platform-objects@11.3.0

@objectstack/service-knowledge@11.3.0

Patch Changes

  • Updated dependencies [58e8e31]
    • @objectstack/spec@11.3.0
    • @objectstack/core@11.3.0

@objectstack/service-messaging@11.3.0

Patch Changes

  • Updated dependencies [58e8e31]
    • @objectstack/spec@11.3.0
    • @objectstack/core@11.3.0

@objectstack/service-package@11.3.0

Patch Changes

  • Updated dependencies [58e8e31]
    • @objectstack/spec@11.3.0
    • @objectstack/core@11.3.0

@objectstack/service-queue@11.3.0

Patch Changes

  • Updated dependencies [58e8e31]
    • @objectstack/spec@11.3.0
    • @objectstack/core@11.3.0
    • @objectstack/platform-objects@11.3.0

@objectstack/service-realtime@11.3.0

Patch Changes

  • Updated dependencies [58e8e31]
    • @objectstack/spec@11.3.0
    • @objectstack/core@11.3.0
    • @objectstack/platform-objects@11.3.0

@objectstack/service-settings@11.3.0

Patch Changes

  • Updated dependencies [58e8e31]
    • @objectstack/spec@11.3.0
    • @objectstack/core@11.3.0
    • @objectstack/platform-objects@11.3.0
    • @objectstack/types@11.3.0

@objectstack/service-storage@11.3.0

Patch Changes

  • Updated dependencies [58e8e31]
    • @objectstack/spec@11.3.0
    • @objectstack/core@11.3.0
    • @objectstack/observability@11.3.0
    • @objectstack/platform-objects@11.3.0

@objectstack/spec@11.3.0

Patch Changes

  • 58e8e31: feat(lint): ADR-0079 record-title gate — deprecate titleFormat + record-title validator

    A record's human title is a structural invariant (ADR-0079): every object
    resolves a primary title from a real STORED field via nameField (the
    canonical pointer; displayNameField is the deprecated alias) or a
    deterministic derivation. This adds build-time diagnostics so os build /
    os lint, the MCP authoring surface, and hand-authoring all get the coverage
    cloud graph-lint already has (the ADR-0078 "not cloud-only" principle):

    • title-format-retired — flags an object that declares a titleFormat. That
      key is a render-only template the server can neither return nor query;
      ADR-0079 retires it in favour of nameField. The schema still parses it
      (existing metadata keeps loading), so this is advisory, not an error.
    • title-unresolvable — flags an object whose title cannot be resolved from any
      stored field (objectTitleCompleteness reports status: 'none').

    @objectstack/spec carries the titleFormat .describe() deprecation note;
    the @objectstack/cli lint command wires the new validator into its run.

@objectstack/trigger-api@11.3.0

Patch Changes

  • Updated dependencies [58e8e31]
    • @objectstack/spec@11.3.0
    • @objectstack/core@11.3.0

@objectstack/trigger-record-change@11.3.0

Patch Changes

  • Updated dependencies [58e8e31]
    • @objectstack/spec@11.3.0
    • @objectstack/core@11.3.0

@objectstack/trigger-schedule@11.3.0

Patch Changes

  • Updated dependencies [58e8e31]
    • @objectstack/spec@11.3.0
    • @objectstack/core@11.3.0

@objectstack/types@11.3.0

Patch Changes

  • Updated dependencies [58e8e31]
    • @objectstack/spec@11.3.0

@objectstack/verify@11.3.0

Patch Changes

  • Updated dependencies [58e8e31]
  • Updated dependencies [59576d0]
    • @objectstack/spec@11.3.0
    • @objectstack/plugin-auth@11.3.0
    • @objectstack/core@11.3.0
    • @objectstack/objectql@11.3.0
    • @objectstack/driver-sqlite-wasm@11.3.0
    • @objectstack/plugin-hono-server@11.3.0
    • @objectstack/plugin-org-scoping@11.3.0
    • @objectstack/plugin-security@11.3.0
    • @objectstack/plugin-sharing@11.3.0
    • @objectstack/rest@11.3.0
    • @objectstack/runtime@11.3.0
    • @objectstack/service-analytics@11.3.0
    • @objectstack/service-automation@11.3.0
    • @objectstack/service-datasource@11.3.0
    • @objectstack/service-settings@11.3.0

@objectstack/console@11.3.0

create-objectstack@11.3.0

@objectstack/sdui-parser@11.3.0

objectstack-vscode@11.3.0

@objectstack/example-crm@4.0.62

Patch Changes

  • Updated dependencies [58e8e31]
    • @objectstack/spec@11.3.0
    • @objectstack/runtime@11.3.0

@objectstack/example-showcase@0.2.8

Patch Changes

  • Updated dependencies [58e8e31]
    • @objectstack/spec@11.3.0
    • @objectstack/cloud-connection@11.3.0
    • @objectstack/connector-rest@11.3.0
    • @objectstack/connector-slack@11.3.0
    • @objectstack/driver-sql@11.3.0
    • @objectstack/runtime@11.3.0

@objectstack/example-todo@4.0.62

Patch Changes

  • Updated dependencies [58e8e31]
    • @objectstack/spec@11.3.0
    • @objectstack/client@11.3.0
    • @objectstack/mcp@11.3.0
    • @objectstack/metadata@11.3.0
    • @objectstack/objectql@11.3.0
    • @objectstack/driver-sqlite-wasm@11.3.0
    • @objectstack/knowledge-memory@11.3.0
    • @objectstack/runtime@11.3.0
    • @objectstack/service-knowledge@11.3.0

@objectstack/example-embed-objectql@0.0.2

Patch Changes

  • Updated dependencies [58e8e31]
    • @objectstack/spec@11.3.0
    • @objectstack/objectql@11.3.0
    • @objectstack/driver-memory@11.3.0

@objectstack/dogfood@0.0.10

Patch Changes

  • Updated dependencies [58e8e31]
    • @objectstack/spec@11.3.0
    • @objectstack/example-crm@4.0.62
    • @objectstack/example-showcase@0.2.8
    • @objectstack/objectql@11.3.0
    • @objectstack/plugin-security@11.3.0
    • @objectstack/verify@11.3.0

@objectstack/downstream-contract@0.0.8

Patch Changes

  • Updated dependencies [58e8e31]
    • @objectstack/spec@11.3.0

@vercel

vercel Bot commented Jun 29, 2026

Copy link
Copy Markdown

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

Project Deployment Actions Updated (UTC)
spec Ready Ready Preview, Comment Jun 29, 2026 3:18pm

Request Review

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