chore: version packages#1244
Open
github-actions[bot] wants to merge 1 commit into
Open
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
297dff1 to
405b3c1
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@4.1.0
Minor Changes
96fb108: Artifact-first boot:
objectstack start(andobjectstack serve) now boot directly from a compileddist/objectstack.jsonwhen noobjectstack.config.tsis present.@objectstack/runtimeexportscreateDefaultHostConfig()andresolveDefaultArtifactPath()— a standalone-only default host that wrapscreateStandaloneStack()and surfaces the artifact'srequires/objects/manifest. No dependency on@objectstack/service-cloud.objectstack startacceptsOS_ARTIFACT_PATHas a file path or anhttp(s)://URL. New flags--artifact,--database,--database-driver,--database-auth-token,--auth-secret,--project-id,--portlet you specify all runtime conditions on the command line (each overrides the matching env var).objectstack devaccepts the same runtime-override flags. When--artifactis supplied, the auto-compile step is skipped and the dev server boots the supplied artifact directly — noobjectstack.config.tsrequired in cwd.objectstack startno longer mounts Studio / Account / Console by default — those are dev/admin surfaces. Pass--uito opt back in.objectstack servefalls 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/metadata@4.1.0
Minor Changes
1234920: v3.1 — Runtime controls & read-through cache.
LRUCache(lazy TTL, promote-on-get, size cap, hits/misses/hitRate stats) wired intoDatabaseLoader.{load,loadMany,list,stat}with write invalidation. Configured viacache.databaseLoader.MetadataPluginConfig.bootstrapmodes:eager(default),lazy,artifact-only.artifact-onlyrequiresartifactSource.mode = 'local-file'.MetadataManagerConfig.persistencetwo-axis write gates:writable(gatesregister()) andoverlayWritable(gatessaveOverlay()). Both defaulttrue; either becomes a throw undervalidation.throwOnError.MetadataManagerConfigSchema/MetadataFallbackStrategySchemalive inkernel/metadata-loader.zod.tsand are re-exported fromsystem/metadata-persistence.zod.ts.Patch Changes
@objectstack/runtime@4.1.0
Minor Changes
96fb108: Artifact-first boot:
objectstack start(andobjectstack serve) now boot directly from a compileddist/objectstack.jsonwhen noobjectstack.config.tsis present.@objectstack/runtimeexportscreateDefaultHostConfig()andresolveDefaultArtifactPath()— a standalone-only default host that wrapscreateStandaloneStack()and surfaces the artifact'srequires/objects/manifest. No dependency on@objectstack/service-cloud.objectstack startacceptsOS_ARTIFACT_PATHas a file path or anhttp(s)://URL. New flags--artifact,--database,--database-driver,--database-auth-token,--auth-secret,--project-id,--portlet you specify all runtime conditions on the command line (each overrides the matching env var).objectstack devaccepts the same runtime-override flags. When--artifactis supplied, the auto-compile step is skipped and the dev server boots the supplied artifact directly — noobjectstack.config.tsrequired in cwd.objectstack startno longer mounts Studio / Account / Console by default — those are dev/admin surfaces. Pass--uito opt back in.objectstack servefalls 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/studio@4.1.0
Patch Changes
@objectstack/hono@4.1.0
Patch Changes
@objectstack/client@4.1.0
Patch Changes
@objectstack/client-react@4.1.0
Patch Changes
@objectstack/core@4.1.0
Patch Changes
@objectstack/formula@4.1.0
Patch Changes
@objectstack/objectql@4.1.0
Patch Changes
@objectstack/platform-objects@4.1.0
Patch Changes
@objectstack/driver-memory@4.1.0
Patch Changes
@objectstack/driver-mongodb@4.1.0
Patch Changes
@objectstack/driver-sql@4.1.0
Patch Changes
@objectstack/driver-turso@4.1.0
Patch Changes
@objectstack/plugin-audit@4.1.0
Patch Changes
@objectstack/plugin-auth@4.1.0
Patch Changes
@objectstack/plugin-dev@4.1.0
Patch Changes
@objectstack/plugin-hono-server@4.1.0
Patch Changes
@objectstack/plugin-mcp-server@4.1.0
Patch Changes
@objectstack/plugin-msw@4.1.0
Patch Changes
@objectstack/plugin-security@4.1.0
Patch Changes
@objectstack/rest@4.1.0
Patch Changes
@objectstack/service-ai@4.1.0
Patch Changes
@objectstack/service-analytics@4.1.0
Patch Changes
@objectstack/service-automation@4.1.0
Patch Changes
@objectstack/service-cache@4.1.0
Patch Changes
@objectstack/service-cloud@4.1.0
Patch Changes
@objectstack/service-feed@4.1.0
Patch Changes
@objectstack/service-i18n@4.1.0
Patch Changes
@objectstack/service-job@4.1.0
Patch Changes
@objectstack/service-package@4.1.0
Patch Changes
@objectstack/service-queue@4.1.0
Patch Changes
@objectstack/service-realtime@4.1.0
Patch Changes
@objectstack/service-storage@4.1.0
Patch Changes
@objectstack/service-tenant@4.1.0
Patch Changes
@objectstack/types@4.1.0
Patch Changes
@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
/setuppage. 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/cloud@4.0.6
Patch Changes
@objectstack/objectos@4.0.6
Patch Changes
@objectstack/example-crm@4.0.6
Patch Changes
@example/app-todo@4.0.6
Patch Changes
@objectstack/docs@4.1.0