Skip to content

feat(realtime): add multiple postgres_changes filters capability - #70

Merged
grdsdev merged 3 commits into
mainfrom
realtime-multiple-filters-capability
Jul 28, 2026
Merged

feat(realtime): add multiple postgres_changes filters capability#70
grdsdev merged 3 commits into
mainfrom
realtime-multiple-filters-capability

Conversation

@grdsdev

@grdsdev grdsdev commented Jul 28, 2026

Copy link
Copy Markdown
Collaborator

Summary

  • Add realtime.subscriptions.postgres_changes_multiple_filters capability, covering the AND-combined multi-filter support added in supabase-flutter#1610 (verified against supabase-js/realtime-js and the realtime server, which parse one comma-joined filter string, not multiple bindings).
  • Add spec at specs/realtime/subscriptions/postgres_changes_multiple_filters.md.

Test plan

  • npm run validate passes (schema + structural checks)

(Supersedes #69 — branch rename accidentally closed it.)

grdsdev added 3 commits July 28, 2026 05:24
Flutter SDK now supports combining more than one PostgREST-style
filter (AND'd) on a single postgres_changes subscription, matching
supabase-js/realtime-js behavior (see supabase-flutter#1610).
Documents the actual workflow for registering a new SDK capability
(verify against reference implementation, mint ID, validate, spec
location) after doing it live for the realtime multiple-filters
capability.
@grdsdev
grdsdev requested a review from a team as a code owner July 28, 2026 08:40
@coderabbitai

coderabbitai Bot commented Jul 28, 2026

Copy link
Copy Markdown

Warning

Review limit reached

@grdsdev, you've reached your PR review limit, so we couldn't start this review.

Next review available in: 52 minutes

Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available.
You're only billed for reviews past your plan's rate limits ($0.25/file).

How can I continue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews.

How do review limits work?

CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability.

For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window.

Please refer docs for additional details.

Review details
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro Plus

Run ID: 06c08a52-cfdd-45ef-ba76-177453039283

📥 Commits

Reviewing files that changed from the base of the PR and between 4e24a0c and d4a27e8.

📒 Files selected for processing (2)
  • capabilities/realtime.yaml
  • specs/realtime/subscriptions/postgres_changes_multiple_filters.md

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 merged commit 825ab0c into main Jul 28, 2026
7 checks passed
@grdsdev
grdsdev deleted the realtime-multiple-filters-capability branch July 28, 2026 09:35
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