Skip to content

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

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#2601
grdsdev merged 1 commit into
masterfrom
guilherme/sdk-1439-capability-id-renames

Conversation

@grdsdev

@grdsdev grdsdev commented Aug 7, 2026

Copy link
Copy Markdown
Contributor

Summary

supabase/sdk#74 renames/splits several feature IDs in the canonical capability matrix. This updates sdk-compliance.yaml so the SDK compliance CI check doesn't fail on unknown IDs once that PR merges. No SDK code changes.

  • auth.sign_in.reset_passwordauth.sign_in.send_password_reset_email
  • realtime.channel.sendrealtime.channel.broadcast
  • storage.file_buckets.list_files_paginated merged into list_files (symbols combined)
  • storage.analytics.iceberg_namespace split into create_namespace/list_namespaces/delete_namespace (same symbols/status replicated across all three — not yet divided per-operation)
  • storage.analytics.iceberg_table split into create_table/list_tables/load_table/update_table/rename_table/delete_table (same treatment)

Context: SDK-1439

Test plan

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

supabase/sdk#74 renames/splits several 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
- storage.file_buckets.list_files_paginated merged into list_files
- storage.analytics.iceberg_namespace split into create_namespace/list_namespaces/delete_namespace
- storage.analytics.iceberg_table split into create_table/list_tables/load_table/update_table/rename_table/delete_table

No SDK code changes — only the capability declarations. See
supabase/sdk#74 and
https://linear.app/supabase/issue/SDK-1439 for context.
@coderabbitai

coderabbitai Bot commented Aug 7, 2026

Copy link
Copy Markdown

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro Plus

Run ID: ed8ae20c-d92b-47f8-b7a5-0cf57b2cfd7b

📥 Commits

Reviewing files that changed from the base of the PR and between 6a6d79f and 334ce95.

📒 Files selected for processing (1)
  • sdk-compliance.yaml

📝 Walkthrough

Summary by CodeRabbit

  • Enhancements
    • Updated compliance capability names for password-reset emails and realtime broadcasts.
    • Expanded storage analytics capabilities to distinguish namespace and table operations.
    • Removed the obsolete paginated file-listing capability.
    • Preserved implementation status across the updated capability definitions.

Walkthrough

The compliance matrix renames the password-reset capability to send_password_reset_email and the realtime channel capability to broadcast. It expands storage analytics into separate namespace and table operations. It removes the paginated file-listing capability. Existing implementation statuses and mapped symbols remain unchanged for the renamed capabilities.

✨ Finishing Touches 💡 1
🛠️ Fix failing CI checks 💡
  • Create stacked PR
  • Commit on current branch

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@grdsdev grdsdev changed the title test chore: update sdk-compliance.yaml for renamed capability matrix IDs Aug 7, 2026
@grdsdev
grdsdev marked this pull request as ready for review August 7, 2026 08:39
@grdsdev
grdsdev requested review from a team as code owners August 7, 2026 08:39
@coveralls

Copy link
Copy Markdown

Coverage Status

coverage: 81.471%. remained the same — guilherme/sdk-1439-capability-id-renames into master

@grdsdev
grdsdev merged commit 381bded into master Aug 7, 2026
30 of 32 checks passed
@grdsdev
grdsdev deleted the guilherme/sdk-1439-capability-id-renames branch August 7, 2026 08:55
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.

4 participants