chore: version packages#1665
Open
github-actions[bot] wants to merge 1 commit into
Open
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
928a777 to
b6b80f8
Compare
b6b80f8 to
486a51f
Compare
486a51f to
dd3934c
Compare
dd3934c to
f8be8f5
Compare
f8be8f5 to
95d199a
Compare
95d199a to
c80f39b
Compare
c80f39b to
e2f3320
Compare
e2f3320 to
be4666b
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/service-settings@9.0.0
Major Changes
f533f42: Settings namespace environment overrides now use the canonical ObjectStack
OS_<NAMESPACE>_<KEY>form, with no unprefixed aliases. For example,ai.openai_base_urlis nowOS_AI_OPENAI_BASE_URL, andfeature_flags.ai_enabledis nowOS_FEATURE_FLAGS_AI_ENABLED.The AI service now treats a stored or env-locked
provider=memorysetting asan explicit override, while the manifest default still leaves boot-time
provider auto-detection intact.
The auth plugin now binds the
authsettings namespace to better-auth runtimeconfiguration, exposes an extension hook for provider packages, and includes a
basic Google sign-in implementation configured either in Setup → Authentication
or by deployment-level
GOOGLE_CLIENT_IDandGOOGLE_CLIENT_SECRET.Patch Changes
@objectstack/plugin-auth@9.0.0
Minor Changes
f533f42: Settings namespace environment overrides now use the canonical ObjectStack
OS_<NAMESPACE>_<KEY>form, with no unprefixed aliases. For example,ai.openai_base_urlis nowOS_AI_OPENAI_BASE_URL, andfeature_flags.ai_enabledis nowOS_FEATURE_FLAGS_AI_ENABLED.The AI service now treats a stored or env-locked
provider=memorysetting asan explicit override, while the manifest default still leaves boot-time
provider auto-detection intact.
The auth plugin now binds the
authsettings namespace to better-auth runtimeconfiguration, exposes an extension hook for provider packages, and includes a
basic Google sign-in implementation configured either in Setup → Authentication
or by deployment-level
GOOGLE_CLIENT_IDandGOOGLE_CLIENT_SECRET.Patch Changes
@objectstack/express@9.0.0
Patch Changes
@objectstack/fastify@9.0.0
Patch Changes
@objectstack/hono@9.0.0
Patch Changes
@objectstack/nestjs@9.0.0
Patch Changes
@objectstack/nextjs@9.0.0
Patch Changes
@objectstack/nuxt@9.0.0
Patch Changes
@objectstack/sveltekit@9.0.0
Patch Changes
@objectstack/cli@9.0.0
Patch Changes
@ai-sdk/openai,@ai-sdk/anthropic, and@ai-sdk/googleproviderSDKs as direct CLI dependencies. These were previously only declared as optional
peer dependencies on
@objectstack/service-ai, so a globally-installed CLI couldnot resolve them at runtime. Configuring an OpenAI-compatible provider (DeepSeek,
DashScope, SiliconFlow, OpenRouter, Cloudflare) — all of which normalise to
provider=openaiand dynamically import@ai-sdk/openai— failed with"Could not build adapter for provider=…". The CLI now ships these providers so
they work out of the box.
@objectstack/client@9.0.0
Patch Changes
@objectstack/client-react@9.0.0
Patch Changes
@objectstack/connector-mcp@9.0.0
Patch Changes
@objectstack/connector-openapi@9.0.0
Patch Changes
@objectstack/connector-rest@9.0.0
Patch Changes
@objectstack/connector-slack@9.0.0
Patch Changes
@objectstack/core@9.0.0
Patch Changes
@objectstack/formula@9.0.0
Patch Changes
@objectstack/mcp@9.0.0
Patch Changes
@objectstack/metadata@9.0.0
Patch Changes
@objectstack/metadata-core@9.0.0
Patch Changes
@objectstack/metadata-fs@9.0.0
Patch Changes
@objectstack/objectql@9.0.0
Patch Changes
@objectstack/observability@9.0.0
Patch Changes
@objectstack/platform-objects@9.0.0
Patch Changes
@objectstack/driver-memory@9.0.0
Patch Changes
@objectstack/driver-mongodb@9.0.0
Patch Changes
@objectstack/driver-sql@9.0.0
Patch Changes
@objectstack/driver-sqlite-wasm@9.0.0
Patch Changes
@objectstack/embedder-openai@9.0.0
Patch Changes
@objectstack/knowledge-memory@9.0.0
Patch Changes
@objectstack/knowledge-ragflow@9.0.0
Patch Changes
@objectstack/plugin-approvals@9.0.0
Patch Changes
@objectstack/plugin-audit@9.0.0
Patch Changes
@objectstack/plugin-dev@9.0.0
Patch Changes
@objectstack/plugin-email@9.0.0
Patch Changes
@objectstack/plugin-hono-server@9.0.0
Patch Changes
@objectstack/plugin-msw@9.0.0
Patch Changes
@objectstack/plugin-org-scoping@9.0.0
Patch Changes
@objectstack/plugin-reports@9.0.0
Patch Changes
@objectstack/plugin-security@9.0.0
Patch Changes
@objectstack/plugin-sharing@9.0.0
Patch Changes
@objectstack/plugin-trigger-record-change@9.0.0
Patch Changes
@objectstack/plugin-trigger-schedule@9.0.0
Patch Changes
@objectstack/plugin-webhooks@9.0.0
Patch Changes
@objectstack/rest@9.0.0
Patch Changes
@objectstack/runtime@9.0.0
Patch Changes
@objectstack/service-ai@9.0.0
Patch Changes
f533f42: Settings namespace environment overrides now use the canonical ObjectStack
OS_<NAMESPACE>_<KEY>form, with no unprefixed aliases. For example,ai.openai_base_urlis nowOS_AI_OPENAI_BASE_URL, andfeature_flags.ai_enabledis nowOS_FEATURE_FLAGS_AI_ENABLED.The AI service now treats a stored or env-locked
provider=memorysetting asan explicit override, while the manifest default still leaves boot-time
provider auto-detection intact.
The auth plugin now binds the
authsettings namespace to better-auth runtimeconfiguration, exposes an extension hook for provider packages, and includes a
basic Google sign-in implementation configured either in Setup → Authentication
or by deployment-level
GOOGLE_CLIENT_IDandGOOGLE_CLIENT_SECRET.Updated dependencies [f533f42]
@objectstack/service-analytics@9.0.0
Patch Changes
@objectstack/service-automation@9.0.0
Patch Changes
@objectstack/service-cache@9.0.0
Patch Changes
@objectstack/service-cluster@9.0.0
Patch Changes
@objectstack/service-cluster-redis@9.0.0
Patch Changes
@objectstack/service-datasource@9.0.0
Patch Changes
@objectstack/service-feed@9.0.0
Patch Changes
@objectstack/service-i18n@9.0.0
Patch Changes
@objectstack/service-job@9.0.0
Patch Changes
@objectstack/service-knowledge@9.0.0
Patch Changes
@objectstack/service-messaging@9.0.0
Patch Changes
@objectstack/service-package@9.0.0
Patch Changes
@objectstack/service-queue@9.0.0
Patch Changes
@objectstack/service-realtime@9.0.0
Patch Changes
@objectstack/service-storage@9.0.0
Patch Changes
@objectstack/spec@9.0.0
Patch Changes
f533f42: Settings namespace environment overrides now use the canonical ObjectStack
OS_<NAMESPACE>_<KEY>form, with no unprefixed aliases. For example,ai.openai_base_urlis nowOS_AI_OPENAI_BASE_URL, andfeature_flags.ai_enabledis nowOS_FEATURE_FLAGS_AI_ENABLED.The AI service now treats a stored or env-locked
provider=memorysetting asan explicit override, while the manifest default still leaves boot-time
provider auto-detection intact.
The auth plugin now binds the
authsettings namespace to better-auth runtimeconfiguration, exposes an extension hook for provider packages, and includes a
basic Google sign-in implementation configured either in Setup → Authentication
or by deployment-level
GOOGLE_CLIENT_IDandGOOGLE_CLIENT_SECRET.@objectstack/types@9.0.0
Patch Changes
@objectstack/account@9.0.0
@objectstack/console@9.0.0
create-objectstack@9.0.0
objectstack-vscode@9.0.0
@objectstack/example-crm@4.0.40
Patch Changes
@objectstack/example-showcase@0.1.10
Patch Changes
@example/app-todo@4.0.40
Patch Changes