You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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/console@12.4.0
Minor Changes
f66e8af: chore(console): refresh vendored @object-ui/console SPA to objectui@6cbccf38
Bumps the pinned .objectui-sha from ffad2a13 to 6cbccf38 (2 commits) and rebuilds the prebuilt Console SPA shipped in @objectstack/console.
Notable upstream changes pulled in:
feat(app-shell,plugin-list): persist list filters per-user across navigation
fix(components,fields): localize form validation, toast client-side failures, fix dark-mode date icon
@objectstack/metadata-core@12.4.0
Minor Changes
60dc3ba: ADR-0087 P0 — enforce the protocol version handshake (make engines.protocol real).
PluginEnginesSchema.protocol (ADR-0025 §3.2, protocol-first per §3.10 Implement ObjectStack protocol specification with Zod schemas and TypeScript interfaces #3) was declared, documented, and checked by no loader or installer — an ADR-0078 "declarable-but-inert" violation. A package built against an incompatible protocol major failed deep in a schema .parse() or a renderer contract instead of at the boundary.
@objectstack/spec: exports PROTOCOL_VERSION / PROTOCOL_MAJOR (kernel) — the single source of truth the handshake checks against. A drift test keeps it in lockstep with the package major.
@objectstack/metadata-core: adds checkProtocolCompat() (pure, major-grained range check), assertProtocolCompat(), and the structured ProtocolIncompatibleError (OS_PROTOCOL_INCOMPATIBLE, carrying both versions and the objectstack migrate meta --from N command). It refuses only on a positive mismatch determination; absent ranges are grandfathered (warn) and unrecognized ranges never cause a false rejection.
@objectstack/metadata-protocol: installPackage runs the handshake before writing to the registry — an incompatible package is refused with a machine-actionable diagnostic instead of crashing later.
60dc3ba: ADR-0087 P0 — enforce the protocol version handshake (make engines.protocol real).
PluginEnginesSchema.protocol (ADR-0025 §3.2, protocol-first per §3.10 Implement ObjectStack protocol specification with Zod schemas and TypeScript interfaces #3) was declared, documented, and checked by no loader or installer — an ADR-0078 "declarable-but-inert" violation. A package built against an incompatible protocol major failed deep in a schema .parse() or a renderer contract instead of at the boundary.
@objectstack/spec: exports PROTOCOL_VERSION / PROTOCOL_MAJOR (kernel) — the single source of truth the handshake checks against. A drift test keeps it in lockstep with the package major.
@objectstack/metadata-core: adds checkProtocolCompat() (pure, major-grained range check), assertProtocolCompat(), and the structured ProtocolIncompatibleError (OS_PROTOCOL_INCOMPATIBLE, carrying both versions and the objectstack migrate meta --from N command). It refuses only on a positive mismatch determination; absent ranges are grandfathered (warn) and unrecognized ranges never cause a false rejection.
@objectstack/metadata-protocol: installPackage runs the handshake before writing to the registry — an incompatible package is refused with a machine-actionable diagnostic instead of crashing later.
1dd5dfd: feat(packages): edit a package manifest via PATCH /packages/:id
Adds an editable path for a package's name / description / version after
creation: SchemaRegistry.updatePackageManifest (merges in-memory, preserving
lifecycle state), protocol.updatePackage (re-persists to sys_packages), and
the PATCH /packages/:id route in the HTTP dispatcher. id / scope / type
remain immutable.
1dd5dfd: feat(packages): edit a package manifest via PATCH /packages/:id
Adds an editable path for a package's name / description / version after
creation: SchemaRegistry.updatePackageManifest (merges in-memory, preserving
lifecycle state), protocol.updatePackage (re-persists to sys_packages), and
the PATCH /packages/:id route in the HTTP dispatcher. id / scope / type
remain immutable.
1dd5dfd: feat(packages): edit a package manifest via PATCH /packages/:id
Adds an editable path for a package's name / description / version after
creation: SchemaRegistry.updatePackageManifest (merges in-memory, preserving
lifecycle state), protocol.updatePackage (re-persists to sys_packages), and
the PATCH /packages/:id route in the HTTP dispatcher. id / scope / type
remain immutable.
60dc3ba: ADR-0087 P0 — enforce the protocol version handshake (make engines.protocol real).
PluginEnginesSchema.protocol (ADR-0025 §3.2, protocol-first per §3.10 Implement ObjectStack protocol specification with Zod schemas and TypeScript interfaces #3) was declared, documented, and checked by no loader or installer — an ADR-0078 "declarable-but-inert" violation. A package built against an incompatible protocol major failed deep in a schema .parse() or a renderer contract instead of at the boundary.
@objectstack/spec: exports PROTOCOL_VERSION / PROTOCOL_MAJOR (kernel) — the single source of truth the handshake checks against. A drift test keeps it in lockstep with the package major.
@objectstack/metadata-core: adds checkProtocolCompat() (pure, major-grained range check), assertProtocolCompat(), and the structured ProtocolIncompatibleError (OS_PROTOCOL_INCOMPATIBLE, carrying both versions and the objectstack migrate meta --from N command). It refuses only on a positive mismatch determination; absent ranges are grandfathered (warn) and unrecognized ranges never cause a false rejection.
@objectstack/metadata-protocol: installPackage runs the handshake before writing to the registry — an incompatible package is refused with a machine-actionable diagnostic instead of crashing later.
Advisory only. To re-verify, run the docs-accuracy-audit workflow scoped to these files: node scripts/docs-audit/affected-docs.mjs origin/main → pass the list as args.docs.
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
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.
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/console@12.4.0
Minor Changes
f66e8af: chore(console): refresh vendored
@object-ui/consoleSPA to objectui@6cbccf38Bumps the pinned
.objectui-shafromffad2a13to6cbccf38(2 commits) and rebuilds the prebuilt Console SPA shipped in@objectstack/console.Notable upstream changes pulled in:
@objectstack/metadata-core@12.4.0
Minor Changes
60dc3ba: ADR-0087 P0 — enforce the protocol version handshake (make
engines.protocolreal).PluginEnginesSchema.protocol(ADR-0025 §3.2, protocol-first per §3.10 Implement ObjectStack protocol specification with Zod schemas and TypeScript interfaces #3) was declared, documented, and checked by no loader or installer — an ADR-0078 "declarable-but-inert" violation. A package built against an incompatible protocol major failed deep in a schema.parse()or a renderer contract instead of at the boundary.@objectstack/spec: exportsPROTOCOL_VERSION/PROTOCOL_MAJOR(kernel) — the single source of truth the handshake checks against. A drift test keeps it in lockstep with the package major.@objectstack/metadata-core: addscheckProtocolCompat()(pure, major-grained range check),assertProtocolCompat(), and the structuredProtocolIncompatibleError(OS_PROTOCOL_INCOMPATIBLE, carrying both versions and theobjectstack migrate meta --from Ncommand). It refuses only on a positive mismatch determination; absent ranges are grandfathered (warn) and unrecognized ranges never cause a false rejection.@objectstack/metadata-protocol:installPackageruns the handshake before writing to the registry — an incompatible package is refused with a machine-actionable diagnostic instead of crashing later.Additive and backward compatible: packages that declare no
engines.protocolrange keep loading (with a warning). Part of the ADR-0087 epic (Epic: implement ADR-0087 — metadata protocol upgrade contract (handshake · conversion · migration chain) #2643); resolves ADR-0087 P0: enforce the protocol handshake (makeengines.protocolreal) #2644.Patch Changes
@objectstack/metadata-protocol@12.4.0
Minor Changes
60dc3ba: ADR-0087 P0 — enforce the protocol version handshake (make
engines.protocolreal).PluginEnginesSchema.protocol(ADR-0025 §3.2, protocol-first per §3.10 Implement ObjectStack protocol specification with Zod schemas and TypeScript interfaces #3) was declared, documented, and checked by no loader or installer — an ADR-0078 "declarable-but-inert" violation. A package built against an incompatible protocol major failed deep in a schema.parse()or a renderer contract instead of at the boundary.@objectstack/spec: exportsPROTOCOL_VERSION/PROTOCOL_MAJOR(kernel) — the single source of truth the handshake checks against. A drift test keeps it in lockstep with the package major.@objectstack/metadata-core: addscheckProtocolCompat()(pure, major-grained range check),assertProtocolCompat(), and the structuredProtocolIncompatibleError(OS_PROTOCOL_INCOMPATIBLE, carrying both versions and theobjectstack migrate meta --from Ncommand). It refuses only on a positive mismatch determination; absent ranges are grandfathered (warn) and unrecognized ranges never cause a false rejection.@objectstack/metadata-protocol:installPackageruns the handshake before writing to the registry — an incompatible package is refused with a machine-actionable diagnostic instead of crashing later.Additive and backward compatible: packages that declare no
engines.protocolrange keep loading (with a warning). Part of the ADR-0087 epic (Epic: implement ADR-0087 — metadata protocol upgrade contract (handshake · conversion · migration chain) #2643); resolves ADR-0087 P0: enforce the protocol handshake (makeengines.protocolreal) #2644.1dd5dfd: feat(packages): edit a package manifest via
PATCH /packages/:idAdds an editable path for a package's
name/description/versionaftercreation:
SchemaRegistry.updatePackageManifest(merges in-memory, preservinglifecycle state),
protocol.updatePackage(re-persists tosys_packages), andthe
PATCH /packages/:idroute in the HTTP dispatcher.id/scope/typeremain immutable.
Patch Changes
@objectstack/objectql@12.4.0
Minor Changes
1dd5dfd: feat(packages): edit a package manifest via
PATCH /packages/:idAdds an editable path for a package's
name/description/versionaftercreation:
SchemaRegistry.updatePackageManifest(merges in-memory, preservinglifecycle state),
protocol.updatePackage(re-persists tosys_packages), andthe
PATCH /packages/:idroute in the HTTP dispatcher.id/scope/typeremain immutable.
Patch Changes
@objectstack/runtime@12.4.0
Minor Changes
1dd5dfd: feat(packages): edit a package manifest via
PATCH /packages/:idAdds an editable path for a package's
name/description/versionaftercreation:
SchemaRegistry.updatePackageManifest(merges in-memory, preservinglifecycle state),
protocol.updatePackage(re-persists tosys_packages), andthe
PATCH /packages/:idroute in the HTTP dispatcher.id/scope/typeremain immutable.
Patch Changes
@objectstack/spec@12.4.0
Minor Changes
60dc3ba: ADR-0087 P0 — enforce the protocol version handshake (make
engines.protocolreal).PluginEnginesSchema.protocol(ADR-0025 §3.2, protocol-first per §3.10 Implement ObjectStack protocol specification with Zod schemas and TypeScript interfaces #3) was declared, documented, and checked by no loader or installer — an ADR-0078 "declarable-but-inert" violation. A package built against an incompatible protocol major failed deep in a schema.parse()or a renderer contract instead of at the boundary.@objectstack/spec: exportsPROTOCOL_VERSION/PROTOCOL_MAJOR(kernel) — the single source of truth the handshake checks against. A drift test keeps it in lockstep with the package major.@objectstack/metadata-core: addscheckProtocolCompat()(pure, major-grained range check),assertProtocolCompat(), and the structuredProtocolIncompatibleError(OS_PROTOCOL_INCOMPATIBLE, carrying both versions and theobjectstack migrate meta --from Ncommand). It refuses only on a positive mismatch determination; absent ranges are grandfathered (warn) and unrecognized ranges never cause a false rejection.@objectstack/metadata-protocol:installPackageruns the handshake before writing to the registry — an incompatible package is refused with a machine-actionable diagnostic instead of crashing later.Additive and backward compatible: packages that declare no
engines.protocolrange keep loading (with a warning). Part of the ADR-0087 epic (Epic: implement ADR-0087 — metadata protocol upgrade contract (handshake · conversion · migration chain) #2643); resolves ADR-0087 P0: enforce the protocol handshake (makeengines.protocolreal) #2644.@objectstack/hono@12.4.0
Patch Changes
@objectstack/account@12.4.0
Patch Changes
@objectstack/setup@12.4.0
Patch Changes
@objectstack/studio@12.4.0
Patch Changes
@objectstack/cli@12.4.0
Patch Changes
@objectstack/client@12.4.0
Patch Changes
@objectstack/client-react@12.4.0
Patch Changes
@objectstack/cloud-connection@12.4.0
Patch Changes
@objectstack/connector-mcp@12.4.0
Patch Changes
@objectstack/connector-openapi@12.4.0
Patch Changes
@objectstack/connector-rest@12.4.0
Patch Changes
@objectstack/connector-slack@12.4.0
Patch Changes
@objectstack/core@12.4.0
Patch Changes
@objectstack/formula@12.4.0
Patch Changes
@objectstack/lint@12.4.0
Patch Changes
@objectstack/mcp@12.4.0
Patch Changes
@objectstack/metadata@12.4.0
Patch Changes
@objectstack/metadata-fs@12.4.0
Patch Changes
@objectstack/observability@12.4.0
Patch Changes
@objectstack/platform-objects@12.4.0
Patch Changes
@objectstack/driver-memory@12.4.0
Patch Changes
@objectstack/driver-mongodb@12.4.0
Patch Changes
@objectstack/driver-sql@12.4.0
Patch Changes
@objectstack/driver-sqlite-wasm@12.4.0
Patch Changes
@objectstack/embedder-openai@12.4.0
Patch Changes
@objectstack/knowledge-memory@12.4.0
Patch Changes
@objectstack/knowledge-ragflow@12.4.0
Patch Changes
@objectstack/plugin-approvals@12.4.0
Patch Changes
@objectstack/plugin-audit@12.4.0
Patch Changes
@objectstack/plugin-auth@12.4.0
Patch Changes
@objectstack/plugin-dev@12.4.0
Patch Changes
@objectstack/plugin-email@12.4.0
Patch Changes
@objectstack/plugin-hono-server@12.4.0
Patch Changes
@objectstack/plugin-org-scoping@12.4.0
Patch Changes
@objectstack/plugin-reports@12.4.0
Patch Changes
@objectstack/plugin-security@12.4.0
Patch Changes
@objectstack/plugin-sharing@12.4.0
Patch Changes
@objectstack/plugin-webhooks@12.4.0
Patch Changes
@objectstack/rest@12.4.0
Patch Changes
@objectstack/service-analytics@12.4.0
Patch Changes
@objectstack/service-automation@12.4.0
Patch Changes
@objectstack/service-cache@12.4.0
Patch Changes
@objectstack/service-cluster@12.4.0
Patch Changes
@objectstack/service-cluster-redis@12.4.0
Patch Changes
@objectstack/service-datasource@12.4.0
Patch Changes
@objectstack/service-i18n@12.4.0
Patch Changes
@objectstack/service-job@12.4.0
Patch Changes
@objectstack/service-knowledge@12.4.0
Patch Changes
@objectstack/service-messaging@12.4.0
Patch Changes
@objectstack/service-package@12.4.0
Patch Changes
@objectstack/service-queue@12.4.0
Patch Changes
@objectstack/service-realtime@12.4.0
Patch Changes
@objectstack/service-settings@12.4.0
Patch Changes
@objectstack/service-storage@12.4.0
Patch Changes
@objectstack/trigger-api@12.4.0
Patch Changes
@objectstack/trigger-record-change@12.4.0
Patch Changes
@objectstack/trigger-schedule@12.4.0
Patch Changes
@objectstack/types@12.4.0
Patch Changes
@objectstack/verify@12.4.0
Patch Changes
create-objectstack@12.4.0
@objectstack/sdui-parser@12.4.0
objectstack-vscode@12.4.0
@objectstack/example-crm@4.0.74
Patch Changes
@objectstack/example-showcase@0.2.20
Patch Changes
@objectstack/example-todo@4.0.74
Patch Changes
@objectstack/example-embed-objectql@0.0.14
Patch Changes
@objectstack/dogfood@0.0.22
Patch Changes
@objectstack/downstream-contract@0.0.20
Patch Changes