From b2050a2968fdb5ce14859b96ae403d685e5dc855 Mon Sep 17 00:00:00 2001 From: Claude Date: Mon, 24 Aug 2026 15:37:21 +0000 Subject: [PATCH] docs(deps): correct the scim advisory note to the measured 1.7.1 model set MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The `@better-auth/scim` advisory block in `pnpm-workspace.yaml` recorded six new models for the stable 1.7.x rewrite. Re-measured against the published 1.7.1 tarball (still npm `latest`) by constructing the plugin and reading `plugin.schema`: the core set is SEVEN — the six already named plus `scimProjectionGrant` — and configuring `managedConnections` adds three more (`scimManagedConnection`, `scimManagedCredential`, `scimManagedConnectionEvent`) for ten in total. The note's "code-defined connections" phrasing is corrected too: the plugin accepts a code-defined connection, a bearer-token verifier, OR a managed connection catalog, so the old wording mis-suggested there is no DB-backed catalog at all. Comment only — the parsed YAML data is byte-identical before and after, so no pin, override or resolution moves. The version pin stays on rc.1: moving it is the ADR-0071 migration, which this does not pre-empt. Co-Authored-By: Claude Opus 5 Claude-Session: https://claude.ai/code/session_015ahemw8RcTgqtxrj15PEZx --- pnpm-workspace.yaml | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index a248064d91..cdc713543f 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -85,9 +85,16 @@ onlyBuiltDependencies: # Stable 1.7.0/1.7.1 have now shipped, and measured against the published # 1.7.1 tarball they ship the rc.2 REWRITE, not the rc.1 shape: no # `scimProvider` model and no generate-token endpoint (0 occurrences in -# `dist/index.mjs`), replaced by code-defined connections plus six new -# models (scimUser, scimGroup, scimGroupMember, scimSubject, -# scimConnectionBinding, scimIdentityTombstone — all six present). So +# `dist/index.mjs`), replaced by seven new models (scimUser, scimGroup, +# scimGroupMember, scimSubject, scimConnectionBinding, +# scimIdentityTombstone, scimProjectionGrant — all seven present). +# Connections may be code-defined, but that is only one of three shapes +# the plugin accepts: with `managedConnections` configured it also +# persists a DB-backed connection catalog of three MORE models +# (scimManagedConnection, scimManagedCredential, +# scimManagedConnectionEvent) — ten in total. Re-measured 2026-08-24 +# against 1.7.1 (still `latest`) by constructing the plugin and reading +# `plugin.schema`. So # moving this pin is still the ADR-0071 feature migration tracked by #3653 # (new platform objects, retiring `sys_scim_provider`, a new way for a # tenant to register a connection) — NOT the version bump #3002 did for the