chore: version packages#2466
Closed
github-actions[bot] wants to merge 1 commit into
Closed
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
June 29, 2026 15:37
33fa696 to
0f07594
Compare
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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/cli@11.3.0
Minor Changes
build-console.shnow (best-effort, guarded) generatessdui.manifest.jsonfrom the just-built console's public-tier registry into@objectstack/console/dist/; theos build/os validateJSX 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-shato 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(thecanonical pointer;
displayNameFieldis the deprecated alias) or adeterministic derivation. This adds build-time diagnostics so
os build/os lint, the MCP authoring surface, and hand-authoring all get the coveragecloud graph-lint already has (the ADR-0078 "not cloud-only" principle):
title-format-retired— flags an object that declares atitleFormat. Thatkey 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 anystored field (
objectTitleCompletenessreportsstatus: 'none').@objectstack/speccarries thetitleFormat.describe()deprecation note;the
@objectstack/clilintcommand wires the new validator into its run.Updated dependencies [58e8e31]
Updated dependencies [b4a5df0]
Updated dependencies [59576d0]
@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(thecanonical pointer;
displayNameFieldis the deprecated alias) or adeterministic derivation. This adds build-time diagnostics so
os build/os lint, the MCP authoring surface, and hand-authoring all get the coveragecloud graph-lint already has (the ADR-0078 "not cloud-only" principle):
title-format-retired— flags an object that declares atitleFormat. Thatkey 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 anystored field (
objectTitleCompletenessreportsstatus: 'none').@objectstack/speccarries thetitleFormat.describe()deprecation note;the
@objectstack/clilintcommand wires the new validator into its run.Patch Changes
@objectstack/spec@11.3.0
Minor Changes
b4a5df0: chore(ai): align framework with Vercel AI SDK v7 and stop bundling provider SDKs
AI runtime capabilities now live in the cloud package (service-ai removed from the
open edition, ADR-0025 S2). The framework therefore no longer ships any
@ai-sdk/*provider SDK:
@objectstack/clidrops the dead@ai-sdk/anthropic|gateway|google|openaidependencies (zero usages in
cli/src— they were only bundled so the oldin-tree
service-aicouldrequire()them at runtime). Apps that boot theclosed AI now declare the providers themselves (cloud side).
examples/app-tododrops the unusedai/@ai-sdk/gatewaydevDeps and thedead
test:ai*/test:agent/test:llmscripts (their test files weremigrated to cloud).
@objectstack/specbumps itsaipeer/dev dependency from^6to^7. Theprotocol still re-exports the canonical message/stream types (
ModelMessage,TextStreamPart,ToolSet,FinishReason, …) — all verified present inai@7;aistays an OPTIONAL peer so installs are not forced.First step of the AI SDK v6→v7 / providers v3→v4 upgrade. Cloud (service-ai
adapter migration + apps declaring v4 providers) and objectui (chatbot useChat
v7) follow in their own PRs.
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(thecanonical pointer;
displayNameFieldis the deprecated alias) or adeterministic derivation. This adds build-time diagnostics so
os build/os lint, the MCP authoring surface, and hand-authoring all get the coveragecloud graph-lint already has (the ADR-0078 "not cloud-only" principle):
title-format-retired— flags an object that declares atitleFormat. Thatkey 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 anystored field (
objectTitleCompletenessreportsstatus: 'none').@objectstack/speccarries thetitleFormat.describe()deprecation note;the
@objectstack/clilintcommand wires the new validator into its run.@objectstack/hono@11.3.0
Patch Changes
@objectstack/account@11.3.0
Patch Changes
@objectstack/setup@11.3.0
Patch Changes
@objectstack/studio@11.3.0
Patch Changes
@objectstack/client@11.3.0
Patch Changes
@objectstack/client-react@11.3.0
Patch Changes
@objectstack/cloud-connection@11.3.0
Patch Changes
@objectstack/connector-mcp@11.3.0
Patch Changes
@objectstack/connector-openapi@11.3.0
Patch Changes
@objectstack/connector-rest@11.3.0
Patch Changes
@objectstack/connector-slack@11.3.0
Patch Changes
@objectstack/core@11.3.0
Patch Changes
@objectstack/formula@11.3.0
Patch Changes
@objectstack/mcp@11.3.0
Patch Changes
@objectstack/metadata@11.3.0
Patch Changes
@objectstack/metadata-core@11.3.0
Patch Changes
@objectstack/metadata-fs@11.3.0
Patch Changes
@objectstack/metadata-protocol@11.3.0
Patch Changes
@objectstack/objectql@11.3.0
Patch Changes
@objectstack/observability@11.3.0
Patch Changes
@objectstack/platform-objects@11.3.0
Patch Changes
@objectstack/driver-memory@11.3.0
Patch Changes
@objectstack/driver-mongodb@11.3.0
Patch Changes
@objectstack/driver-sql@11.3.0
Patch Changes
@objectstack/driver-sqlite-wasm@11.3.0
Patch Changes
@objectstack/embedder-openai@11.3.0
Patch Changes
@objectstack/knowledge-memory@11.3.0
Patch Changes
@objectstack/knowledge-ragflow@11.3.0
Patch Changes
@objectstack/plugin-approvals@11.3.0
Patch Changes
@objectstack/plugin-audit@11.3.0
Patch Changes
@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
customSessionfrom synthesizinguser.role = 'admin';canonical roles now arrive in
user.roles[]withuser.isPlatformAdminas aderived alias. The OAuth-client enable/disable route was missed in that
migration and still gated on
session.user.role !== 'admin', which now rejectseven platform admins (the scalar is no longer synthesized). It now mirrors the
sibling /admin/unlock-user gate:
isPlatformAdmin/platform_admininroles[], with the legacyrolescalar as a fallback.Also corrects the now-stale
customSession()doc comment in auth-manager thatstill described the removed
user.role = 'admin'overwrite.Updated dependencies [58e8e31]
Updated dependencies [b4a5df0]
@objectstack/plugin-dev@11.3.0
Patch Changes
@objectstack/plugin-email@11.3.0
Patch Changes
@objectstack/plugin-hono-server@11.3.0
Patch Changes
@objectstack/plugin-org-scoping@11.3.0
Patch Changes
@objectstack/plugin-reports@11.3.0
Patch Changes
@objectstack/plugin-security@11.3.0
Patch Changes
@objectstack/plugin-sharing@11.3.0
Patch Changes
@objectstack/plugin-webhooks@11.3.0
Patch Changes
@objectstack/rest@11.3.0
Patch Changes
@objectstack/runtime@11.3.0
Patch Changes
@objectstack/service-analytics@11.3.0
Patch Changes
@objectstack/service-automation@11.3.0
Patch Changes
@objectstack/service-cache@11.3.0
Patch Changes
@objectstack/service-cluster@11.3.0
Patch Changes
@objectstack/service-cluster-redis@11.3.0
Patch Changes
@objectstack/service-datasource@11.3.0
Patch Changes
@objectstack/service-i18n@11.3.0
Patch Changes
@objectstack/service-job@11.3.0
Patch Changes
@objectstack/service-knowledge@11.3.0
Patch Changes
@objectstack/service-messaging@11.3.0
Patch Changes
@objectstack/service-package@11.3.0
Patch Changes
@objectstack/service-queue@11.3.0
Patch Changes
@objectstack/service-realtime@11.3.0
Patch Changes
@objectstack/service-settings@11.3.0
Patch Changes
@objectstack/service-storage@11.3.0
Patch Changes
@objectstack/trigger-api@11.3.0
Patch Changes
@objectstack/trigger-record-change@11.3.0
Patch Changes
@objectstack/trigger-schedule@11.3.0
Patch Changes
@objectstack/types@11.3.0
Patch Changes
@objectstack/verify@11.3.0
Patch Changes
@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
@objectstack/example-showcase@0.2.8
Patch Changes
@objectstack/example-todo@4.0.62
Patch Changes
@objectstack/example-embed-objectql@0.0.2
Patch Changes
@objectstack/dogfood@0.0.10
Patch Changes
@objectstack/downstream-contract@0.0.8
Patch Changes