Skip to content

chore: version packages - #1269

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

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

Conversation

@github-actions

@github-actionsgithub-actionsBot commented May 22, 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/platform-objects@5.1.0

Minor Changes

  • 823d559: Remove sys_metadata_history.metadata_id column.

    The column was originally a Field.lookup FK into sys_metadata.id,
    then downgraded to plain text during the M1 history-writes work so
    that DELETE tombstones could keep an orphaned ref. After M1 we
    concluded the column carries no business value:

    • Audit-time joins use (organization_id, type, name, version),
      which is already a UNIQUE composite key.

    • The physical row id is a database-internal detail with no logical
      identity — it cannot follow an item through delete + recreate.

    • No code reader was ever added.

      This release removes the column outright:

    • Dropped metadata_id from SysMetadataHistoryObject
      (@objectstack/platform-objects).

    • Dropped metadataId from MetadataHistoryRecordSchema
      (@objectstack/spec).

    • SysMetadataRepository.put/delete no longer write the column.

    • Legacy DatabaseLoader.createHistoryRecord no longer writes it;
      getHistoryRecord/queryHistory filter by (type, name) directly
      (no parent-row lookup needed).

    • MetadataHistoryCleanupmaxVersions policy groups by
      (type, name) instead of metadata_id.

      Migration: Drop the column from existing sys_metadata_history
      tables in a follow-up SQL migration. Existing history rows remain
      queryable since (organization_id, type, name, version) is already
      the canonical lookup key. No consumer code should be reading
      metadata_id — if you are, switch to (organization_id, type, name, version).

      See ADR-0008 §14 for the full rationale.

Patch Changes

  • Updated dependencies [823d559]
    • @objectstack/spec@5.1.0

@objectstack/spec@5.1.0

Minor Changes

  • 823d559: Remove sys_metadata_history.metadata_id column.

    The column was originally a Field.lookup FK into sys_metadata.id,
    then downgraded to plain text during the M1 history-writes work so
    that DELETE tombstones could keep an orphaned ref. After M1 we
    concluded the column carries no business value:

    • Audit-time joins use (organization_id, type, name, version),
      which is already a UNIQUE composite key.

    • The physical row id is a database-internal detail with no logical
      identity — it cannot follow an item through delete + recreate.

    • No code reader was ever added.

      This release removes the column outright:

    • Dropped metadata_id from SysMetadataHistoryObject
      (@objectstack/platform-objects).

    • Dropped metadataId from MetadataHistoryRecordSchema
      (@objectstack/spec).

    • SysMetadataRepository.put/delete no longer write the column.

    • Legacy DatabaseLoader.createHistoryRecord no longer writes it;
      getHistoryRecord/queryHistory filter by (type, name) directly
      (no parent-row lookup needed).

    • MetadataHistoryCleanupmaxVersions policy groups by
      (type, name) instead of metadata_id.

      Migration: Drop the column from existing sys_metadata_history
      tables in a follow-up SQL migration. Existing history rows remain
      queryable since (organization_id, type, name, version) is already
      the canonical lookup key. No consumer code should be reading
      metadata_id — if you are, switch to (organization_id, type, name, version).

      See ADR-0008 §14 for the full rationale.

@objectstack/account@5.1.0

Patch Changes

  • Updated dependencies [823d559]
    • @objectstack/spec@5.1.0
    • @objectstack/client@5.1.0
    • @objectstack/client-react@5.1.0

@objectstack/studio@5.1.0

Patch Changes

  • Updated dependencies [823d559]
    • @objectstack/platform-objects@5.1.0
    • @objectstack/spec@5.1.0
    • @objectstack/objectql@5.1.0
    • @objectstack/metadata@5.1.0
    • @objectstack/service-ai@5.1.0
    • @objectstack/client@5.1.0
    • @objectstack/client-react@5.1.0
    • @objectstack/driver-memory@5.1.0
    • @objectstack/plugin-msw@5.1.0
    • @objectstack/runtime@5.1.0
    • @objectstack/service-analytics@5.1.0
    • @objectstack/service-automation@5.1.0
    • @objectstack/service-feed@5.1.0

@objectstack/hono@5.1.0

Patch Changes

  • @objectstack/plugin-hono-server@5.1.0

@objectstack/cli@5.1.0

Patch Changes

  • Updated dependencies [823d559]
    • @objectstack/spec@5.1.0
    • @objectstack/objectql@5.1.0
    • @objectstack/plugin-approvals@5.1.0
    • @objectstack/plugin-audit@5.1.0
    • @objectstack/plugin-auth@5.1.0
    • @objectstack/plugin-email@5.1.0
    • @objectstack/plugin-reports@5.1.0
    • @objectstack/plugin-security@5.1.0
    • @objectstack/plugin-sharing@5.1.0
    • @objectstack/service-ai@5.1.0
    • @objectstack/service-job@5.1.0
    • @objectstack/service-queue@5.1.0
    • @objectstack/service-realtime@5.1.0
    • @objectstack/service-settings@5.1.0
    • @objectstack/client@5.1.0
    • @objectstack/core@5.1.0
    • @objectstack/driver-memory@5.1.0
    • @objectstack/driver-mongodb@5.1.0
    • @objectstack/driver-sql@5.1.0
    • @objectstack/driver-turso@5.1.0
    • @objectstack/plugin-hono-server@5.1.0
    • @objectstack/plugin-mcp-server@5.1.0
    • @objectstack/rest@5.1.0
    • @objectstack/runtime@5.1.0
    • @objectstack/service-analytics@5.1.0
    • @objectstack/service-automation@5.1.0
    • @objectstack/service-cache@5.1.0
    • @objectstack/service-feed@5.1.0
    • @objectstack/service-package@5.1.0
    • @objectstack/service-storage@5.1.0

@objectstack/client@5.1.0

Patch Changes

  • Updated dependencies [823d559]
    • @objectstack/spec@5.1.0
    • @objectstack/core@5.1.0

@objectstack/client-react@5.1.0

Patch Changes

  • Updated dependencies [823d559]
    • @objectstack/spec@5.1.0
    • @objectstack/client@5.1.0
    • @objectstack/core@5.1.0

@objectstack/core@5.1.0

Patch Changes

  • Updated dependencies [823d559]
    • @objectstack/spec@5.1.0

@objectstack/formula@5.1.0

Patch Changes

  • Updated dependencies [823d559]
    • @objectstack/spec@5.1.0

@objectstack/metadata@5.1.0

Patch Changes

  • 823d559: Remove sys_metadata_history.metadata_id column.

    The column was originally a Field.lookup FK into sys_metadata.id,
    then downgraded to plain text during the M1 history-writes work so
    that DELETE tombstones could keep an orphaned ref. After M1 we
    concluded the column carries no business value:

    • Audit-time joins use (organization_id, type, name, version),
      which is already a UNIQUE composite key.

    • The physical row id is a database-internal detail with no logical
      identity — it cannot follow an item through delete + recreate.

    • No code reader was ever added.

      This release removes the column outright:

    • Dropped metadata_id from SysMetadataHistoryObject
      (@objectstack/platform-objects).

    • Dropped metadataId from MetadataHistoryRecordSchema
      (@objectstack/spec).

    • SysMetadataRepository.put/delete no longer write the column.

    • Legacy DatabaseLoader.createHistoryRecord no longer writes it;
      getHistoryRecord/queryHistory filter by (type, name) directly
      (no parent-row lookup needed).

    • MetadataHistoryCleanupmaxVersions policy groups by
      (type, name) instead of metadata_id.

      Migration: Drop the column from existing sys_metadata_history
      tables in a follow-up SQL migration. Existing history rows remain
      queryable since (organization_id, type, name, version) is already
      the canonical lookup key. No consumer code should be reading
      metadata_id — if you are, switch to (organization_id, type, name, version).

      See ADR-0008 §14 for the full rationale.

  • Updated dependencies [823d559]

    • @objectstack/platform-objects@5.1.0
    • @objectstack/spec@5.1.0
    • @objectstack/core@5.1.0
    • @objectstack/types@5.1.0
    • @objectstack/metadata-core@5.1.0
    • @objectstack/metadata-fs@5.1.0

@objectstack/metadata-fs@5.1.0

Patch Changes

  • @objectstack/metadata-core@5.1.0

@objectstack/objectql@5.1.0

Patch Changes

  • 823d559: Remove sys_metadata_history.metadata_id column.

    The column was originally a Field.lookup FK into sys_metadata.id,
    then downgraded to plain text during the M1 history-writes work so
    that DELETE tombstones could keep an orphaned ref. After M1 we
    concluded the column carries no business value:

    • Audit-time joins use (organization_id, type, name, version),
      which is already a UNIQUE composite key.

    • The physical row id is a database-internal detail with no logical
      identity — it cannot follow an item through delete + recreate.

    • No code reader was ever added.

      This release removes the column outright:

    • Dropped metadata_id from SysMetadataHistoryObject
      (@objectstack/platform-objects).

    • Dropped metadataId from MetadataHistoryRecordSchema
      (@objectstack/spec).

    • SysMetadataRepository.put/delete no longer write the column.

    • Legacy DatabaseLoader.createHistoryRecord no longer writes it;
      getHistoryRecord/queryHistory filter by (type, name) directly
      (no parent-row lookup needed).

    • MetadataHistoryCleanupmaxVersions policy groups by
      (type, name) instead of metadata_id.

      Migration: Drop the column from existing sys_metadata_history
      tables in a follow-up SQL migration. Existing history rows remain
      queryable since (organization_id, type, name, version) is already
      the canonical lookup key. No consumer code should be reading
      metadata_id — if you are, switch to (organization_id, type, name, version).

      See ADR-0008 §14 for the full rationale.

  • Updated dependencies [823d559]

    • @objectstack/spec@5.1.0
    • @objectstack/core@5.1.0
    • @objectstack/formula@5.1.0
    • @objectstack/types@5.1.0
    • @objectstack/metadata-core@5.1.0

@objectstack/observability@5.1.0

Patch Changes

  • Updated dependencies [823d559]
    • @objectstack/spec@5.1.0

@objectstack/driver-memory@5.1.0

Patch Changes

  • Updated dependencies [823d559]
    • @objectstack/spec@5.1.0
    • @objectstack/core@5.1.0

@objectstack/driver-mongodb@5.1.0

Patch Changes

  • Updated dependencies [823d559]
    • @objectstack/spec@5.1.0
    • @objectstack/core@5.1.0

@objectstack/driver-sql@5.1.0

Patch Changes

  • Updated dependencies [823d559]
    • @objectstack/spec@5.1.0
    • @objectstack/core@5.1.0

@objectstack/driver-turso@5.1.0

Patch Changes

  • Updated dependencies [823d559]
    • @objectstack/spec@5.1.0
    • @objectstack/core@5.1.0
    • @objectstack/driver-sql@5.1.0

@objectstack/plugin-approvals@5.1.0

Patch Changes

  • Updated dependencies [823d559]
    • @objectstack/platform-objects@5.1.0
    • @objectstack/spec@5.1.0
    • @objectstack/core@5.1.0
    • @objectstack/formula@5.1.0

@objectstack/plugin-audit@5.1.0

Patch Changes

  • Updated dependencies [823d559]
    • @objectstack/platform-objects@5.1.0
    • @objectstack/spec@5.1.0
    • @objectstack/core@5.1.0

@objectstack/plugin-auth@5.1.0

Patch Changes

  • Updated dependencies [823d559]
    • @objectstack/platform-objects@5.1.0
    • @objectstack/spec@5.1.0
    • @objectstack/core@5.1.0

@objectstack/plugin-dev@5.1.0

Patch Changes

  • Updated dependencies [823d559]
    • @objectstack/spec@5.1.0
    • @objectstack/core@5.1.0

@objectstack/plugin-email@5.1.0

Patch Changes

  • Updated dependencies [823d559]
    • @objectstack/platform-objects@5.1.0
    • @objectstack/spec@5.1.0
    • @objectstack/core@5.1.0

@objectstack/plugin-hono-server@5.1.0

Patch Changes

  • Updated dependencies [823d559]
    • @objectstack/spec@5.1.0
    • @objectstack/core@5.1.0

@objectstack/plugin-mcp-server@5.1.0

Patch Changes

  • Updated dependencies [823d559]
    • @objectstack/spec@5.1.0
    • @objectstack/core@5.1.0

@objectstack/plugin-msw@5.1.0

Patch Changes

  • Updated dependencies [823d559]
    • @objectstack/spec@5.1.0
    • @objectstack/objectql@5.1.0
    • @objectstack/core@5.1.0
    • @objectstack/types@5.1.0

@objectstack/plugin-reports@5.1.0

Patch Changes

  • Updated dependencies [823d559]
    • @objectstack/platform-objects@5.1.0
    • @objectstack/spec@5.1.0
    • @objectstack/core@5.1.0

@objectstack/plugin-security@5.1.0

Patch Changes

  • Updated dependencies [823d559]
    • @objectstack/platform-objects@5.1.0
    • @objectstack/spec@5.1.0
    • @objectstack/core@5.1.0

@objectstack/plugin-sharing@5.1.0

Patch Changes

  • Updated dependencies [823d559]
    • @objectstack/platform-objects@5.1.0
    • @objectstack/spec@5.1.0
    • @objectstack/objectql@5.1.0
    • @objectstack/core@5.1.0

@objectstack/plugin-webhooks@5.1.0

Patch Changes

  • Updated dependencies [823d559]
    • @objectstack/spec@5.1.0
    • @objectstack/core@5.1.0

@objectstack/rest@5.1.0

Patch Changes

  • Updated dependencies [823d559]
    • @objectstack/spec@5.1.0
    • @objectstack/core@5.1.0
    • @objectstack/service-package@5.1.0

@objectstack/runtime@5.1.0

Patch Changes

  • Updated dependencies [823d559]
    • @objectstack/spec@5.1.0
    • @objectstack/plugin-auth@5.1.0
    • @objectstack/plugin-security@5.1.0
    • @objectstack/core@5.1.0
    • @objectstack/formula@5.1.0
    • @objectstack/observability@5.1.0
    • @objectstack/rest@5.1.0
    • @objectstack/service-i18n@5.1.0
    • @objectstack/types@5.1.0

@objectstack/service-ai@5.1.0

Patch Changes

  • Updated dependencies [823d559]
    • @objectstack/spec@5.1.0
    • @objectstack/core@5.1.0

@objectstack/service-analytics@5.1.0

Patch Changes

  • Updated dependencies [823d559]
    • @objectstack/spec@5.1.0
    • @objectstack/core@5.1.0

@objectstack/service-automation@5.1.0

Patch Changes

  • Updated dependencies [823d559]
    • @objectstack/spec@5.1.0
    • @objectstack/core@5.1.0
    • @objectstack/formula@5.1.0

@objectstack/service-cache@5.1.0

Patch Changes

  • Updated dependencies [823d559]
    • @objectstack/spec@5.1.0
    • @objectstack/core@5.1.0
    • @objectstack/observability@5.1.0

@objectstack/service-feed@5.1.0

Patch Changes

  • Updated dependencies [823d559]
    • @objectstack/spec@5.1.0
    • @objectstack/core@5.1.0

@objectstack/service-i18n@5.1.0

Patch Changes

  • Updated dependencies [823d559]
    • @objectstack/spec@5.1.0
    • @objectstack/core@5.1.0

@objectstack/service-job@5.1.0

Patch Changes

  • Updated dependencies [823d559]
    • @objectstack/platform-objects@5.1.0
    • @objectstack/spec@5.1.0
    • @objectstack/core@5.1.0

@objectstack/service-package@5.1.0

Patch Changes

  • Updated dependencies [823d559]
    • @objectstack/spec@5.1.0
    • @objectstack/core@5.1.0

@objectstack/service-queue@5.1.0

Patch Changes

  • Updated dependencies [823d559]
    • @objectstack/platform-objects@5.1.0
    • @objectstack/spec@5.1.0
    • @objectstack/core@5.1.0

@objectstack/service-realtime@5.1.0

Patch Changes

  • Updated dependencies [823d559]
    • @objectstack/platform-objects@5.1.0
    • @objectstack/spec@5.1.0
    • @objectstack/core@5.1.0

@objectstack/service-settings@5.1.0

Patch Changes

  • Updated dependencies [823d559]
    • @objectstack/platform-objects@5.1.0
    • @objectstack/spec@5.1.0
    • @objectstack/core@5.1.0

@objectstack/service-storage@5.1.0

Patch Changes

  • Updated dependencies [823d559]
    • @objectstack/spec@5.1.0
    • @objectstack/core@5.1.0
    • @objectstack/observability@5.1.0

@objectstack/types@5.1.0

Patch Changes

  • Updated dependencies [823d559]
    • @objectstack/spec@5.1.0

@objectstack/console@5.1.0

@objectstack/express@5.1.0

@objectstack/fastify@5.1.0

@objectstack/nestjs@5.1.0

@objectstack/nextjs@5.1.0

@objectstack/nuxt@5.1.0

@objectstack/sveltekit@5.1.0

create-objectstack@5.1.0

@objectstack/metadata-core@5.1.0

objectstack-vscode@5.1.0

@objectstack/example-crm@4.0.10

Patch Changes

  • Updated dependencies [823d559]
    • @objectstack/spec@5.1.0
    • @objectstack/driver-mongodb@5.1.0
    • @objectstack/runtime@5.1.0
    • @objectstack/service-analytics@5.1.0
    • @objectstack/service-automation@5.1.0

@example/app-todo@4.0.10

Patch Changes

  • Updated dependencies [823d559]
    • @objectstack/spec@5.1.0
    • @objectstack/objectql@5.1.0
    • @objectstack/client@5.1.0
    • @objectstack/driver-memory@5.1.0
    • @objectstack/runtime@5.1.0

@vercel

vercelBot commented May 22, 2026

Copy link
Copy Markdown

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

ProjectDeploymentActionsUpdated (UTC)
specReadyReadyPreview, CommentMay 22, 2026 3:44pm

Request Review

Sign up for freeto 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

@hotlong