chore: update sdk-compliance.yaml for renamed capability matrix IDs - #306
Merged
Conversation
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.
Tr00d
approved these changes
Aug 7, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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_password→auth.sign_in.send_password_reset_emailrealtime.channel.send→realtime.channel.broadcastThe
storage.file_buckets.list_files_paginatedmerge and the twostorage.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
npm run validate-compliancefromsupabase/sdk(branch with Assembly Naming #74's changes):OK — compliance file is valid.