-
-
Notifications
You must be signed in to change notification settings - Fork 335
spec!: add support for several topic matcher types, including URL Pattern #959
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Co-authored-by: Antoine Bluchet <[email protected]>
Co-authored-by: Antoine Bluchet <[email protected]>
Co-authored-by: Antoine Bluchet <[email protected]>
Co-authored-by: Antoine Bluchet <[email protected]>
Co-authored-by: Antoine Bluchet <[email protected]>
Co-authored-by: Antoine Bluchet <[email protected]>
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
This is still ongoing work |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Replaces #831 with a more flexible and future-proof approach.
Summary
topic
query parameter becomesmatch
and now only supports exact matchingmatch{MatchType}
are introducedmatchRegexp
,matchURLPattern
,matchCEL
, andmatchURITemplate
are definedThe official hub will be able to support both the current and new protocols simultaneously (no hard BC break).
TODO: