Skip to content

chore: update sdk-compliance.yaml for renamed capability matrix IDs - #306

Merged
grdsdev merged 1 commit into
masterfrom
guilherme/sdk-1439-capability-id-renames
Aug 7, 2026
Merged

chore: update sdk-compliance.yaml for renamed capability matrix IDs#306
grdsdev merged 1 commit into
masterfrom
guilherme/sdk-1439-capability-id-renames

Conversation

@grdsdev

@grdsdev grdsdev commented Aug 7, 2026

Copy link
Copy Markdown
Member

Summary

supabase/sdk#74 renames/splits several feature IDs in the canonical capability matrix. This repo's compliance file only declares two of the affected IDs:

  • auth.sign_in.reset_passwordauth.sign_in.send_password_reset_email
  • realtime.channel.sendrealtime.channel.broadcast

The storage.file_buckets.list_files_paginated merge and the two storage.analytics.iceberg_* splits from that PR aren't declared in this file at all, so there's nothing to update for those here.

Context: SDK-1439

Test plan

  • Validated against the updated registry with npm run validate-compliance from supabase/sdk (branch with Assembly Naming #74's changes): OK — compliance file is valid.

supabase/sdk#74 renames two feature IDs. Updates references here so
CI's capability compliance validator doesn't fail on unknown IDs:

- auth.sign_in.reset_password -> auth.sign_in.send_password_reset_email
- realtime.channel.send -> realtime.channel.broadcast

This file doesn't currently declare the storage.file_buckets/analytics
IDs also renamed/split in that PR, so nothing else to update here.

No SDK code changes — only the capability declarations. See
supabase/sdk#74 and
https://linear.app/supabase/issue/SDK-1439 for context.
@grdsdev
grdsdev merged commit 29b07f4 into master Aug 7, 2026
1 check passed
@Tr00d
Tr00d deleted the guilherme/sdk-1439-capability-id-renames branch August 7, 2026 09:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants