🪽 An open, easy, fast, reliable and battery-efficient solution for real-time communications
GNU Affero General Public License v3.0
3.98k
stars
297
forks
source link
spec!: add support for several topic matcher types, including URL Pattern #959
Open
dunglas opened 1 month ago
Replaces https://github.com/dunglas/mercure/pull/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: