chore: version packages#3086
Merged
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
July 17, 2026 05:10
c6623f5 to
f372f61
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/hono@15.1.1
Patch Changes
@objectstack/account@15.1.1
Patch Changes
@objectstack/setup@15.1.1
Patch Changes
@objectstack/studio@15.1.1
Patch Changes
@objectstack/cli@15.1.1
Patch Changes
@objectstack/client@15.1.1
Patch Changes
@objectstack/client-react@15.1.1
Patch Changes
@objectstack/cloud-connection@15.1.1
Patch Changes
@objectstack/connector-mcp@15.1.1
Patch Changes
@objectstack/connector-openapi@15.1.1
Patch Changes
@objectstack/connector-rest@15.1.1
Patch Changes
@objectstack/connector-slack@15.1.1
Patch Changes
@objectstack/core@15.1.1
Patch Changes
@objectstack/formula@15.1.1
Patch Changes
@objectstack/lint@15.1.1
Patch Changes
@objectstack/mcp@15.1.1
Patch Changes
@objectstack/metadata@15.1.1
Patch Changes
@objectstack/metadata-core@15.1.1
Patch Changes
@objectstack/metadata-fs@15.1.1
Patch Changes
@objectstack/metadata-protocol@15.1.1
Patch Changes
@objectstack/objectql@15.1.1
Patch Changes
@objectstack/observability@15.1.1
Patch Changes
@objectstack/platform-objects@15.1.1
Patch Changes
@objectstack/driver-memory@15.1.1
Patch Changes
@objectstack/driver-mongodb@15.1.1
Patch Changes
@objectstack/driver-sql@15.1.1
Patch Changes
@objectstack/driver-sqlite-wasm@15.1.1
Patch Changes
@objectstack/embedder-openai@15.1.1
Patch Changes
@objectstack/knowledge-memory@15.1.1
Patch Changes
@objectstack/knowledge-ragflow@15.1.1
Patch Changes
@objectstack/plugin-approvals@15.1.1
Patch Changes
@objectstack/plugin-audit@15.1.1
Patch Changes
@objectstack/plugin-auth@15.1.1
Patch Changes
9dbb883: Contain the blast radius of a failing optional better-auth plugin: core email/password + session auth now stays up when an optional feature plugin throws during initialization.
Previously, one throwing optional plugin (the 15.1.0 incident:
@better-auth/oauth-providerthrewCannot set properties of undefined (setting 'modelName')from a 1.6/1.7 version mix) failed the whole lazily-built better-auth instance, turning EVERY auth endpoint — sign-up, sign-in, get-session — into a 500.AuthManager.buildPluginListnow classifies plugins in two tiers. Optional feature plugins (organization, admin, phoneNumber, magicLink, genericOAuth, jwt+oauthProvider as one atomic unit, sso, scim, deviceAuthorization) are constructed through an isolation wrapper: on failure the feature is skipped with a loud actionableconsole.error, recorded ingetDegradedAuthFeatures(), and its endpoints 404 while core auth keeps working. Security-bearing plugins (bearer, twoFactor, haveIBeenPwned, customSession with its ADR-0069 authGate) still fail hard — better a hard 500 than silently weakened auth (e.g. 2FA-enrolled accounts signing in on password alone).The OIDC discovery mount (
/.well-known/{oauth-authorization-server,openid-configuration}) checks the degraded set and skips advertising an IdP whose endpoints did not come up, with a clear error log instead of sending external clients into 404s.01ba3b3: Fix fresh-project auth returning 500 on every endpoint (sign-up / sign-in / get-session) with
Cannot set properties of undefined (setting 'modelName').The published manifest declared
better-auth,@better-auth/core,@better-auth/oauth-provider, and@better-auth/ssoas^1.6.23, while only@better-auth/scimwas pinned to1.7.0-rc.1(GHSA-j8v8-g9cx-5qf4 is fixed only in the 1.7.0 pre-release line). The framework workspace forces the whole better-auth family to1.7.0-rc.1via pnpm overrides, but overrides do not ship with published packages — a downstreamnpx create-objectstackinstall resolved the^1.6.23ranges to 1.6.23 (still the npmlatest), and the resulting 1.7/1.6 mix crashes during better-auth initialization, so every fresh 15.1.0 project shipped with broken auth.All four packages are now pinned to the exact
1.7.0-rc.1— the only combination the workspace actually builds and tests against. The pins will be relaxed to^1.7.0once a stable better-auth 1.7.0 ships. A new CI gate (scripts/check-override-consistency.mjs) fails whenever a pnpm-workspace override target is not reachable from a publishable package's declared range, so tested-vs-published drift like this cannot recur silently.@objectstack/plugin-dev@15.1.1
Patch Changes
@objectstack/plugin-email@15.1.1
Patch Changes
@objectstack/plugin-hono-server@15.1.1
Patch Changes
@objectstack/plugin-pinyin-search@15.1.1
Patch Changes
@objectstack/plugin-reports@15.1.1
Patch Changes
@objectstack/plugin-security@15.1.1
Patch Changes
@objectstack/plugin-sharing@15.1.1
Patch Changes
@objectstack/plugin-webhooks@15.1.1
Patch Changes
@objectstack/rest@15.1.1
Patch Changes
@objectstack/runtime@15.1.1
Patch Changes
@objectstack/service-analytics@15.1.1
Patch Changes
@objectstack/service-automation@15.1.1
Patch Changes
@objectstack/service-cache@15.1.1
Patch Changes
@objectstack/service-cluster@15.1.1
Patch Changes
@objectstack/service-cluster-redis@15.1.1
Patch Changes
@objectstack/service-datasource@15.1.1
Patch Changes
@objectstack/service-i18n@15.1.1
Patch Changes
@objectstack/service-job@15.1.1
Patch Changes
@objectstack/service-knowledge@15.1.1
Patch Changes
@objectstack/service-messaging@15.1.1
Patch Changes
@objectstack/service-package@15.1.1
Patch Changes
@objectstack/service-queue@15.1.1
Patch Changes
@objectstack/service-realtime@15.1.1
Patch Changes
@objectstack/service-settings@15.1.1
Patch Changes
@objectstack/service-sms@15.1.1
Patch Changes
@objectstack/service-storage@15.1.1
Patch Changes
@objectstack/trigger-api@15.1.1
Patch Changes
@objectstack/trigger-record-change@15.1.1
Patch Changes
@objectstack/trigger-schedule@15.1.1
Patch Changes
@objectstack/types@15.1.1
Patch Changes
@objectstack/verify@15.1.1
Patch Changes
@objectstack/console@15.1.1
create-objectstack@15.1.1
@objectstack/sdui-parser@15.1.1
@objectstack/spec@15.1.1
objectstack-vscode@15.1.1
@objectstack/example-crm@4.0.89
Patch Changes
@objectstack/example-showcase@0.3.11
Patch Changes
@objectstack/example-todo@4.0.89
Patch Changes
@objectstack/example-embed-objectql@0.0.29
Patch Changes
@objectstack/dogfood@0.0.37
Patch Changes
@objectstack/downstream-contract@0.0.35
Patch Changes
@objectstack/http-conformance@0.0.3
Patch Changes