New API version release#3380
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
…om/clerk/clerk-docs into bruno/user-5311-latest-api-version
…m type name - Correct del/ins line ranges in the 2026-05-12 and Core 3 metadata examples so closing braces highlight correctly - Use > [!NOTE] callouts on the native mobile user pages - Align updateUserMetadata() param type with @clerk/backend (UserMetadataParams) Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
|
Pushed some review fixes directly in 3414da8.
Have a look, and let me know if anything looks off. I also updated the todo list in the PR description with a few more items. |
|
@brunol95 left a docs review with some small fixes:
I noticed there was still a mention of
|
- updateUser() metadata param deprecation points to both updateUserMetadata() (partial/merge) and replaceUserMetadata() (full replacement) so migrators relying on replace semantics aren't silently switched to merge - Drop "API" from "future major API version" — these are SDK deprecations, not bound to a future API version date - Move the deprecation > [!NOTE] callout to the top of the "Update user metadata" section on the native iOS/Android pages Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
|
Pushed re-review fixes directly in 0886311.
|
yep! |
…eOrganizationMetadata()
…om/clerk/clerk-docs into bruno/user-5311-latest-api-version
…/user-5311-latest-api-version
- Fix ins line ranges in the 2026-05-12 organization example so the replaceOrganizationMetadata() closing line highlights - Correct the guide intro: PATCH metadata endpoints deep-merge, PUT endpoints replace in full - Align updateOrganization() deprecation wording with updateUser() (bold format, partial vs full replacement paths, no "API" in "future major version") - Unify org metadata params type as OrganizationMetadataParams across both org metadata reference pages - Add the replace TIP to updateOrganizationMetadata(), mirroring updateUserMetadata() Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
|
Pushed re-review fixes for the Organizations expansion directly in 2007d70.
Verified the org endpoint changes against clerk/clerk_go#18806 (metadata rejection on org |
… format - Capitalize Organization as a feature proper noun (per STYLEGUIDE #3437) across the PR's org metadata content; keep membership lowercase - Restore the 2026-05-12 SDK compatibility table to the established `@package vX.Y.Z or higher` format used by the sibling version tables Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
|
Pushed two consistency fixes directly in d62c760.
|

🔎 Previews:
What does this solve? What changed?
In the next API version, metadata updates through the user update method are disallowed. This PR documents the API version page along with sdk changes to support the new version.
Todos
Merge deprecate the metadata fields in user update clerk-android#650will be addressed in follow up PRDeadline