Skip to content

Commit b2050a2

Browse files
committed
docs(deps): correct the scim advisory note to the measured 1.7.1 model set
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 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_015ahemw8RcTgqtxrj15PEZx
1 parent 2a6122b commit b2050a2

1 file changed

Lines changed: 10 additions & 3 deletions

File tree

pnpm-workspace.yaml

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,9 +85,16 @@ onlyBuiltDependencies:
8585
# Stable 1.7.0/1.7.1 have now shipped, and measured against the published
8686
# 1.7.1 tarball they ship the rc.2 REWRITE, not the rc.1 shape: no
8787
# `scimProvider` model and no generate-token endpoint (0 occurrences in
88-
# `dist/index.mjs`), replaced by code-defined connections plus six new
89-
# models (scimUser, scimGroup, scimGroupMember, scimSubject,
90-
# scimConnectionBinding, scimIdentityTombstone — all six present). So
88+
# `dist/index.mjs`), replaced by seven new models (scimUser, scimGroup,
89+
# scimGroupMember, scimSubject, scimConnectionBinding,
90+
# scimIdentityTombstone, scimProjectionGrant — all seven present).
91+
# Connections may be code-defined, but that is only one of three shapes
92+
# the plugin accepts: with `managedConnections` configured it also
93+
# persists a DB-backed connection catalog of three MORE models
94+
# (scimManagedConnection, scimManagedCredential,
95+
# scimManagedConnectionEvent) — ten in total. Re-measured 2026-08-24
96+
# against 1.7.1 (still `latest`) by constructing the plugin and reading
97+
# `plugin.schema`. So
9198
# moving this pin is still the ADR-0071 feature migration tracked by #3653
9299
# (new platform objects, retiring `sys_scim_provider`, a new way for a
93100
# tenant to register a connection) — NOT the version bump #3002 did for the

0 commit comments

Comments
 (0)