chore: update sdk-compliance.yaml for renamed capability matrix IDs - #1565
Open
grdsdev wants to merge 1 commit into
Open
chore: update sdk-compliance.yaml for renamed capability matrix IDs#1565grdsdev wants to merge 1 commit into
grdsdev wants to merge 1 commit into
Conversation
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.
Contributor
|
The following capabilities are marked
The following capabilities are marked
These may have been renamed, removed, or never registered. Please update the capability matrix. |
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 updates
sdk-compliance.yamlso the SDK compliance CI check doesn't fail on unknown IDs once that PR merges. No SDK code changes.auth.sign_in.reset_password→auth.sign_in.send_password_reset_emailrealtime.channel.send→realtime.channel.broadcaststorage.file_buckets.list_files_paginatedmerged intolist_files(symbols combined; noted that pagination is exposed vialist_v2)storage.analytics.iceberg_namespacesplit intocreate_namespace/list_namespaces/delete_namespace(samecatalog()symbols on each, note text adapted per operation)storage.analytics.iceberg_tablesplit intocreate_table/list_tables/load_table/update_table/rename_table/delete_table(same treatment)Context: SDK-1439
Test plan
npm run validate-compliancefromsupabase/sdk(branch with Update Test instance settings #74's changes):OK — compliance file is valid.