WPB-28162: version-aware event delivery - #5469
Open
blackheaven wants to merge 5 commits into
Open
Conversation
blackheaven
force-pushed
the
gdifolco/WPB-28162-event-version-filter
branch
from
August 20, 2026 16:20
c1488b2 to
8b94b16
Compare
Add a Transmit type class and a dispatcher over stored untyped event objects, applied on both delivery channels using the API version of the endpoint the client called. Meeting-related events (conversation.create-meeting, conversation.delete-meeting, meeting.*) are not delivered to clients below V15, the version meetings were introduced in. - wire-api: Transmit class (Wire.API.Notification), family instances (Wire.API.Event.Conversation, Wire.API.Event.Meeting), and dispatcher Wire.API.Event.Transmit (unknown types always delivered, gated types fail closed on decode errors, >= V15 fast path returns stored bytes) - gundeck: APIVersion prefix on all four notification routes; paginate filters survivors with a bounded refill loop so an all-gated page cannot strand the client cursor; fetchId/fetchLast post-filter - cannon: APIVersion prefix on all four websocket routes; per-connection wsApiVersion; legacy push and RMQ paths encode per-target version; filtered drops are acked/reported OK so gundeck does not fall back to native push - tests: unit Test.Wire.API.Event.Transmit incl. encoding drift guards; integration Test.NotificationsVersioned (REST + websocket); Testlib.Cannon can open websockets at an explicit API version Storage, fan-out and native push are unchanged; modern clients receive byte-identical payloads.
blackheaven
force-pushed
the
gdifolco/WPB-28162-event-version-filter
branch
from
August 20, 2026 17:05
8b94b16 to
643f41d
Compare
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.
https://wearezeta.atlassian.net/browse/WPB-28162
Checklist
changelog.d